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-04-02T03:27:42.556Z||main|||||INFO|500||The following profiles are active: basic
2022-04-02T03:27:53.961Z||main|||||INFO|500||Starting service [Tomcat]
2022-04-02T03:27:53.962Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-04-02T03:27:54.086Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-04-02T03:27:58.094Z||main|||||INFO|500||catdb-pool - Starting...
2022-04-02T03:27:58.533Z||main|||||INFO|500||catdb-pool - Start completed.
2022-04-02T03:27:59.122Z||main|||||INFO|500||reqdb-pool - Starting...
2022-04-02T03:27:59.130Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-04-02T03:27:59.252Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-04-02T03:27:59.489Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-04-02T03:28:00.106Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-04-02T03:28:01.775Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-04-02T03:28:04.314Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-04-02T03:28:04.376Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-04-02T03:28:04.971Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-04-02T03:28:05.213Z||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-04-02T03:28:06.451Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-04-02T03:28:07.615Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-04-02T03:28:07.633Z||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$$781474b1.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-04-02T03:28:07.634Z||main|||||WARN|500||The sdc end point is not alive
2022-04-02T03:28:10.503Z||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-04-02T03:28:13.333Z||main|||||WARN|500||---
2022-04-02T03:28:13.334Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-04-02T03:28:13.334Z||main|||||WARN|500||---
2022-04-02T03:28:13.728Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-04-02T03:28:19.190Z||main|||||INFO|500||Started Application in 39.71 seconds (JVM running for 41.723)
2022-04-02T03:28:19.226Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-04-02T03:28:19.235Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-04-02T03:28:19.252Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-04-02T03:28:19.296Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-04-02T03:28:19.346Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 26c2bf78-866d-49c9-8463-daca2681bd36 url= /sdc/v1/artifactTypes
2022-04-02T03:28:19.346Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-04-02T03:28:19.735Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-04-02T03:28:19.767Z||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-04-02T03:28:19.788Z||scheduling-1|||||DEBUG|500||create keys
2022-04-02T03:28:19.808Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-04-02T03:28:19.866Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T03:28:19.889Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 2ca0d995-363d-402a-95a3-1a9ed5c5eeea url= /sdc/v1/registerForDistribution
2022-04-02T03:28:19.989Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 2ca0d995-363d-402a-95a3-1a9ed5c5eeea url= /sdc/v1/registerForDistribution
2022-04-02T03:28:19.990Z||scheduling-1|||||INFO|500||start DistributionClient
2022-04-02T03:28:20.021Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-04-02T03:28:20.022Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T03:28:20.026Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T03:28:20.110Z||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-04-02T03:28:20.111Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T03:28:20.111Z||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-04-02T03:28:20.112Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T03:28:30.375Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T03:28:30.383Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T03:29:20.001Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T03:29:20.002Z||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-04-02T03:29:20.002Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T03:29:20.008Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T03:29:20.009Z||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-04-02T03:29:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T03:29:29.563Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T03:29:29.565Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T03:30:20.001Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T03:30:20.002Z||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-04-02T03:30:20.002Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T03:30:20.008Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T03:30:20.009Z||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-04-02T03:30:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T03:30:29.558Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T03:30:29.560Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T03:31:20.001Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T03:31:20.002Z||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-04-02T03:31:20.002Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T03:31:20.008Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T03:31:20.009Z||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-04-02T03:31:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T03:31:29.550Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T03:31:29.563Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T03:32:20.001Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T03:32:20.003Z||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-04-02T03:32:20.003Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T03:32:20.008Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T03:32:20.009Z||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-04-02T03:32:20.010Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T03:32:29.554Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T03:32:29.555Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T03:33:20.001Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T03:33:20.003Z||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-04-02T03:33:20.003Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T03:33:20.008Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T03:33:20.009Z||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-04-02T03:33:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T03:33:29.551Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T03:33:29.551Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T03:34:20.001Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T03:34:20.003Z||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-04-02T03:34:20.003Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T03:34:20.008Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T03:34:20.009Z||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-04-02T03:34:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T03:34:29.549Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T03:34:29.551Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T03:35:20.001Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T03:35:20.002Z||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-04-02T03:35:20.002Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T03:35:20.008Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T03:35:20.010Z||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-04-02T03:35:20.011Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T03:35:29.548Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T03:35:29.548Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T03:36:20.001Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T03:36:20.002Z||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-04-02T03:36:20.002Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T03:36:20.008Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T03:36:20.009Z||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-04-02T03:36:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T03:36:29.551Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T03:36:29.551Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T03:37:20.001Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T03:37:20.002Z||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-04-02T03:37:20.002Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T03:37:20.008Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T03:37:20.009Z||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-04-02T03:37:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T03:37:29.549Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T03:37:29.553Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T03:37:51.770Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-04-02T03:38:20.001Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T03:38:20.002Z||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-04-02T03:38:20.002Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T03:38:20.008Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T03:38:20.009Z||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-04-02T03:38:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T03:38:29.547Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T03:38:29.559Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T03:39:20.001Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T03:39:20.003Z||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-04-02T03:39:20.003Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T03:39:20.008Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T03:39:20.009Z||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-04-02T03:39:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T03:39:29.561Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T03:39:29.561Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T03:40:20.001Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T03:40:20.003Z||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-04-02T03:40:20.003Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T03:40:20.008Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T03:40:20.009Z||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-04-02T03:40:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T03:40:29.547Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T03:40:29.551Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T03:41:20.001Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T03:41:20.002Z||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-04-02T03:41:20.002Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T03:41:20.008Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T03:41:20.009Z||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-04-02T03:41:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T03:41:29.552Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T03:41:29.553Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T03:42:20.001Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T03:42:20.002Z||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-04-02T03:42:20.002Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T03:42:20.008Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T03:42:20.009Z||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-04-02T03:42:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T03:42:29.549Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T03:42:29.557Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T03:43:20.001Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T03:43:20.002Z||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-04-02T03:43:20.002Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T03:43:20.008Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T03:43:20.009Z||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-04-02T03:43:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T03:43:29.545Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T03:43:29.545Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T03:44:20.001Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T03:44:20.002Z||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-04-02T03:44:20.002Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T03:44:20.008Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T03:44:20.009Z||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-04-02T03:44:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T03:44:29.549Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T03:44:29.549Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T03:45:20.001Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T03:45:20.002Z||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-04-02T03:45:20.002Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T03:45:20.008Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T03:45:20.009Z||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-04-02T03:45:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T03:45:29.546Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T03:45:29.548Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T03:46:20.001Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T03:46:20.002Z||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-04-02T03:46:20.003Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T03:46:20.008Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T03:46:20.009Z||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-04-02T03:46:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T03:46:29.548Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T03:46:29.549Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T03:47:20.001Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T03:47:20.004Z||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-04-02T03:47:20.004Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T03:47:20.008Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T03:47:20.009Z||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-04-02T03:47:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T03:47:29.555Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T03:47:29.556Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T03:48:20.001Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T03:48:20.002Z||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-04-02T03:48:20.002Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T03:48:20.008Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T03:48:20.009Z||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-04-02T03:48:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T03:48:29.537Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T03:48:29.542Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T03:49:20.001Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T03:49:20.002Z||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-04-02T03:49:20.002Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T03:49:20.008Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T03:49:20.009Z||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-04-02T03:49:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T03:49:29.547Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T03:49:29.559Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T03:50:20.001Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T03:50:20.002Z||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-04-02T03:50:20.002Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T03:50:20.008Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T03:50:20.009Z||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-04-02T03:50:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T03:50:29.544Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T03:50:29.544Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T03:51:20.001Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T03:51:20.002Z||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-04-02T03:51:20.002Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T03:51:20.008Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T03:51:20.009Z||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-04-02T03:51:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T03:51:29.548Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T03:51:29.550Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T03:52:20.001Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T03:52:20.002Z||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-04-02T03:52:20.002Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T03:52:20.008Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T03:52:20.009Z||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-04-02T03:52:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T03:52:29.546Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T03:52:29.556Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T03:53:20.001Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T03:53:20.002Z||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-04-02T03:53:20.002Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T03:53:20.008Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T03:53:20.009Z||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-04-02T03:53:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T03:53:29.545Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T03:53:29.547Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T03:54:20.001Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T03:54:20.003Z||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-04-02T03:54:20.003Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T03:54:20.008Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T03:54:20.009Z||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-04-02T03:54:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T03:54:29.544Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T03:54:29.552Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T03:55:20.001Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T03:55:20.002Z||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-04-02T03:55:20.002Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T03:55:20.008Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T03:55:20.009Z||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-04-02T03:55:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T03:55:29.543Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T03:55:29.549Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T03:56:20.001Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T03:56:20.002Z||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-04-02T03:56:20.002Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T03:56:20.008Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T03:56:20.009Z||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-04-02T03:56:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T03:56:29.542Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T03:56:29.553Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T03:57:20.001Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T03:57:20.001Z||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-04-02T03:57:20.002Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T03:57:20.008Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T03:57:20.009Z||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-04-02T03:57:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T03:57:20.627Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T03:57:20.630Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.630Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"6bc3090a-1707-4272-9160-87aabf1495b4","serviceName":"basic_onboard_seAWdR","serviceVersion":"1.0","serviceUUID":"589def1c-78d4-403e-b3f5-61d6d946e1da","serviceDescription":"service","serviceInvariantUUID":"555f341f-d12f-485e-a63c-4d7855359af9","resources":[{"resourceInstanceName":"basic_onboard_seAWdR 0","resourceName":"basic_onboard_seAWdR","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c4520e09-de45-42c6-92db-a2c6a12fbec9","resourceInvariantUUID":"40a8985f-87f5-465d-870b-e5ae1e86c04e","resourceCustomizationUUID":"190d2d45-4717-4c7a-8c03-1aa7142fc996","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/vf-license-model.xml","artifactChecksum":"ZDBmNmY3ZDE3MGZiZmZhM2ZlNjM1NjRiYmVhZGJjNTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"307650b2-5a8c-4cbb-9919-3d53bc6b52ad","artifactVersion":"1"},{"artifactName":"basic_onboard_seawdr0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/basic_onboard_seawdr0_modules.json","artifactChecksum":"MGIwZjNiYjhjMzdiMjNkOTcxNTZlNGZmZjM2ZmI5YmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5725feda-c7d0-4125-934a-6bfa61a8aca2","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"1fecfe50-3648-46de-bcdc-087d3f3ce598","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"67388927-b27a-4fd5-88ee-fedd0518dcc9","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a238d13a-c6a4-45fe-92b0-80bef16a9a25","artifactVersion":"2","generatedFromUUID":"1fecfe50-3648-46de-bcdc-087d3f3ce598"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardSeawdr-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/artifacts/service-BasicOnboardSeawdr-template.yml","artifactChecksum":"ZDU1MmFmYTRjNTk5NWU4ZGQzNGJjNWY5ODljYjRmNGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1c711664-73b2-415f-a5e6-f94cfdfb518e","artifactVersion":"1"},{"artifactName":"service-BasicOnboardSeawdr-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/artifacts/service-BasicOnboardSeawdr-csar.csar","artifactChecksum":"YWRkMzFhNTA4YzA1ZDNlOTI4YjI0N2FhZGUwOTQ1ZDI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cc019999-4620-43c1-83ec-1b0b07643c39","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-02T03:57:20.637Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T03:57:20.640Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-02T03:57:20.646Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-02T03:57:20.647Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.647Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648871794216,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T03:57:20.661Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T03:57:20.661Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648871840001,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T03:57:20.670Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T03:57:20.670Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.670Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
  "consumerID": "clamp",
  "timestamp": 1648871794957,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T03:57:20.671Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T03:57:20.671Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.671Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
  "consumerID": "dcae-sch",
  "timestamp": 1648871799513,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T03:57:20.672Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T03:57:20.672Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.672Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
  "consumerID": "policy-id",
  "timestamp": 1648871800620,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T03:57:20.673Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T03:57:20.673Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.673Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
  "consumerID": "aai-ml",
  "timestamp": 1648871799255,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T03:57:20.673Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T03:57:20.674Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.674Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648871794216,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/basic_onboard_seawdr0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-02T03:57:20.674Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T03:57:20.674Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.674Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
  "consumerID": "clamp",
  "timestamp": 1648871794957,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/basic_onboard_seawdr0_modules.json",
  "status": "NOTIFIED"
}
2022-04-02T03:57:20.675Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T03:57:20.675Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.675Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
  "consumerID": "policy-id",
  "timestamp": 1648871800620,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/basic_onboard_seawdr0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-02T03:57:20.676Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T03:57:20.676Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.676Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
  "consumerID": "dcae-sch",
  "timestamp": 1648871799513,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/basic_onboard_seawdr0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-02T03:57:20.676Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T03:57:20.677Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.677Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
  "consumerID": "aai-ml",
  "timestamp": 1648871799255,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/basic_onboard_seawdr0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-02T03:57:20.677Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T03:57:20.677Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.678Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648871794216,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T03:57:20.678Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T03:57:20.678Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.678Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
  "consumerID": "clamp",
  "timestamp": 1648871794957,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T03:57:20.679Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T03:57:20.679Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.679Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
  "consumerID": "policy-id",
  "timestamp": 1648871800620,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-02T03:57:20.680Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T03:57:20.680Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.680Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
  "consumerID": "dcae-sch",
  "timestamp": 1648871799513,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T03:57:20.680Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T03:57:20.681Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.681Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
  "consumerID": "aai-ml",
  "timestamp": 1648871799255,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T03:57:20.681Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T03:57:20.681Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.682Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
  "consumerID": "clamp",
  "timestamp": 1648871794957,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T03:57:20.682Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T03:57:20.683Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.683Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648871794216,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T03:57:20.683Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T03:57:20.683Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.684Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
  "consumerID": "policy-id",
  "timestamp": 1648871800620,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T03:57:20.684Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T03:57:20.684Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.684Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
  "consumerID": "dcae-sch",
  "timestamp": 1648871799513,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T03:57:20.685Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T03:57:20.685Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.685Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
  "consumerID": "aai-ml",
  "timestamp": 1648871799255,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T03:57:20.685Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T03:57:20.685Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.686Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648871794216,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-02T03:57:20.686Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T03:57:20.686Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.686Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
  "consumerID": "clamp",
  "timestamp": 1648871794957,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-02T03:57:20.687Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T03:57:20.687Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.687Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
  "consumerID": "policy-id",
  "timestamp": 1648871800620,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-02T03:57:20.688Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T03:57:20.688Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.688Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
  "consumerID": "dcae-sch",
  "timestamp": 1648871799513,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-02T03:57:20.688Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T03:57:20.689Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.689Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
  "consumerID": "aai-ml",
  "timestamp": 1648871799255,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-02T03:57:20.689Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T03:57:20.689Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.690Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648871805661,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T03:57:20.690Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T03:57:20.690Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.690Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
  "consumerID": "cds",
  "timestamp": 1648871807453,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T03:57:20.691Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T03:57:20.691Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.691Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648871794216,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/artifacts/service-BasicOnboardSeawdr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T03:57:20.691Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T03:57:20.692Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.692Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
  "consumerID": "clamp",
  "timestamp": 1648871794957,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/artifacts/service-BasicOnboardSeawdr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T03:57:20.692Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T03:57:20.693Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.693Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
  "consumerID": "policy-id",
  "timestamp": 1648871800620,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/artifacts/service-BasicOnboardSeawdr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T03:57:20.693Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T03:57:20.693Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.694Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
  "consumerID": "dcae-sch",
  "timestamp": 1648871799513,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/artifacts/service-BasicOnboardSeawdr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T03:57:20.694Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T03:57:20.694Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.694Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
  "consumerID": "aai-ml",
  "timestamp": 1648871799255,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/artifacts/service-BasicOnboardSeawdr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T03:57:20.695Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T03:57:20.695Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.695Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648871805661,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/basic_onboard_seawdr0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-02T03:57:20.695Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T03:57:20.696Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.696Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
  "consumerID": "cds",
  "timestamp": 1648871807453,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/basic_onboard_seawdr0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-02T03:57:20.697Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T03:57:20.697Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.697Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648871794216,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/artifacts/service-BasicOnboardSeawdr-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-02T03:57:20.697Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T03:57:20.698Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.698Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
  "consumerID": "clamp",
  "timestamp": 1648871794957,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/artifacts/service-BasicOnboardSeawdr-csar.csar",
  "status": "NOTIFIED"
}
2022-04-02T03:57:20.698Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T03:57:20.698Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.699Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
  "consumerID": "policy-id",
  "timestamp": 1648871800620,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/artifacts/service-BasicOnboardSeawdr-csar.csar",
  "status": "NOTIFIED"
}
2022-04-02T03:57:20.699Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T03:57:20.699Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.699Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
  "consumerID": "dcae-sch",
  "timestamp": 1648871799513,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/artifacts/service-BasicOnboardSeawdr-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-02T03:57:20.700Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T03:57:20.700Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.700Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
  "consumerID": "aai-ml",
  "timestamp": 1648871799255,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/artifacts/service-BasicOnboardSeawdr-csar.csar",
  "status": "NOTIFIED"
}
2022-04-02T03:57:20.701Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T03:57:20.701Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.701Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648871805661,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T03:57:20.701Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T03:57:20.701Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.702Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
  "consumerID": "cds",
  "timestamp": 1648871807453,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T03:57:20.702Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T03:57:20.702Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.702Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648871805661,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T03:57:20.703Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T03:57:20.703Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.703Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648871808900,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T03:57:20.704Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T03:57:20.704Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.704Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
  "consumerID": "cds",
  "timestamp": 1648871807453,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T03:57:20.704Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T03:57:20.704Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.705Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
  "consumerID": "aai-ml",
  "timestamp": 1648871811310,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/artifacts/service-BasicOnboardSeawdr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-02T03:57:20.705Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T03:57:20.705Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.705Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
  "consumerID": "policy-id",
  "timestamp": 1648871809987,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/artifacts/service-BasicOnboardSeawdr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-02T03:57:20.706Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T03:57:20.706Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.706Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648871805661,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-02T03:57:20.706Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T03:57:20.707Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.707Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648871808900,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/basic_onboard_seawdr0_modules.json",
  "status": "NOTIFIED"
}
2022-04-02T03:57:20.707Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T03:57:20.707Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.708Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
  "consumerID": "cds",
  "timestamp": 1648871807453,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-02T03:57:20.708Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T03:57:20.708Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.708Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
  "consumerID": "policy-id",
  "timestamp": 1648871810996,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/artifacts/service-BasicOnboardSeawdr-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-02T03:57:20.709Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T03:57:20.709Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.709Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648871805661,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/artifacts/service-BasicOnboardSeawdr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T03:57:20.709Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T03:57:20.710Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.710Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648871808900,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-02T03:57:20.710Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T03:57:20.710Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.711Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
  "consumerID": "cds",
  "timestamp": 1648871807453,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/artifacts/service-BasicOnboardSeawdr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T03:57:20.711Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T03:57:20.711Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.711Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
  "consumerID": "policy-id",
  "timestamp": 1648871812001,
  "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-04-02T03:57:20.761Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-04-02T03:57:20.765Z||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-04-02T03:57:20.765Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T03:57:20.779Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T03:57:20.780Z||pool-3-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-02T03:57:20.898Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6bc3090a-1707-4272-9160-87aabf1495b4
2022-04-02T03:57:20.921Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6bc3090a-1707-4272-9160-87aabf1495b4 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-04-02T03:57:20.946Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.946Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648871805661,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/artifacts/service-BasicOnboardSeawdr-csar.csar",
  "status": "NOTIFIED"
}
2022-04-02T03:57:20.946Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T03:57:20.946Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.946Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648871808900,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T03:57:20.947Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T03:57:20.947Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.947Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
  "consumerID": "cds",
  "timestamp": 1648871807453,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/artifacts/service-BasicOnboardSeawdr-csar.csar",
  "status": "NOTIFIED"
}
2022-04-02T03:57:20.947Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T03:57:20.947Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.948Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648871813601,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/artifacts/service-BasicOnboardSeawdr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-02T03:57:20.948Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T03:57:20.948Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.948Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648871808900,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-04-02T03:57:20.948Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T03:57:20.949Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.949Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
  "consumerID": "cds",
  "timestamp": 1648871815363,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/artifacts/service-BasicOnboardSeawdr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-02T03:57:20.949Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T03:57:20.949Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.949Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648871808900,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/artifacts/service-BasicOnboardSeawdr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T03:57:20.950Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T03:57:20.950Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.950Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
  "consumerID": "clamp",
  "timestamp": 1648871814934,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/artifacts/service-BasicOnboardSeawdr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-02T03:57:20.950Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T03:57:20.950Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.951Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
  "consumerID": "cds",
  "timestamp": 1648871816419,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/artifacts/service-BasicOnboardSeawdr-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-04-02T03:57:20.965Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6bc3090a-1707-4272-9160-87aabf1495b4
2022-04-02T03:57:20.966Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6bc3090a-1707-4272-9160-87aabf1495b4 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-04-02T03:57:20.975Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.975Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648871808900,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/artifacts/service-BasicOnboardSeawdr-csar.csar",
  "status": "NOTIFIED"
}
2022-04-02T03:57:20.976Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T03:57:20.976Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.976Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648871816921,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/basic_onboard_seawdr0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-02T03:57:20.976Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T03:57:20.977Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.977Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
  "consumerID": "clamp",
  "timestamp": 1648871816945,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/artifacts/service-BasicOnboardSeawdr-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-02T03:57:20.977Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T03:57:20.977Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.977Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
  "consumerID": "clamp",
  "timestamp": 1648871817950,
  "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-04-02T03:57:20.984Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6bc3090a-1707-4272-9160-87aabf1495b4
2022-04-02T03:57:20.984Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6bc3090a-1707-4272-9160-87aabf1495b4 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-04-02T03:57:20.996Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.996Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648871818131,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-02T03:57:20.996Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T03:57:20.996Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.997Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648871818450,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/artifacts/service-BasicOnboardSeawdr-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-02T03:57:20.997Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T03:57:20.997Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.997Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648871819329,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-04-02T03:57:20.997Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T03:57:20.997Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.997Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648871819455,
  "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-04-02T03:57:21.002Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6bc3090a-1707-4272-9160-87aabf1495b4
2022-04-02T03:57:21.010Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6bc3090a-1707-4272-9160-87aabf1495b4 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-04-02T03:57:21.019Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:21.019Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648871820414,
  "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-04-02T03:57:21.024Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6bc3090a-1707-4272-9160-87aabf1495b4
2022-04-02T03:57:21.024Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6bc3090a-1707-4272-9160-87aabf1495b4 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-04-02T03:57:21.035Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:21.035Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648871821417,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/basic_onboard_seawdr0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-02T03:57:21.035Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T03:57:21.035Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:21.035Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
  "consumerID": "aai-ml",
  "timestamp": 1648871826946,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/artifacts/service-BasicOnboardSeawdr-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-02T03:57:21.036Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T03:57:21.036Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:21.036Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
  "consumerID": "aai-ml",
  "timestamp": 1648871827957,
  "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-04-02T03:57:21.041Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6bc3090a-1707-4272-9160-87aabf1495b4
2022-04-02T03:57:21.041Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6bc3090a-1707-4272-9160-87aabf1495b4 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-04-02T03:57:21.670Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-02T03:57:21.670Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-02T03:57:21.672Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T03:57:21.672Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648871840001,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/basic_onboard_seawdr0_modules.json",
  "status": "NOTIFIED"
}
2022-04-02T03:57:21.772Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T03:57:21.773Z||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-04-02T03:57:21.775Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T03:57:21.803Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T03:57:21.804Z||pool-4-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1}
2022-04-02T03:57:22.673Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-02T03:57:22.674Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-02T03:57:22.676Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T03:57:22.676Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648871840001,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-02T03:57:22.776Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T03:57:22.777Z||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-04-02T03:57:22.777Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T03:57:22.794Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T03:57:22.795Z||pool-5-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-04-02T03:57:23.676Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-02T03:57:23.677Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-02T03:57:23.679Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T03:57:23.679Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648871840001,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T03:57:23.780Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T03:57:23.781Z||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-04-02T03:57:23.781Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T03:57:23.806Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T03:57:23.807Z||pool-6-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-04-02T03:57:24.680Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-02T03:57:24.681Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-02T03:57:24.683Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T03:57:24.683Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648871840001,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-04-02T03:57:24.783Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T03:57:24.784Z||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-04-02T03:57:24.784Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T03:57:24.804Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T03:57:24.805Z||pool-7-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-04-02T03:57:25.684Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-02T03:57:25.684Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-02T03:57:25.686Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T03:57:25.687Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648871840001,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/artifacts/service-BasicOnboardSeawdr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T03:57:25.787Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T03:57:25.788Z||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-04-02T03:57:25.788Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T03:57:25.809Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T03:57:25.809Z||pool-8-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-04-02T03:57:26.687Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-02T03:57:26.688Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-02T03:57:26.691Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T03:57:26.691Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648871840001,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/artifacts/service-BasicOnboardSeawdr-csar.csar",
  "status": "NOTIFIED"
}
2022-04-02T03:57:26.791Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T03:57:26.792Z||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-04-02T03:57:26.792Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T03:57:26.803Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T03:57:26.804Z||pool-9-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-02T03:57:27.694Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
  "serviceName": "basic_onboard_seAWdR",
  "serviceVersion": "1.0",
  "serviceUUID": "589def1c-78d4-403e-b3f5-61d6d946e1da",
  "serviceDescription": "service",
  "serviceInvariantUUID": "555f341f-d12f-485e-a63c-4d7855359af9",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_seAWdR 0",
      "resourceCustomizationUUID": "190d2d45-4717-4c7a-8c03-1aa7142fc996",
      "resourceName": "basic_onboard_seAWdR",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c4520e09-de45-42c6-92db-a2c6a12fbec9",
      "resourceInvariantUUID": "40a8985f-87f5-465d-870b-e5ae1e86c04e",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_seawdr0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/basic_onboard_seawdr0_modules.json",
          "artifactChecksum": "MGIwZjNiYjhjMzdiMjNkOTcxNTZlNGZmZjM2ZmI5YmI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "5725feda-c7d0-4125-934a-6bfa61a8aca2",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "1fecfe50-3648-46de-bcdc-087d3f3ce598",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a238d13a-c6a4-45fe-92b0-80bef16a9a25",
            "generatedFromUUID": "1fecfe50-3648-46de-bcdc-087d3f3ce598"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a238d13a-c6a4-45fe-92b0-80bef16a9a25",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardSeawdr-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/artifacts/service-BasicOnboardSeawdr-csar.csar",
      "artifactChecksum": "YWRkMzFhNTA4YzA1ZDNlOTI4YjI0N2FhZGUwOTQ1ZDI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "cc019999-4620-43c1-83ec-1b0b07643c39"
    }
  ],
  "workloadContext": "Production"
}
2022-04-02T03:57:27.695Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-02T03:57:27.696Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 589def1c-78d4-403e-b3f5-61d6d946e1da ASDC
2022-04-02T03:57:27.812Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:6bc3090a-1707-4272-9160-87aabf1495b4
ServiceName:basic_onboard_seAWdR
ServiceVersion:1.0
ServiceUUID:589def1c-78d4-403e-b3f5-61d6d946e1da
ServiceInvariantUUID:555f341f-d12f-485e-a63c-4d7855359af9
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardSeawdr-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/artifacts/service-BasicOnboardSeawdr-csar.csar
ArtifactUUID:cc019999-4620-43c1-83ec-1b0b07643c39
ArtifactChecksum:YWRkMzFhNTA4YzA1ZDNlOTI4YjI0N2FhZGUwOTQ1ZDI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_seAWdR 0
ResourceCustomizationUUID:190d2d45-4717-4c7a-8c03-1aa7142fc996
ResourceInvariantUUID:40a8985f-87f5-465d-870b-e5ae1e86c04e
ResourceName:basic_onboard_seAWdR
ResourceType:VF
ResourceUUID:c4520e09-de45-42c6-92db-a2c6a12fbec9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_seawdr0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/basic_onboard_seawdr0_modules.json
ArtifactUUID:5725feda-c7d0-4125-934a-6bfa61a8aca2
ArtifactChecksum:MGIwZjNiYjhjMzdiMjNkOTcxNTZlNGZmZjM2ZmI5YmI=
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/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/base_ubuntu18.yaml
ArtifactUUID:1fecfe50-3648-46de-bcdc-087d3f3ce598
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/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/base_ubuntu18.env
ArtifactUUID:a238d13a-c6a4-45fe-92b0-80bef16a9a25
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/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/base_ubuntu18.env
ArtifactUUID:a238d13a-c6a4-45fe-92b0-80bef16a9a25
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-02T03:57:27.812Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 589def1c-78d4-403e-b3f5-61d6d946e1da 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-04-02T03:57:27.862Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-02T03:57:27.862Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-04-02T03:57:27.864Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-04-02T03:57:27.864Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: cc019999-4620-43c1-83ec-1b0b07643c39 from URL: /sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/artifacts/service-BasicOnboardSeawdr-csar.csar
2022-04-02T03:57:27.864Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-04-02T03:57:27.865Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/artifacts/service-BasicOnboardSeawdr-csar.csar
2022-04-02T03:57:28.101Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-04-02T03:57:28.124Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/artifacts/service-BasicOnboardSeawdr-csar.csar cc019999-4620-43c1-83ec-1b0b07643c39 71557
2022-04-02T03:57:28.126Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/artifacts/service-BasicOnboardSeawdr-csar.csar ASDC sendASDCNotification
2022-04-02T03:57:28.126Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/artifacts/service-BasicOnboardSeawdr-csar.csar
2022-04-02T03:57:28.127Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-02T03:57:28.128Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-02T03:57:28.130Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T03:57:28.130Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648871848125,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/artifacts/service-BasicOnboardSeawdr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-02T03:57:28.230Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T03:57:28.231Z||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-04-02T03:57:28.231Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T03:57:28.244Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T03:57:28.244Z||pool-10-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-02T03:57:29.130Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-02T03:57:29.131Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-04-02T03:57:29.133Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: cc019999-4620-43c1-83ec-1b0b07643c39, URL: /sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/artifacts/service-BasicOnboardSeawdr-csar.csar to file: /app/ASDC/1/service-BasicOnboardSeawdr-csar.csar
2022-04-02T03:57:29.133Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardSeawdr-csar.csar
2022-04-02T03:57:29.210Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardSeawdr-csar.csar
2022-04-02T03:57:29.211Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardSeawdr-csar.csar
2022-04-02T03:57:29.775Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11417664515901264888/Definitions/service-BasicOnboardSeawdr-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-04-02T03:57:31.891Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-02T03:57:31.896Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-04-02T03:57:31.897Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardSeawdr-csar.csar
2022-04-02T03:57:31.897Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-04-02T03:57:31.897Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_seAWdR 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-BasicOnboardSeawdr-csar.csar
2022-04-02T03:57:31.897Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||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-BasicOnboardSeawdr-csar.csar
2022-04-02T03:57:31.897Z|6bc3090a-1707-4272-9160-87aabf1495b4|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-BasicOnboardSeawdr-csar.csar
2022-04-02T03:57:31.898Z|6bc3090a-1707-4272-9160-87aabf1495b4|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-BasicOnboardSeawdr-csar.csar
2022-04-02T03:57:31.898Z|6bc3090a-1707-4272-9160-87aabf1495b4|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-BasicOnboardSeawdr-csar.csar
2022-04-02T03:57:31.898Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardSeawdr-csar.csar
2022-04-02T03:57:31.898Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardSeawdr-csar.csar
2022-04-02T03:57:31.898Z|6bc3090a-1707-4272-9160-87aabf1495b4|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-BasicOnboardSeawdr-csar.csar
2022-04-02T03:57:31.898Z|6bc3090a-1707-4272-9160-87aabf1495b4|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-BasicOnboardSeawdr-csar.csar
2022-04-02T03:57:31.899Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-04-02T03:57:31.905Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T03:57:31.906Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_seAWdR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T03:57:31.910Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_seAWdR 0 is matching search criteria
2022-04-02T03:57:31.910Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-04-02T03:57:31.912Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_seAWdR 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-02T03:57:31.914Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T03:57:31.914Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_seAWdR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T03:57:31.914Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_seAWdR 0 is matching search criteria
2022-04-02T03:57:31.914Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-04-02T03:57:31.914Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_seAWdR 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-02T03:57:31.915Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T03:57:31.915Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_seAWdR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T03:57:31.918Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T03:57:31.919Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_seAWdR 0 is not matching search criteria
2022-04-02T03:57:31.919Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-04-02T03:57:31.919Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-04-02T03:57:31.920Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-04-02T03:57:31.920Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-02T03:57:31.920Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-02T03:57:31.920Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T03:57:31.921Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_seAWdR is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-02T03:57:31.922Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T03:57:31.923Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_seAWdR 0 is matching search criteria
2022-04-02T03:57:31.923Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_seAWdR 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-02T03:57:31.924Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T03:57:31.924Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_seAWdR 0 is matching search criteria
2022-04-02T03:57:31.924Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_seAWdR 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-02T03:57:31.924Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T03:57:31.925Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_seAWdR 0 is matching search criteria
2022-04-02T03:57:31.925Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_seAWdR 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-02T03:57:31.925Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T03:57:31.926Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_seAWdR 0 is not matching search criteria
2022-04-02T03:57:31.926Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-04-02T03:57:31.926Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-02T03:57:31.926Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=ebda9d5e-19f9-4f0b-9560-4013728012e1
2022-04-02T03:57:31.927Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T03:57:31.927Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_seAWdR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T03:57:31.927Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T03:57:31.927Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_seAWdR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T03:57:31.928Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T03:57:31.928Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_seAWdR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T03:57:31.928Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T03:57:31.929Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_seAWdR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T03:57:31.929Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_seAWdR
Description:service
Model UUID:589def1c-78d4-403e-b3f5-61d6d946e1da
Model Version:NULL
Model InvariantUuid:555f341f-d12f-485e-a63c-4d7855359af9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_seAWdR
Model UUID:94e9cebf-8dea-47dd-935c-a5b1c133fbe5
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:40a8985f-87f5-465d-870b-e5ae1e86c04e
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:190d2d45-4717-4c7a-8c03-1aa7142fc996
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:816900d4-7402-4fb6-b3b4-8d9b4dd49e84
ModelName:BasicOnboardSeawdr..base_ubuntu18..module-0
ModelUuid:38a4f3cc-0e08-4512-837c-74e0c3b1fcdb
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:ebda9d5e-19f9-4f0b-9560-4013728012e1
ModelInvariantUuid:aac13765-674a-44a8-bac5-4c551858ae41
ModelName:basic_onboard_seAWdR-nodes.ubuntu18Cvfc
ModelUuid:e3873f56-aabe-4223-8c54-e0e078b85c90
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:b5ca733a-961d-46f0-a76d-2a174f89459d
ModelInvariantUuid:cc82604b-35a5-498d-a2c9-da3a000a850a
ModelName:BasicOnboardSeawdr.compute.nodes.heat.ubuntu18
ModelUuid:93e1da56-aac6-4b36-ab84-24467571f8e6
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-04-02T03:57:31.940Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: c4520e09-de45-42c6-92db-a2c6a12fbec9
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-04-02T03:57:32.026Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||basic_onboard_seAWdR 0
2022-04-02T03:57:32.032Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c4520e09-de45-42c6-92db-a2c6a12fbec9
2022-04-02T03:57:32.033Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 5725feda-c7d0-4125-934a-6bfa61a8aca2 from URL: /sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/basic_onboard_seawdr0_modules.json
2022-04-02T03:57:32.033Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-04-02T03:57:32.033Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/basic_onboard_seawdr0_modules.json
2022-04-02T03:57:32.335Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-04-02T03:57:32.336Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/basic_onboard_seawdr0_modules.json 5725feda-c7d0-4125-934a-6bfa61a8aca2 798
2022-04-02T03:57:32.336Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/basic_onboard_seawdr0_modules.json ASDC sendASDCNotification
2022-04-02T03:57:32.336Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/basic_onboard_seawdr0_modules.json
2022-04-02T03:57:32.337Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-02T03:57:32.337Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-02T03:57:32.339Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T03:57:32.339Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648871852336,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/basic_onboard_seawdr0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-02T03:57:32.440Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-02T03:57:32.440Z||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-04-02T03:57:32.441Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T03:57:32.451Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T03:57:32.451Z||pool-11-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-02T03:57:33.340Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardSeawdr..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "816900d4-7402-4fb6-b3b4-8d9b4dd49e84",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "38a4f3cc-0e08-4512-837c-74e0c3b1fcdb",
    "vfModuleModelCustomizationUUID": "04b27c36-5d6d-42f8-856c-1f40f7ad7ccf",
    "isBase": true,
    "artifacts": [
      "1fecfe50-3648-46de-bcdc-087d3f3ce598",
      "a238d13a-c6a4-45fe-92b0-80bef16a9a25"
    ],
    "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-04-02T03:57:33.355Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardSeawdr..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:38a4f3cc-0e08-4512-837c-74e0c3b1fcdb
VfModuleModelInvariantUUID:816900d4-7402-4fb6-b3b4-8d9b4dd49e84
VfModuleModelDescription:NULL
Artifacts UUID List:{
1fecfe50-3648-46de-bcdc-087d3f3ce598
,
a238d13a-c6a4-45fe-92b0-80bef16a9a25

}
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-04-02T03:57:33.357Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardSeawdr..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "816900d4-7402-4fb6-b3b4-8d9b4dd49e84",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "38a4f3cc-0e08-4512-837c-74e0c3b1fcdb",
    "vfModuleModelCustomizationUUID": "04b27c36-5d6d-42f8-856c-1f40f7ad7ccf",
    "isBase": true,
    "artifacts": [
      "1fecfe50-3648-46de-bcdc-087d3f3ce598",
      "a238d13a-c6a4-45fe-92b0-80bef16a9a25"
    ],
    "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-04-02T03:57:33.357Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardSeawdr..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:38a4f3cc-0e08-4512-837c-74e0c3b1fcdb
VfModuleModelInvariantUUID:816900d4-7402-4fb6-b3b4-8d9b4dd49e84
VfModuleModelDescription:NULL
Artifacts UUID List:{
1fecfe50-3648-46de-bcdc-087d3f3ce598
,
a238d13a-c6a4-45fe-92b0-80bef16a9a25

}
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-04-02T03:57:33.357Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 1fecfe50-3648-46de-bcdc-087d3f3ce598 from URL: /sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/base_ubuntu18.yaml
2022-04-02T03:57:33.358Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-04-02T03:57:33.358Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/base_ubuntu18.yaml
2022-04-02T03:57:33.619Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-04-02T03:57:33.619Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/base_ubuntu18.yaml 1fecfe50-3648-46de-bcdc-087d3f3ce598 5033
2022-04-02T03:57:33.620Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-04-02T03:57:33.620Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/base_ubuntu18.yaml
2022-04-02T03:57:33.620Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-02T03:57:33.620Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-02T03:57:33.622Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T03:57:33.622Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648871853620,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-02T03:57:33.722Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T03:57:33.723Z||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-04-02T03:57:33.723Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T03:57:33.735Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T03:57:33.736Z||pool-12-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-04-02T03:57:34.623Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: a238d13a-c6a4-45fe-92b0-80bef16a9a25 from URL: /sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/base_ubuntu18.env
2022-04-02T03:57:34.623Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-04-02T03:57:34.623Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/base_ubuntu18.env
2022-04-02T03:57:34.820Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-04-02T03:57:34.820Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/base_ubuntu18.env a238d13a-c6a4-45fe-92b0-80bef16a9a25 909
2022-04-02T03:57:34.821Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-04-02T03:57:34.821Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/base_ubuntu18.env
2022-04-02T03:57:34.821Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-02T03:57:34.821Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-02T03:57:34.823Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T03:57:34.823Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648871854821,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-04-02T03:57:34.924Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T03:57:34.925Z||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-04-02T03:57:34.925Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T03:57:34.937Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T03:57:34.937Z||pool-13-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-02T03:57:35.824Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 589def1c-78d4-403e-b3f5-61d6d946e1da
2022-04-02T03:57:35.825Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_seAWdR 0 c4520e09-de45-42c6-92db-a2c6a12fbec9 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-04-02T03:57:35.864Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@31ec8ed0, org.onap.sdc.toscaparser.api.parameters.Input@599b38ba, org.onap.sdc.toscaparser.api.parameters.Input@6f76bf84, org.onap.sdc.toscaparser.api.parameters.Input@881a8ee, org.onap.sdc.toscaparser.api.parameters.Input@5d4e3d20]
2022-04-02T03:57:35.868Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T03:57:35.868Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_seAWdR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T03:57:35.868Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2022-04-02T03:57:35.869Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 190d2d45-4717-4c7a-8c03-1aa7142fc996
2022-04-02T03:57:35.869Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 190d2d45-4717-4c7a-8c03-1aa7142fc996 matches Tosca VF Customization UUID: 190d2d45-4717-4c7a-8c03-1aa7142fc996
2022-04-02T03:57:35.869Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 190d2d45-4717-4c7a-8c03-1aa7142fc996  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-04-02T03:57:35.877Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T03:57:35.877Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_seAWdR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T03:57:35.878Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 190d2d45-4717-4c7a-8c03-1aa7142fc996: {\"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-04-02T03:57:35.879Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@429bf43d
2022-04-02T03:57:35.879Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T03:57:35.879Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_seAWdR is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-02T03:57:35.880Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 04b27c36-5d6d-42f8-856c-1f40f7ad7ccf
2022-04-02T03:57:35.881Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 04b27c36-5d6d-42f8-856c-1f40f7ad7ccf
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-04-02T03:57:35.889Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T03:57:35.889Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_seAWdR 0 is matching search criteria
2022-04-02T03:57:35.889Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_seAWdR 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-02T03:57:35.890Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T03:57:35.890Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_seAWdR 0 is matching search criteria
2022-04-02T03:57:35.891Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_seAWdR 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-02T03:57:35.891Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T03:57:35.891Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_seAWdR 0 is not matching search criteria
2022-04-02T03:57:35.891Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-04-02T03:57:35.892Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-02T03:57:35.892Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=ebda9d5e-19f9-4f0b-9560-4013728012e1
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-04-02T03:57:35.900Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T03:57:35.901Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_seAWdR 0 is matching search criteria
2022-04-02T03:57:35.901Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_seAWdR 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-02T03:57:35.901Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T03:57:35.901Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_seAWdR 0 is matching search criteria
2022-04-02T03:57:35.902Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_seAWdR 0] matching following query criteria: sdcType=VF, customizationUUID=190d2d45-4717-4c7a-8c03-1aa7142fc996
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-04-02T03:57:35.904Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T03:57:35.904Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_seAWdR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T03:57:35.904Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 589def1c-78d4-403e-b3f5-61d6d946e1da: basic_onboard_seAWdR
2022-04-02T03:57:35.905Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T03:57:35.905Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_seAWdR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T03:57:35.905Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T03:57:35.905Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_seAWdR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T03:57:35.906Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T03:57:35.906Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_seAWdR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T03:57:35.906Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T03:57:35.906Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_seAWdR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T03:57:35.907Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T03:57:35.907Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_seAWdR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T03:57:35.907Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||Saving Service: basic_onboard_seAWdR 
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-04-02T03:57:36.060Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_seAWdR c4520e09-de45-42c6-92db-a2c6a12fbec9 1 ASDC deployResourceStructure
2022-04-02T03:57:36.061Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/basic_onboard_seawdr0_modules.json ASDC sendASDCNotification
2022-04-02T03:57:36.061Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/basic_onboard_seawdr0_modules.json
2022-04-02T03:57:36.061Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-02T03:57:36.062Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-02T03:57:36.063Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T03:57:36.064Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648871856060,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/basic_onboard_seawdr0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-02T03:57:36.164Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T03:57:36.170Z||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-04-02T03:57:36.171Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T03:57:36.188Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T03:57:36.189Z||pool-14-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-04-02T03:57:37.065Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-04-02T03:57:37.066Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/base_ubuntu18.yaml
2022-04-02T03:57:37.066Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-02T03:57:37.067Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-02T03:57:37.070Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T03:57:37.071Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648871857065,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-04-02T03:57:37.171Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T03:57:37.172Z||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-04-02T03:57:37.172Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T03:57:37.184Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T03:57:37.185Z||pool-15-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-04-02T03:57:38.072Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-04-02T03:57:38.073Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/base_ubuntu18.env
2022-04-02T03:57:38.073Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-02T03:57:38.073Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-02T03:57:38.075Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T03:57:38.075Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648871858072,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-04-02T03:57:38.175Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T03:57:38.176Z||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-04-02T03:57:38.176Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T03:57:38.191Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T03:57:38.192Z||pool-16-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-02T03:57:39.075Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/artifacts/service-BasicOnboardSeawdr-csar.csar ASDC sendASDCNotification
2022-04-02T03:57:39.076Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/artifacts/service-BasicOnboardSeawdr-csar.csar
2022-04-02T03:57:39.076Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-02T03:57:39.077Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-02T03:57:39.078Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T03:57:39.078Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648871859075,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/artifacts/service-BasicOnboardSeawdr-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-02T03:57:39.179Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-02T03:57:39.180Z||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-04-02T03:57:39.180Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T03:57:39.192Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T03:57:39.192Z||pool-17-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-02T03:57:40.079Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6bc3090a-1707-4272-9160-87aabf1495b4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-02T03:57:40.094Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6bc3090a-1707-4272-9160-87aabf1495b4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-02T03:57:40.098Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-02T03:57:40.099Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-02T03:57:40.099Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-02T03:57:40.099Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-02T03:57:40.100Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-02T03:57:40.100Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-02T03:57:40.100Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-02T03:57:40.101Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-02T03:57:40.101Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-02T03:57:40.101Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-02T03:57:40.101Z|6bc3090a-1707-4272-9160-87aabf1495b4|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-04-02T03:57:40.107Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-02T03:58:10.108Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6bc3090a-1707-4272-9160-87aabf1495b4 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-04-02T03:58:10.116Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6bc3090a-1707-4272-9160-87aabf1495b4 and serviceModelVersionId: 589def1c-78d4-403e-b3f5-61d6d946e1da
2022-04-02T03:58:10.116Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 555f341f-d12f-485e-a63c-4d7855359af9
2022-04-02T03:58:20.008Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T03:58:20.009Z||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-04-02T03:58:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T03:58:20.137Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T03:58:20.137Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:58:20.137Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648871840001,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T03:58:20.139Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T03:58:24.341Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/555f341f-d12f-485e-a63c-4d7855359af9/model-vers/model-ver/589def1c-78d4-403e-b3f5-61d6d946e1da?depth=0
2022-04-02T03:58:24.447Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-04-02T03:58:24.939Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/555f341f-d12f-485e-a63c-4d7855359af9/model-vers/model-ver/589def1c-78d4-403e-b3f5-61d6d946e1da?depth=0|INFO|500||Invoke
2022-04-02T03:58:24.949Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/555f341f-d12f-485e-a63c-4d7855359af9/model-vers/model-ver/589def1c-78d4-403e-b3f5-61d6d946e1da?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/555f341f-d12f-485e-a63c-4d7855359af9/model-vers/model-ver/589def1c-78d4-403e-b3f5-61d6d946e1da?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6bc3090a-1707-4272-9160-87aabf1495b4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f4658843-fef6-4037-ad8a-c7d6a0ab26bf], X-ECOMP-RequestID=[6bc3090a-1707-4272-9160-87aabf1495b4], X-TransactionId=[], X-ONAP-RequestID=[6bc3090a-1707-4272-9160-87aabf1495b4], Content-Type=[application/merge-patch+json]}
2022-04-02T03:58:25.072Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/555f341f-d12f-485e-a63c-4d7855359af9/model-vers/model-ver/589def1c-78d4-403e-b3f5-61d6d946e1da?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-02T03:58:25.798Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/555f341f-d12f-485e-a63c-4d7855359af9/model-vers/model-ver/589def1c-78d4-403e-b3f5-61d6d946e1da?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/555f341f-d12f-485e-a63c-4d7855359af9/model-vers/model-ver/589def1c-78d4-403e-b3f5-61d6d946e1da?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220402-03:58:24:956-71436], vertex-id=[430312], Content-Length=[0], Date=[Sat, 02 Apr 2022 03:58:24 GMT], Content-Type=[application/json]}
2022-04-02T03:58:25.800Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/555f341f-d12f-485e-a63c-4d7855359af9/model-vers/model-ver/589def1c-78d4-403e-b3f5-61d6d946e1da?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-02T03:58:25.800Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/555f341f-d12f-485e-a63c-4d7855359af9/model-vers/model-ver/589def1c-78d4-403e-b3f5-61d6d946e1da?depth=0|INFO|500||InvokeReturn
2022-04-02T03:58:25.804Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-02T03:58:25.804Z|6bc3090a-1707-4272-9160-87aabf1495b4|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-04-02T03:58:25.809Z|6bc3090a-1707-4272-9160-87aabf1495b4|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-04-02T03:58:25.810Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6bc3090a-1707-4272-9160-87aabf1495b4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-02T03:58:25.811Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-02T03:58:25.812Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-02T03:58:25.814Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T03:58:25.814Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648871905811,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-02T03:58:25.914Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T03:58:25.915Z||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-04-02T03:58:25.915Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T03:58:25.927Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T03:58:25.927Z||pool-18-thread-1|||||INFO|500||cambria reply ok (13 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-04-02T03:58:26.825Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T03:58:26.826Z|6bc3090a-1707-4272-9160-87aabf1495b4|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-04-02T03:58:26.826Z|6bc3090a-1707-4272-9160-87aabf1495b4|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 GCqzoDOAtKeQqP9d) ...
2022-04-02T03:58:36.368Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T03:59:20.001Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T03:59:20.002Z|6bc3090a-1707-4272-9160-87aabf1495b4|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-04-02T03:59:20.002Z|6bc3090a-1707-4272-9160-87aabf1495b4|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 GCqzoDOAtKeQqP9d) ...
2022-04-02T03:59:20.008Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T03:59:20.009Z||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-04-02T03:59:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T03:59:20.038Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T03:59:20.040Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:59:20.040Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648871840001,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/basic_onboard_seawdr0_modules.json",
  "status": "NOTIFIED"
}
2022-04-02T03:59:20.041Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T03:59:20.041Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:59:20.041Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648871840001,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-02T03:59:20.041Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T03:59:20.041Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:59:20.041Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648871840001,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T03:59:20.042Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T03:59:20.042Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:59:20.042Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648871840001,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-04-02T03:59:20.042Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T03:59:20.042Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:59:20.043Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648871840001,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/artifacts/service-BasicOnboardSeawdr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T03:59:20.043Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T03:59:20.043Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:59:20.043Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648871840001,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/artifacts/service-BasicOnboardSeawdr-csar.csar",
  "status": "NOTIFIED"
}
2022-04-02T03:59:20.044Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T03:59:20.044Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:59:20.044Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648871848125,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/artifacts/service-BasicOnboardSeawdr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-02T03:59:20.044Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T03:59:20.044Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:59:20.045Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648871852336,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/basic_onboard_seawdr0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-02T03:59:20.045Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T03:59:20.045Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:59:20.045Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648871853620,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-02T03:59:20.046Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T03:59:20.046Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:59:20.046Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648871854821,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-04-02T03:59:20.046Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T03:59:20.046Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:59:20.046Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648871856060,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/basic_onboard_seawdr0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-02T03:59:20.047Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T03:59:20.047Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:59:20.047Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648871857065,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-04-02T03:59:20.047Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T03:59:20.047Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:59:20.048Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648871858072,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-04-02T03:59:20.048Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T03:59:20.048Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:59:20.048Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648871859075,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/artifacts/service-BasicOnboardSeawdr-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-02T03:59:20.049Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T03:59:20.636Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T03:59:20.638Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-02T03:59:20.638Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"c04a20c9-2375-40a5-b3fb-e71deaad0c68","serviceName":"vFW 2022-04-02 03-56-39","serviceVersion":"1.0","serviceUUID":"460bba71-51b5-40f0-aa4c-ef18ec31919d","serviceDescription":"catalog service description","serviceInvariantUUID":"5c60f4ce-7377-4ce6-85a3-fa520da00484","resources":[{"resourceInstanceName":"vFW 6230cf9f-caca 0","resourceName":"vFW 6230cf9f-caca","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d6b6918a-5dc6-4863-8da7-5ad1d5435aed","resourceInvariantUUID":"d2d836f4-002d-4f75-aa02-135a7940d02e","resourceCustomizationUUID":"946191d3-c6fd-4aab-be5e-cd5d898cd64f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/vf-license-model.xml","artifactChecksum":"NzRiYjMwZTA2ZDRmN2RmMGY3MjAzNzYyNTE4MWE2MGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1f3562e9-7fbe-40a1-b4d1-9b7aaa70979e","artifactVersion":"1"},{"artifactName":"vfw6230cf9fcaca0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/vfw6230cf9fcaca0_modules.json","artifactChecksum":"NjIwZGFlMDYwNTNhZjBjZDlmOWIxMmI4ZDdkZWM2Mzc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8505a1c8-e32d-49aa-b583-ced1d1256edb","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"bd7c4217-fcc8-4f42-a9ad-17069c00552d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/vendor-license-model.xml","artifactChecksum":"YmE3NzVjZWM1NWM3MWQ3ODU1YWJlMGMxNjJlYjg4M2U\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"aae4eadd-ba20-49ac-aabd-0ae340b3426d","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a04eac5b-d15e-4fc4-84ce-fdcf90aa009d","artifactVersion":"2","generatedFromUUID":"bd7c4217-fcc8-4f42-a9ad-17069c00552d"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220402035639-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220402035639/1.0/artifacts/service-Vfw20220402035639-template.yml","artifactChecksum":"YzE5NWI2Mzk2ZWI0N2ZlOTRjMzEwODUwZGQ4OWIzNGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f488d887-078b-43ad-a31a-2c0a2e4741ee","artifactVersion":"1"},{"artifactName":"service-Vfw20220402035639-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220402035639/1.0/artifacts/service-Vfw20220402035639-csar.csar","artifactChecksum":"MDI5MTEwYmQ2NGI0MjRhZjlhZmI3YWEzZWQzZTlkNGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1948065f-f678-49f4-8c31-48cd3e39db34","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-02T03:59:20.640Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-02T03:59:20.641Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-02T03:59:20.643Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T03:59:20.643Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648871960001,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T03:59:20.743Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T03:59:20.744Z||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-04-02T03:59:20.745Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T03:59:20.759Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T03:59:20.760Z||pool-19-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-04-02T03:59:21.643Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-02T03:59:21.644Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-02T03:59:21.647Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T03:59:21.647Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648871960001,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/vfw6230cf9fcaca0_modules.json",
  "status": "NOTIFIED"
}
2022-04-02T03:59:21.747Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T03:59:21.748Z||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-04-02T03:59:21.748Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T03:59:21.759Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T03:59:21.760Z||pool-20-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-02T03:59:22.647Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-02T03:59:22.648Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-02T03:59:22.650Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T03:59:22.650Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648871960001,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-02T03:59:22.750Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T03:59:22.751Z||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-04-02T03:59:22.751Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T03:59:22.766Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T03:59:22.766Z||pool-21-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-04-02T03:59:23.650Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-02T03:59:23.651Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-02T03:59:23.653Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T03:59:23.654Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648871960001,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T03:59:23.754Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T03:59:23.755Z||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-04-02T03:59:23.755Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T03:59:23.769Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T03:59:23.769Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-02T03:59:24.655Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-02T03:59:24.656Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-02T03:59:24.658Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T03:59:24.659Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648871960001,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-02T03:59:24.759Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T03:59:24.760Z||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-04-02T03:59:24.760Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T03:59:24.771Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T03:59:24.772Z||pool-23-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-04-02T03:59:25.659Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-02T03:59:25.660Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-02T03:59:25.662Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T03:59:25.662Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648871960001,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/artifacts/service-Vfw20220402035639-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T03:59:25.762Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T03:59:25.763Z||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-04-02T03:59:25.763Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T03:59:25.773Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T03:59:25.773Z||pool-24-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-02T03:59:26.663Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-02T03:59:26.663Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-02T03:59:26.665Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T03:59:26.665Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648871960001,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/artifacts/service-Vfw20220402035639-csar.csar",
  "status": "NOTIFIED"
}
2022-04-02T03:59:26.765Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T03:59:26.766Z||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-04-02T03:59:26.767Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T03:59:26.778Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T03:59:26.778Z||pool-25-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-02T03:59:27.666Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
  "serviceName": "vFW 2022-04-02 03-56-39",
  "serviceVersion": "1.0",
  "serviceUUID": "460bba71-51b5-40f0-aa4c-ef18ec31919d",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "5c60f4ce-7377-4ce6-85a3-fa520da00484",
  "resources": [
    {
      "resourceInstanceName": "vFW 6230cf9f-caca 0",
      "resourceCustomizationUUID": "946191d3-c6fd-4aab-be5e-cd5d898cd64f",
      "resourceName": "vFW 6230cf9f-caca",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d6b6918a-5dc6-4863-8da7-5ad1d5435aed",
      "resourceInvariantUUID": "d2d836f4-002d-4f75-aa02-135a7940d02e",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw6230cf9fcaca0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/vfw6230cf9fcaca0_modules.json",
          "artifactChecksum": "NjIwZGFlMDYwNTNhZjBjZDlmOWIxMmI4ZDdkZWM2Mzc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "8505a1c8-e32d-49aa-b583-ced1d1256edb",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "bd7c4217-fcc8-4f42-a9ad-17069c00552d",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a04eac5b-d15e-4fc4-84ce-fdcf90aa009d",
            "generatedFromUUID": "bd7c4217-fcc8-4f42-a9ad-17069c00552d"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a04eac5b-d15e-4fc4-84ce-fdcf90aa009d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220402035639-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/artifacts/service-Vfw20220402035639-csar.csar",
      "artifactChecksum": "MDI5MTEwYmQ2NGI0MjRhZjlhZmI3YWEzZWQzZTlkNGY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1948065f-f678-49f4-8c31-48cd3e39db34"
    }
  ],
  "workloadContext": "Production"
}
2022-04-02T03:59:27.667Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-02T03:59:27.667Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 460bba71-51b5-40f0-aa4c-ef18ec31919d ASDC
2022-04-02T03:59:27.668Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:c04a20c9-2375-40a5-b3fb-e71deaad0c68
ServiceName:vFW 2022-04-02 03-56-39
ServiceVersion:1.0
ServiceUUID:460bba71-51b5-40f0-aa4c-ef18ec31919d
ServiceInvariantUUID:5c60f4ce-7377-4ce6-85a3-fa520da00484
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220402035639-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220402035639/1.0/artifacts/service-Vfw20220402035639-csar.csar
ArtifactUUID:1948065f-f678-49f4-8c31-48cd3e39db34
ArtifactChecksum:MDI5MTEwYmQ2NGI0MjRhZjlhZmI3YWEzZWQzZTlkNGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 6230cf9f-caca 0
ResourceCustomizationUUID:946191d3-c6fd-4aab-be5e-cd5d898cd64f
ResourceInvariantUUID:d2d836f4-002d-4f75-aa02-135a7940d02e
ResourceName:vFW 6230cf9f-caca
ResourceType:VF
ResourceUUID:d6b6918a-5dc6-4863-8da7-5ad1d5435aed
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw6230cf9fcaca0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/vfw6230cf9fcaca0_modules.json
ArtifactUUID:8505a1c8-e32d-49aa-b583-ced1d1256edb
ArtifactChecksum:NjIwZGFlMDYwNTNhZjBjZDlmOWIxMmI4ZDdkZWM2Mzc=
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/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/base_vfw.yaml
ArtifactUUID:bd7c4217-fcc8-4f42-a9ad-17069c00552d
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/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/base_vfw.env
ArtifactUUID:a04eac5b-d15e-4fc4-84ce-fdcf90aa009d
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/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/base_vfw.env
ArtifactUUID:a04eac5b-d15e-4fc4-84ce-fdcf90aa009d
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-02T03:59:27.668Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 460bba71-51b5-40f0-aa4c-ef18ec31919d 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-04-02T03:59:27.699Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-02T03:59:27.700Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-04-02T03:59:27.700Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-04-02T03:59:27.700Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 1948065f-f678-49f4-8c31-48cd3e39db34 from URL: /sdc/v1/catalog/services/Vfw20220402035639/1.0/artifacts/service-Vfw20220402035639-csar.csar
2022-04-02T03:59:27.700Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-04-02T03:59:27.701Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220402035639/1.0/artifacts/service-Vfw20220402035639-csar.csar
2022-04-02T03:59:28.106Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-04-02T03:59:28.113Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220402035639/1.0/artifacts/service-Vfw20220402035639-csar.csar 1948065f-f678-49f4-8c31-48cd3e39db34 98917
2022-04-02T03:59:28.114Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220402035639/1.0/artifacts/service-Vfw20220402035639-csar.csar ASDC sendASDCNotification
2022-04-02T03:59:28.114Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220402035639/1.0/artifacts/service-Vfw20220402035639-csar.csar
2022-04-02T03:59:28.114Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-02T03:59:28.115Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-02T03:59:28.117Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T03:59:28.117Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648871968113,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/artifacts/service-Vfw20220402035639-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-02T03:59:28.217Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T03:59:28.218Z||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-04-02T03:59:28.218Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T03:59:28.230Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T03:59:28.231Z||pool-26-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-02T03:59:29.117Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-02T03:59:29.118Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-04-02T03:59:29.119Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 1948065f-f678-49f4-8c31-48cd3e39db34, URL: /sdc/v1/catalog/services/Vfw20220402035639/1.0/artifacts/service-Vfw20220402035639-csar.csar to file: /app/ASDC/1/service-Vfw20220402035639-csar.csar
2022-04-02T03:59:29.119Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220402035639-csar.csar
2022-04-02T03:59:29.119Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220402035639-csar.csar
2022-04-02T03:59:29.120Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220402035639-csar.csar
2022-04-02T03:59:29.309Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8979730172908928045/Definitions/service-Vfw20220402035639-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
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
2022-04-02T03:59:31.408Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-02T03:59:31.409Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-04-02T03:59:31.409Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220402035639-csar.csar
2022-04-02T03:59:31.409Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-04-02T03:59:31.410Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|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-Vfw20220402035639-csar.csar
2022-04-02T03:59:31.410Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|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-Vfw20220402035639-csar.csar
2022-04-02T03:59:31.410Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|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-Vfw20220402035639-csar.csar
2022-04-02T03:59:31.410Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|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-Vfw20220402035639-csar.csar
2022-04-02T03:59:31.410Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|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-Vfw20220402035639-csar.csar
2022-04-02T03:59:31.410Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|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-Vfw20220402035639-csar.csar
2022-04-02T03:59:31.410Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|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-Vfw20220402035639-csar.csar
2022-04-02T03:59:31.411Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|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-Vfw20220402035639-csar.csar
2022-04-02T03:59:31.411Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|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-Vfw20220402035639-csar.csar
2022-04-02T03:59:31.411Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|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-Vfw20220402035639-csar.csar
2022-04-02T03:59:31.411Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|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-Vfw20220402035639-csar.csar
2022-04-02T03:59:31.411Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 6230cf9f-caca 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-Vfw20220402035639-csar.csar
2022-04-02T03:59:31.411Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|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-Vfw20220402035639-csar.csar
2022-04-02T03:59:31.411Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-04-02T03:59:31.412Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T03:59:31.412Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-02 03-56-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T03:59:31.412Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vFW 6230cf9f-caca 0 is matching search criteria
2022-04-02T03:59:31.412Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-04-02T03:59:31.413Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 6230cf9f-caca 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-02T03:59:31.413Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T03:59:31.413Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-02 03-56-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T03:59:31.413Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vFW 6230cf9f-caca 0 is matching search criteria
2022-04-02T03:59:31.413Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-04-02T03:59:31.414Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 6230cf9f-caca 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-02T03:59:31.414Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T03:59:31.414Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-02 03-56-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T03:59:31.414Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T03:59:31.415Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vFW 6230cf9f-caca 0 is not matching search criteria
2022-04-02T03:59:31.415Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-02T03:59:31.415Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-02T03:59:31.415Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-02T03:59:31.415Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-02T03:59:31.415Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-02T03:59:31.416Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-02T03:59:31.416Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-02T03:59:31.416Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-02T03:59:31.416Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-02T03:59:31.416Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-02T03:59:31.416Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-02T03:59:31.417Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-02T03:59:31.417Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-02T03:59:31.417Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-02T03:59:31.417Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-02T03:59:31.417Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-02T03:59:31.417Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T03:59:31.418Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-02 03-56-39 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-02T03:59:31.418Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T03:59:31.418Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vFW 6230cf9f-caca 0 is matching search criteria
2022-04-02T03:59:31.418Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 6230cf9f-caca 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-02T03:59:31.419Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T03:59:31.419Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vFW 6230cf9f-caca 0 is matching search criteria
2022-04-02T03:59:31.419Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 6230cf9f-caca 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-02T03:59:31.419Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T03:59:31.419Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vFW 6230cf9f-caca 0 is matching search criteria
2022-04-02T03:59:31.420Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 6230cf9f-caca 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-02T03:59:31.420Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T03:59:31.420Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vFW 6230cf9f-caca 0 is not matching search criteria
2022-04-02T03:59:31.420Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-02T03:59:31.420Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-02T03:59:31.420Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-02T03:59:31.421Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-02T03:59:31.421Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-02T03:59:31.421Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-02T03:59:31.421Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-02T03:59:31.421Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-02T03:59:31.421Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-02T03:59:31.422Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-02T03:59:31.422Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-02T03:59:31.422Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=11fe7865-dfdc-41a6-9751-9be42926c6c3
2022-04-02T03:59:31.422Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T03:59:31.422Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vFW 6230cf9f-caca 0 is not matching search criteria
2022-04-02T03:59:31.423Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-02T03:59:31.423Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-02T03:59:31.423Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-02T03:59:31.423Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-02T03:59:31.423Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-02T03:59:31.423Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-02T03:59:31.424Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-02T03:59:31.424Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-02T03:59:31.424Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-02T03:59:31.424Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-02T03:59:31.424Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-02T03:59:31.424Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-02T03:59:31.425Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=cd8db91a-2103-4cdb-837f-491877f9adcd
2022-04-02T03:59:31.425Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T03:59:31.425Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vFW 6230cf9f-caca 0 is not matching search criteria
2022-04-02T03:59:31.425Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-02T03:59:31.425Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-02T03:59:31.426Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-02T03:59:31.426Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-02T03:59:31.426Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-02T03:59:31.426Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-02T03:59:31.426Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-02T03:59:31.426Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-02T03:59:31.427Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-02T03:59:31.427Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-02T03:59:31.427Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-02T03:59:31.427Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-02T03:59:31.427Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c6327bc8-a313-4f07-b295-5b2a5bb8b9cd
2022-04-02T03:59:31.427Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T03:59:31.428Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-02 03-56-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T03:59:31.428Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T03:59:31.428Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-02 03-56-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T03:59:31.428Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T03:59:31.428Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-02 03-56-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T03:59:31.429Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T03:59:31.429Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-02 03-56-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T03:59:31.429Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-04-02 03-56-39
Description:catalog service description
Model UUID:460bba71-51b5-40f0-aa4c-ef18ec31919d
Model Version:NULL
Model InvariantUuid:5c60f4ce-7377-4ce6-85a3-fa520da00484
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 6230cf9f-caca
Model UUID:9067cdde-5247-46e2-8241-dedebebe2f65
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d2d836f4-002d-4f75-aa02-135a7940d02e
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:946191d3-c6fd-4aab-be5e-cd5d898cd64f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:a5c2dc3d-80ea-4a87-b509-9f1f0d7afcf6
ModelName:Vfw6230cf9fCaca..base_vfw..module-0
ModelUuid:ca875643-1b2a-48a5-b5bb-bbb1eb6705ef
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:11fe7865-dfdc-41a6-9751-9be42926c6c3
ModelInvariantUuid:e9ce3f34-955a-4896-81c3-cbb3c95f3d04
ModelName:vFW 6230cf9f-caca-nodes.vfwCvfc
ModelUuid:f862ec20-1d09-4e5b-88a6-15d2287b90c2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:7f8e7be8-568b-4d1b-8741-07bd27fe93ef
ModelInvariantUuid:c7df155c-7c99-49c0-981a-dc2b0d38276e
ModelName:Vfw6230cf9fCaca.compute.nodes.heat.vfw
ModelUuid:aba0d598-f928-45d1-81a1-dacac2f4337d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:cd8db91a-2103-4cdb-837f-491877f9adcd
ModelInvariantUuid:7ad6c2f5-bfc1-4f61-b1ac-7476fb6e1d73
ModelName:vFW 6230cf9f-caca-nodes.vsnCvfc
ModelUuid:6e1990d9-27bf-47f4-9b19-a8bdb9800ef6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:e636c8e1-f4b5-4bb5-b26c-6e35c39ba299
ModelInvariantUuid:39cf3955-fd69-4eb7-a889-8e99427ed048
ModelName:Vfw6230cf9fCaca.compute.nodes.heat.vsn
ModelUuid:bdfc99d2-e4ab-4166-a171-6cbd7ccc2ed2
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c6327bc8-a313-4f07-b295-5b2a5bb8b9cd
ModelInvariantUuid:9574d10a-c516-4042-a480-f0a199ef6826
ModelName:vFW 6230cf9f-caca-nodes.vpgCvfc
ModelUuid:99f0f13b-2bc7-45b7-bcd3-94fdafda9e50
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:05665389-f870-4049-8927-6254f087d72e
ModelInvariantUuid:1520fb16-3153-4205-9295-575146dc73a7
ModelName:Vfw6230cf9fCaca.compute.nodes.heat.vpg
ModelUuid:3a11d781-56ac-4e90-9387-05606141b594
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-04-02T03:59:31.432Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: d6b6918a-5dc6-4863-8da7-5ad1d5435aed
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-04-02T03:59:31.435Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||vFW 6230cf9f-caca 0
2022-04-02T03:59:31.435Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d6b6918a-5dc6-4863-8da7-5ad1d5435aed
2022-04-02T03:59:31.435Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 8505a1c8-e32d-49aa-b583-ced1d1256edb from URL: /sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/vfw6230cf9fcaca0_modules.json
2022-04-02T03:59:31.435Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-04-02T03:59:31.435Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/vfw6230cf9fcaca0_modules.json
2022-04-02T03:59:31.599Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-04-02T03:59:31.600Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/vfw6230cf9fcaca0_modules.json 8505a1c8-e32d-49aa-b583-ced1d1256edb 785
2022-04-02T03:59:31.600Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/vfw6230cf9fcaca0_modules.json ASDC sendASDCNotification
2022-04-02T03:59:31.600Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/vfw6230cf9fcaca0_modules.json
2022-04-02T03:59:31.600Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-02T03:59:31.601Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-02T03:59:31.603Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T03:59:31.603Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648871971600,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/vfw6230cf9fcaca0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-02T03:59:31.703Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T03:59:31.704Z||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-04-02T03:59:31.704Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T03:59:31.716Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T03:59:31.717Z||pool-27-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-02T03:59:32.605Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw6230cf9fCaca..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "a5c2dc3d-80ea-4a87-b509-9f1f0d7afcf6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ca875643-1b2a-48a5-b5bb-bbb1eb6705ef",
    "vfModuleModelCustomizationUUID": "7b7bb2ae-b74d-4fd0-b84a-9a808e8cc9ba",
    "isBase": true,
    "artifacts": [
      "bd7c4217-fcc8-4f42-a9ad-17069c00552d",
      "a04eac5b-d15e-4fc4-84ce-fdcf90aa009d"
    ],
    "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-04-02T03:59:32.608Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6230cf9fCaca..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ca875643-1b2a-48a5-b5bb-bbb1eb6705ef
VfModuleModelInvariantUUID:a5c2dc3d-80ea-4a87-b509-9f1f0d7afcf6
VfModuleModelDescription:NULL
Artifacts UUID List:{
bd7c4217-fcc8-4f42-a9ad-17069c00552d
,
a04eac5b-d15e-4fc4-84ce-fdcf90aa009d

}
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-04-02T03:59:32.610Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw6230cf9fCaca..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "a5c2dc3d-80ea-4a87-b509-9f1f0d7afcf6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ca875643-1b2a-48a5-b5bb-bbb1eb6705ef",
    "vfModuleModelCustomizationUUID": "7b7bb2ae-b74d-4fd0-b84a-9a808e8cc9ba",
    "isBase": true,
    "artifacts": [
      "bd7c4217-fcc8-4f42-a9ad-17069c00552d",
      "a04eac5b-d15e-4fc4-84ce-fdcf90aa009d"
    ],
    "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-04-02T03:59:32.610Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6230cf9fCaca..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ca875643-1b2a-48a5-b5bb-bbb1eb6705ef
VfModuleModelInvariantUUID:a5c2dc3d-80ea-4a87-b509-9f1f0d7afcf6
VfModuleModelDescription:NULL
Artifacts UUID List:{
bd7c4217-fcc8-4f42-a9ad-17069c00552d
,
a04eac5b-d15e-4fc4-84ce-fdcf90aa009d

}
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-04-02T03:59:32.611Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: bd7c4217-fcc8-4f42-a9ad-17069c00552d from URL: /sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/base_vfw.yaml
2022-04-02T03:59:32.611Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-04-02T03:59:32.611Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/base_vfw.yaml
2022-04-02T03:59:32.834Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-04-02T03:59:32.834Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/base_vfw.yaml bd7c4217-fcc8-4f42-a9ad-17069c00552d 20368
2022-04-02T03:59:32.835Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-02T03:59:32.835Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/base_vfw.yaml
2022-04-02T03:59:32.835Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-02T03:59:32.835Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-02T03:59:32.837Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T03:59:32.837Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648871972835,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-02T03:59:32.937Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T03:59:32.938Z||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-04-02T03:59:32.938Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T03:59:32.950Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T03:59:32.951Z||pool-28-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-02T03:59:33.838Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: a04eac5b-d15e-4fc4-84ce-fdcf90aa009d from URL: /sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/base_vfw.env
2022-04-02T03:59:33.839Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-04-02T03:59:33.839Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/base_vfw.env
2022-04-02T03:59:34.131Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-04-02T03:59:34.131Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/base_vfw.env a04eac5b-d15e-4fc4-84ce-fdcf90aa009d 2098
2022-04-02T03:59:34.132Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-02T03:59:34.132Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/base_vfw.env
2022-04-02T03:59:34.132Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-02T03:59:34.132Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-02T03:59:34.135Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T03:59:34.135Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648871974132,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-02T03:59:34.235Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T03:59:34.236Z||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-04-02T03:59:34.236Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T03:59:34.257Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T03:59:34.258Z||pool-29-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-04-02T03:59:35.135Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 460bba71-51b5-40f0-aa4c-ef18ec31919d
2022-04-02T03:59:35.136Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 6230cf9f-caca 0 d6b6918a-5dc6-4863-8da7-5ad1d5435aed 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-04-02T03:59:35.148Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6e1d3fcd, org.onap.sdc.toscaparser.api.parameters.Input@2d35270f, org.onap.sdc.toscaparser.api.parameters.Input@6197c412, org.onap.sdc.toscaparser.api.parameters.Input@971c790, org.onap.sdc.toscaparser.api.parameters.Input@e156224]
2022-04-02T03:59:35.149Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T03:59:35.149Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-02 03-56-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T03:59:35.149Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2022-04-02T03:59:35.149Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 946191d3-c6fd-4aab-be5e-cd5d898cd64f
2022-04-02T03:59:35.149Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 946191d3-c6fd-4aab-be5e-cd5d898cd64f matches Tosca VF Customization UUID: 946191d3-c6fd-4aab-be5e-cd5d898cd64f
2022-04-02T03:59:35.150Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 946191d3-c6fd-4aab-be5e-cd5d898cd64f  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-04-02T03:59:35.151Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T03:59:35.151Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-02 03-56-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T03:59:35.152Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 946191d3-c6fd-4aab-be5e-cd5d898cd64f: {\"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-04-02T03:59:35.152Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@52bed3da
2022-04-02T03:59:35.152Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T03:59:35.153Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-02 03-56-39 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-02T03:59:35.153Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7b7bb2ae-b74d-4fd0-b84a-9a808e8cc9ba
2022-04-02T03:59:35.153Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7b7bb2ae-b74d-4fd0-b84a-9a808e8cc9ba
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-04-02T03:59:35.155Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T03:59:35.155Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vFW 6230cf9f-caca 0 is matching search criteria
2022-04-02T03:59:35.155Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 6230cf9f-caca 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-02T03:59:35.155Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T03:59:35.156Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vFW 6230cf9f-caca 0 is matching search criteria
2022-04-02T03:59:35.156Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 6230cf9f-caca 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-02T03:59:35.156Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T03:59:35.156Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vFW 6230cf9f-caca 0 is not matching search criteria
2022-04-02T03:59:35.156Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-02T03:59:35.157Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-02T03:59:35.157Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-02T03:59:35.157Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-02T03:59:35.157Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-02T03:59:35.157Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-02T03:59:35.158Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-02T03:59:35.158Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-02T03:59:35.158Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-02T03:59:35.158Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-02T03:59:35.158Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-02T03:59:35.159Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=11fe7865-dfdc-41a6-9751-9be42926c6c3
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-04-02T03:59:35.160Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T03:59:35.160Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vFW 6230cf9f-caca 0 is matching search criteria
2022-04-02T03:59:35.160Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 6230cf9f-caca 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-02T03:59:35.161Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T03:59:35.161Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vFW 6230cf9f-caca 0 is not matching search criteria
2022-04-02T03:59:35.161Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-02T03:59:35.162Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-02T03:59:35.162Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-02T03:59:35.162Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-02T03:59:35.162Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-02T03:59:35.162Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-02T03:59:35.163Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-02T03:59:35.163Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-02T03:59:35.163Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-02T03:59:35.163Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-02T03:59:35.163Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-02T03:59:35.164Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-02T03:59:35.164Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=cd8db91a-2103-4cdb-837f-491877f9adcd
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-04-02T03:59:35.165Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T03:59:35.166Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vFW 6230cf9f-caca 0 is matching search criteria
2022-04-02T03:59:35.166Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 6230cf9f-caca 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-02T03:59:35.169Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T03:59:35.170Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vFW 6230cf9f-caca 0 is not matching search criteria
2022-04-02T03:59:35.170Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-02T03:59:35.170Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-02T03:59:35.170Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-02T03:59:35.171Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-02T03:59:35.171Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-02T03:59:35.171Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-02T03:59:35.171Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-02T03:59:35.172Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-02T03:59:35.172Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-02T03:59:35.172Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-02T03:59:35.172Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-02T03:59:35.173Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-02T03:59:35.173Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c6327bc8-a313-4f07-b295-5b2a5bb8b9cd
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-04-02T03:59:35.174Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T03:59:35.175Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vFW 6230cf9f-caca 0 is matching search criteria
2022-04-02T03:59:35.175Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 6230cf9f-caca 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-02T03:59:35.175Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T03:59:35.175Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vFW 6230cf9f-caca 0 is matching search criteria
2022-04-02T03:59:35.175Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 6230cf9f-caca 0] matching following query criteria: sdcType=VF, customizationUUID=946191d3-c6fd-4aab-be5e-cd5d898cd64f
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-04-02T03:59:35.177Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T03:59:35.177Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-02 03-56-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T03:59:35.177Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 460bba71-51b5-40f0-aa4c-ef18ec31919d: vFW 6230cf9f-caca
2022-04-02T03:59:35.177Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T03:59:35.177Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-02 03-56-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T03:59:35.177Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T03:59:35.178Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-02 03-56-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T03:59:35.178Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T03:59:35.178Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-02 03-56-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T03:59:35.178Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T03:59:35.178Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-02 03-56-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T03:59:35.179Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T03:59:35.179Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-02 03-56-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T03:59:35.179Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2022-04-02 03-56-39 
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-04-02T03:59:35.298Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 6230cf9f-caca d6b6918a-5dc6-4863-8da7-5ad1d5435aed 1 ASDC deployResourceStructure
2022-04-02T03:59:35.299Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/vfw6230cf9fcaca0_modules.json ASDC sendASDCNotification
2022-04-02T03:59:35.299Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/vfw6230cf9fcaca0_modules.json
2022-04-02T03:59:35.299Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-02T03:59:35.299Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-02T03:59:35.301Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T03:59:35.301Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648871975299,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/vfw6230cf9fcaca0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-02T03:59:35.401Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T03:59:35.403Z||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-04-02T03:59:35.403Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T03:59:35.413Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T03:59:35.413Z||pool-30-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-02T03:59:36.302Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-02T03:59:36.303Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/base_vfw.yaml
2022-04-02T03:59:36.303Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-02T03:59:36.303Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-02T03:59:36.305Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T03:59:36.305Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648871976302,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-04-02T03:59:36.405Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T03:59:36.406Z||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-04-02T03:59:36.406Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T03:59:36.416Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T03:59:36.417Z||pool-31-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-02T03:59:37.306Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-02T03:59:37.307Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/base_vfw.env
2022-04-02T03:59:37.307Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-02T03:59:37.307Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-02T03:59:37.309Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T03:59:37.309Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648871977306,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-04-02T03:59:37.409Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T03:59:37.410Z||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-04-02T03:59:37.410Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T03:59:37.422Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T03:59:37.422Z||pool-32-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-02T03:59:38.310Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220402035639/1.0/artifacts/service-Vfw20220402035639-csar.csar ASDC sendASDCNotification
2022-04-02T03:59:38.310Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220402035639/1.0/artifacts/service-Vfw20220402035639-csar.csar
2022-04-02T03:59:38.310Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-02T03:59:38.311Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-02T03:59:38.312Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T03:59:38.312Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648871978310,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/artifacts/service-Vfw20220402035639-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-02T03:59:38.413Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-02T03:59:38.414Z||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-04-02T03:59:38.414Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T03:59:38.426Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T03:59:38.427Z||pool-33-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-02T03:59:39.313Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c04a20c9-2375-40a5-b3fb-e71deaad0c68
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-02T03:59:39.324Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c04a20c9-2375-40a5-b3fb-e71deaad0c68
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-02T03:59:39.326Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-02T03:59:39.326Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-02T03:59:39.326Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-02T04:00:09.327Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c04a20c9-2375-40a5-b3fb-e71deaad0c68
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-02T04:00:09.338Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c04a20c9-2375-40a5-b3fb-e71deaad0c68
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-02T04:00:09.342Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-02T04:00:09.342Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-02T04:00:09.342Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-02T04:00:20.008Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T04:00:20.010Z||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-04-02T04:00:20.010Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T04:00:20.045Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:00:20.049Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.049Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648871905811,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-02T04:00:20.050Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:00:20.050Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.051Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648871928900,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:00:20.051Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:00:20.051Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.051Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
  "consumerID": "cds",
  "timestamp": 1648871927453,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:00:20.052Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:00:20.052Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.052Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648871934216,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:00:20.052Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:00:20.052Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.052Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648871925661,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:00:20.053Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:00:20.053Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.053Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648871928900,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/vfw6230cf9fcaca0_modules.json",
  "status": "NOTIFIED"
}
2022-04-02T04:00:20.054Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:00:20.054Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.054Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
  "consumerID": "cds",
  "timestamp": 1648871927453,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/vfw6230cf9fcaca0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:00:20.054Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:00:20.054Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.054Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648871934216,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/vfw6230cf9fcaca0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:00:20.055Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:00:20.055Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.055Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648871925661,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/vfw6230cf9fcaca0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:00:20.055Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:00:20.056Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.056Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648871928900,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-02T04:00:20.056Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:00:20.056Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.056Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
  "consumerID": "cds",
  "timestamp": 1648871927453,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:00:20.057Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:00:20.057Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.057Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648871934216,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:00:20.057Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:00:20.057Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.058Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648871925661,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:00:20.058Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:00:20.058Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.058Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648871928900,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:00:20.059Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:00:20.059Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.059Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
  "consumerID": "cds",
  "timestamp": 1648871927453,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:00:20.060Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:00:20.060Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.060Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648871934216,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:00:20.060Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:00:20.061Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.061Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648871925661,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:00:20.061Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:00:20.061Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.061Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648871928900,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-02T04:00:20.062Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:00:20.062Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.062Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
  "consumerID": "cds",
  "timestamp": 1648871927453,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:00:20.062Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:00:20.062Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.063Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648871934216,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:00:20.063Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:00:20.063Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.063Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648871925661,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:00:20.063Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:00:20.063Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.063Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648871928900,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/artifacts/service-Vfw20220402035639-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:00:20.063Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:00:20.063Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.063Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
  "consumerID": "cds",
  "timestamp": 1648871927453,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/artifacts/service-Vfw20220402035639-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:00:20.064Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:00:20.065Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.065Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648871934216,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/artifacts/service-Vfw20220402035639-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:00:20.065Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:00:20.065Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.066Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648871925661,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/artifacts/service-Vfw20220402035639-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:00:20.066Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:00:20.066Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.066Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
  "consumerID": "dcae-sch",
  "timestamp": 1648871939513,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:00:20.066Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:00:20.067Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.067Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648871928900,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/artifacts/service-Vfw20220402035639-csar.csar",
  "status": "NOTIFIED"
}
2022-04-02T04:00:20.067Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:00:20.067Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.067Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
  "consumerID": "cds",
  "timestamp": 1648871927453,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/artifacts/service-Vfw20220402035639-csar.csar",
  "status": "NOTIFIED"
}
2022-04-02T04:00:20.068Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:00:20.068Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.068Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648871934216,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/artifacts/service-Vfw20220402035639-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:00:20.069Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:00:20.069Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.069Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648871925661,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/artifacts/service-Vfw20220402035639-csar.csar",
  "status": "NOTIFIED"
}
2022-04-02T04:00:20.069Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:00:20.069Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.069Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
  "consumerID": "dcae-sch",
  "timestamp": 1648871939513,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/vfw6230cf9fcaca0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:00:20.070Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:00:20.070Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.070Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
  "consumerID": "policy-id",
  "timestamp": 1648871940620,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:00:20.070Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:00:20.070Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.071Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648871941689,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/vfw6230cf9fcaca0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-02T04:00:20.071Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:00:20.071Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.071Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
  "consumerID": "cds",
  "timestamp": 1648871943030,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/artifacts/service-Vfw20220402035639-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-02T04:00:20.071Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:00:20.072Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.072Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648871941853,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/artifacts/service-Vfw20220402035639-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-02T04:00:20.072Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:00:20.072Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.072Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
  "consumerID": "dcae-sch",
  "timestamp": 1648871939513,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:00:20.072Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:00:20.073Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.073Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
  "consumerID": "policy-id",
  "timestamp": 1648871940620,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/vfw6230cf9fcaca0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:00:20.073Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:00:20.073Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.073Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
  "consumerID": "cds",
  "timestamp": 1648871944037,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/artifacts/service-Vfw20220402035639-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-04-02T04:00:20.082Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c04a20c9-2375-40a5-b3fb-e71deaad0c68
2022-04-02T04:00:20.082Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c04a20c9-2375-40a5-b3fb-e71deaad0c68 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-04-02T04:00:20.092Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.092Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648871942860,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-02T04:00:20.092Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:00:20.093Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.093Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
  "consumerID": "dcae-sch",
  "timestamp": 1648871939513,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:00:20.093Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:00:20.093Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.093Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
  "consumerID": "policy-id",
  "timestamp": 1648871940620,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-02T04:00:20.094Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:00:20.094Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.094Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
  "consumerID": "dcae-sch",
  "timestamp": 1648871939513,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:00:20.094Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:00:20.094Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.094Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
  "consumerID": "policy-id",
  "timestamp": 1648871940620,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:00:20.095Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:00:20.095Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.095Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648871944148,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-02T04:00:20.095Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:00:20.095Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.096Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
  "consumerID": "policy-id",
  "timestamp": 1648871940620,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:00:20.096Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:00:20.096Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.096Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
  "consumerID": "dcae-sch",
  "timestamp": 1648871939513,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/artifacts/service-Vfw20220402035639-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:00:20.096Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:00:20.096Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.097Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648871945172,
  "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-04-02T04:00:20.101Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c04a20c9-2375-40a5-b3fb-e71deaad0c68
2022-04-02T04:00:20.101Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c04a20c9-2375-40a5-b3fb-e71deaad0c68 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-04-02T04:00:20.110Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.110Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
  "consumerID": "clamp",
  "timestamp": 1648871944957,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:00:20.111Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:00:20.111Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.111Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648871945723,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/artifacts/service-Vfw20220402035639-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-02T04:00:20.111Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:00:20.111Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.112Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
  "consumerID": "policy-id",
  "timestamp": 1648871940620,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/artifacts/service-Vfw20220402035639-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:00:20.112Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:00:20.112Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.112Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
  "consumerID": "dcae-sch",
  "timestamp": 1648871939513,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/artifacts/service-Vfw20220402035639-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:00:20.112Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:00:20.112Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.113Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648871946175,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/vfw6230cf9fcaca0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-02T04:00:20.113Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:00:20.113Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.113Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
  "consumerID": "clamp",
  "timestamp": 1648871944957,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/vfw6230cf9fcaca0_modules.json",
  "status": "NOTIFIED"
}
2022-04-02T04:00:20.113Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:00:20.113Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.114Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648871946733,
  "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-04-02T04:00:20.121Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c04a20c9-2375-40a5-b3fb-e71deaad0c68
2022-04-02T04:00:20.121Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c04a20c9-2375-40a5-b3fb-e71deaad0c68 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-04-02T04:00:20.129Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.130Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
  "consumerID": "policy-id",
  "timestamp": 1648871940620,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/artifacts/service-Vfw20220402035639-csar.csar",
  "status": "NOTIFIED"
}
2022-04-02T04:00:20.130Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:00:20.130Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.130Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
  "consumerID": "clamp",
  "timestamp": 1648871944957,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:00:20.130Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:00:20.130Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.130Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
  "consumerID": "aai-ml",
  "timestamp": 1648871949255,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:00:20.130Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:00:20.130Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.131Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
  "consumerID": "policy-id",
  "timestamp": 1648871948624,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/artifacts/service-Vfw20220402035639-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-02T04:00:20.131Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:00:20.131Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.131Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
  "consumerID": "clamp",
  "timestamp": 1648871944957,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:00:20.131Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:00:20.131Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.131Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
  "consumerID": "aai-ml",
  "timestamp": 1648871949255,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/vfw6230cf9fcaca0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:00:20.131Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:00:20.131Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.132Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
  "consumerID": "policy-id",
  "timestamp": 1648871949628,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/artifacts/service-Vfw20220402035639-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-02T04:00:20.132Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:00:20.132Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.132Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
  "consumerID": "clamp",
  "timestamp": 1648871944957,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:00:20.132Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:00:20.132Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.132Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
  "consumerID": "aai-ml",
  "timestamp": 1648871949255,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:00:20.132Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:00:20.132Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.132Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
  "consumerID": "policy-id",
  "timestamp": 1648871950631,
  "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-04-02T04:00:20.137Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c04a20c9-2375-40a5-b3fb-e71deaad0c68
2022-04-02T04:00:20.137Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c04a20c9-2375-40a5-b3fb-e71deaad0c68 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-04-02T04:00:20.143Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.143Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
  "consumerID": "clamp",
  "timestamp": 1648871944957,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/artifacts/service-Vfw20220402035639-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:00:20.144Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:00:20.144Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.144Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
  "consumerID": "aai-ml",
  "timestamp": 1648871949255,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:00:20.144Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:00:20.144Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.144Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
  "consumerID": "clamp",
  "timestamp": 1648871944957,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/artifacts/service-Vfw20220402035639-csar.csar",
  "status": "NOTIFIED"
}
2022-04-02T04:00:20.144Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:00:20.144Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.145Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
  "consumerID": "aai-ml",
  "timestamp": 1648871949255,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:00:20.145Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:00:20.145Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.145Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
  "consumerID": "aai-ml",
  "timestamp": 1648871949255,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/artifacts/service-Vfw20220402035639-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:00:20.145Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:00:20.145Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.145Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
  "consumerID": "aai-ml",
  "timestamp": 1648871949255,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/artifacts/service-Vfw20220402035639-csar.csar",
  "status": "NOTIFIED"
}
2022-04-02T04:00:20.145Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:00:20.145Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.145Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
  "consumerID": "aai-ml",
  "timestamp": 1648871957189,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/artifacts/service-Vfw20220402035639-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-02T04:00:20.146Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:00:39.343Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c04a20c9-2375-40a5-b3fb-e71deaad0c68
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-02T04:00:39.356Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c04a20c9-2375-40a5-b3fb-e71deaad0c68
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-02T04:00:39.359Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-02T04:00:39.359Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-02T04:00:39.359Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-02T04:01:09.360Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c04a20c9-2375-40a5-b3fb-e71deaad0c68
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-02T04:01:09.376Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c04a20c9-2375-40a5-b3fb-e71deaad0c68
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-02T04:01:09.380Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-02T04:01:09.380Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-02T04:01:09.381Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-02T04:01:20.009Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T04:01:20.010Z||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-04-02T04:01:20.010Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T04:01:20.535Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:01:20.536Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:01:20.536Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648871960001,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:01:20.537Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:01:20.537Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:01:20.538Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648871960001,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/vfw6230cf9fcaca0_modules.json",
  "status": "NOTIFIED"
}
2022-04-02T04:01:20.538Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:01:20.538Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:01:20.538Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
  "consumerID": "clamp",
  "timestamp": 1648871961950,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/artifacts/service-Vfw20220402035639-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-02T04:01:20.538Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:01:20.538Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:01:20.538Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648871960001,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-02T04:01:20.538Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:01:20.538Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:01:20.539Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648871960001,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:01:20.539Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:01:20.539Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:01:20.539Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
  "consumerID": "clamp",
  "timestamp": 1648871963959,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/artifacts/service-Vfw20220402035639-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-02T04:01:20.539Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:01:20.539Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:01:20.539Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648871960001,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-02T04:01:20.539Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:01:20.539Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:01:20.539Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
  "consumerID": "clamp",
  "timestamp": 1648871964963,
  "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-04-02T04:01:20.545Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c04a20c9-2375-40a5-b3fb-e71deaad0c68
2022-04-02T04:01:20.545Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c04a20c9-2375-40a5-b3fb-e71deaad0c68 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-04-02T04:01:20.554Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:01:20.554Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648871960001,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/artifacts/service-Vfw20220402035639-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:01:20.555Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:01:20.555Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:01:20.555Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648871960001,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/artifacts/service-Vfw20220402035639-csar.csar",
  "status": "NOTIFIED"
}
2022-04-02T04:01:20.556Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:01:20.556Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:01:20.556Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648871968113,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/artifacts/service-Vfw20220402035639-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-02T04:01:20.557Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:01:20.557Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:01:20.557Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
  "consumerID": "aai-ml",
  "timestamp": 1648871969709,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/artifacts/service-Vfw20220402035639-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-02T04:01:20.558Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:01:20.558Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:01:20.558Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
  "consumerID": "aai-ml",
  "timestamp": 1648871970716,
  "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-04-02T04:01:20.565Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c04a20c9-2375-40a5-b3fb-e71deaad0c68
2022-04-02T04:01:20.565Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c04a20c9-2375-40a5-b3fb-e71deaad0c68 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-04-02T04:01:20.574Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:01:20.574Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648871971600,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/vfw6230cf9fcaca0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-02T04:01:20.575Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:01:20.575Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:01:20.575Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648871972835,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-02T04:01:20.576Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:01:20.576Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:01:20.576Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648871974132,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-02T04:01:20.576Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:01:20.576Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:01:20.577Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648871975299,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/vfw6230cf9fcaca0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-02T04:01:20.577Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:01:20.577Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:01:20.577Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648871976302,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-04-02T04:01:20.578Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:01:20.578Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:01:20.578Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648871977306,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-04-02T04:01:20.578Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:01:20.578Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:01:20.579Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648871978310,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/artifacts/service-Vfw20220402035639-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-02T04:01:20.579Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:01:39.381Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c04a20c9-2375-40a5-b3fb-e71deaad0c68
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-02T04:01:39.394Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c04a20c9-2375-40a5-b3fb-e71deaad0c68
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-02T04:01:39.399Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-02T04:01:39.399Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-02T04:01:39.399Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-02T04:01:39.399Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-02T04:01:39.399Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-02T04:01:39.400Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-02T04:01:39.400Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-02T04:01:39.400Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-02T04:01:39.400Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-02T04:01:39.400Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-02T04:01:39.400Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|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-04-02T04:01:39.405Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-02T04:02:09.406Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c04a20c9-2375-40a5-b3fb-e71deaad0c68 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-04-02T04:02:09.412Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c04a20c9-2375-40a5-b3fb-e71deaad0c68 and serviceModelVersionId: 460bba71-51b5-40f0-aa4c-ef18ec31919d
2022-04-02T04:02:09.413Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5c60f4ce-7377-4ce6-85a3-fa520da00484
2022-04-02T04:02:09.415Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5c60f4ce-7377-4ce6-85a3-fa520da00484/model-vers/model-ver/460bba71-51b5-40f0-aa4c-ef18ec31919d?depth=0
2022-04-02T04:02:09.421Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-04-02T04:02:09.482Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c60f4ce-7377-4ce6-85a3-fa520da00484/model-vers/model-ver/460bba71-51b5-40f0-aa4c-ef18ec31919d?depth=0|INFO|500||Invoke
2022-04-02T04:02:09.483Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c60f4ce-7377-4ce6-85a3-fa520da00484/model-vers/model-ver/460bba71-51b5-40f0-aa4c-ef18ec31919d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c60f4ce-7377-4ce6-85a3-fa520da00484/model-vers/model-ver/460bba71-51b5-40f0-aa4c-ef18ec31919d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c04a20c9-2375-40a5-b3fb-e71deaad0c68], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[74d6d682-5839-4135-98b6-b76b79e8ec21], X-ECOMP-RequestID=[c04a20c9-2375-40a5-b3fb-e71deaad0c68], X-TransactionId=[], X-ONAP-RequestID=[c04a20c9-2375-40a5-b3fb-e71deaad0c68], Content-Type=[application/merge-patch+json]}
2022-04-02T04:02:09.520Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c60f4ce-7377-4ce6-85a3-fa520da00484/model-vers/model-ver/460bba71-51b5-40f0-aa4c-ef18ec31919d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-02T04:02:10.041Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c60f4ce-7377-4ce6-85a3-fa520da00484/model-vers/model-ver/460bba71-51b5-40f0-aa4c-ef18ec31919d?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/5c60f4ce-7377-4ce6-85a3-fa520da00484/model-vers/model-ver/460bba71-51b5-40f0-aa4c-ef18ec31919d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220402-04:02:09:401-15680], vertex-id=[368776], Content-Length=[0], Date=[Sat, 02 Apr 2022 04:02:09 GMT], Content-Type=[application/json]}
2022-04-02T04:02:10.042Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c60f4ce-7377-4ce6-85a3-fa520da00484/model-vers/model-ver/460bba71-51b5-40f0-aa4c-ef18ec31919d?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-02T04:02:10.042Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c60f4ce-7377-4ce6-85a3-fa520da00484/model-vers/model-ver/460bba71-51b5-40f0-aa4c-ef18ec31919d?depth=0|INFO|500||InvokeReturn
2022-04-02T04:02:10.043Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-02T04:02:10.043Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|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-04-02T04:02:10.046Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|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-04-02T04:02:10.047Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c04a20c9-2375-40a5-b3fb-e71deaad0c68 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-02T04:02:10.047Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-02T04:02:10.047Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-02T04:02:10.049Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T04:02:10.049Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872130047,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-02T04:02:10.150Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T04:02:10.151Z||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-04-02T04:02:10.151Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T04:02:10.167Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:02:10.168Z||pool-34-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-02T04:02:11.062Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T04:02:11.063Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|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-04-02T04:02:11.064Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|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 GCqzoDOAtKeQqP9d) ...
2022-04-02T04:02:15.405Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:02:15.406Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-02T04:02:15.407Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"e83bf634-fb39-4d4b-b86f-99f895afa254","serviceName":"vFW 2022-04-02 03-59-23","serviceVersion":"1.0","serviceUUID":"e32199b0-9b40-41f5-a63b-309debc568e9","serviceDescription":"catalog service description","serviceInvariantUUID":"a0d7b575-c833-46da-963b-697ec3c13052","resources":[{"resourceInstanceName":"vFW 53940a42-5719 0","resourceName":"vFW 53940a42-5719","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"80683700-8ba7-4ced-bdca-440c0f9b891c","resourceInvariantUUID":"b3c83c2a-4255-483b-a829-7f6b2e0c94da","resourceCustomizationUUID":"8b7ae8b0-a6f9-4c8e-94e0-233e42f8ab97","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/vf-license-model.xml","artifactChecksum":"MTNiODBhYTQxYmEwMzM4NzUwNzM1ZTdlYjI0MDk4ZTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5786dd76-f6d2-493d-9378-aae7bfe30d9d","artifactVersion":"1"},{"artifactName":"vfw53940a4257190_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/vfw53940a4257190_modules.json","artifactChecksum":"Njc1NDgxMDM1NDlkMTRhZTA0ZmFmYTlhMjM3NmNlZmM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6c993bf9-735d-490c-9202-f2929f1a0e90","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d39e43d0-5827-41e9-8c9e-666ec1c3206b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/vendor-license-model.xml","artifactChecksum":"YTQ0ZDViNDFhMmIyN2EyOWQ4MDZmNzNmYzlhNWY3Y2Y\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"26651efd-f4eb-41fb-8f04-3af9c11193f7","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"bdb4a168-e945-430d-8544-273bd7b9acf7","artifactVersion":"2","generatedFromUUID":"d39e43d0-5827-41e9-8c9e-666ec1c3206b"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220402035923-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220402035923/1.0/artifacts/service-Vfw20220402035923-template.yml","artifactChecksum":"ZjRiODk1MmM3ZmYwOTY1ODIxOGZmYWMyZjdiOWVkZjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"320b2349-6268-4988-8968-0b1f10fcc87c","artifactVersion":"1"},{"artifactName":"service-Vfw20220402035923-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220402035923/1.0/artifacts/service-Vfw20220402035923-csar.csar","artifactChecksum":"YjJkMzIzY2E3MWUwMWFiNDUzM2U4MmI5N2YyYjQ4MmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0dd9383b-716b-4c1b-bd96-c8ff53f7a8c0","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-02T04:02:15.412Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-02T04:02:15.413Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-02T04:02:15.416Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T04:02:15.416Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872131062,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:02:15.516Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T04:02:15.517Z||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-04-02T04:02:15.517Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T04:02:15.529Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:02:15.529Z||pool-35-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-02T04:02:16.422Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-02T04:02:16.426Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-02T04:02:16.428Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T04:02:16.428Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872131062,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/vfw53940a4257190_modules.json",
  "status": "NOTIFIED"
}
2022-04-02T04:02:16.528Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T04:02:16.529Z||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-04-02T04:02:16.529Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T04:02:16.542Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:02:16.542Z||pool-36-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-04-02T04:02:17.428Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-02T04:02:17.429Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-02T04:02:17.431Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T04:02:17.431Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872131062,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-02T04:02:17.531Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T04:02:17.532Z||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-04-02T04:02:17.532Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T04:02:17.544Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:02:17.545Z||pool-37-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-02T04:02:18.431Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-02T04:02:18.432Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-02T04:02:18.434Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T04:02:18.434Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872131062,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:02:18.534Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T04:02:18.535Z||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-04-02T04:02:18.535Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T04:02:18.549Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:02:18.550Z||pool-38-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-02T04:02:19.435Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-02T04:02:19.436Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-02T04:02:19.438Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T04:02:19.438Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872131062,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-02T04:02:19.538Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T04:02:19.539Z||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-04-02T04:02:19.539Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T04:02:19.553Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:02:19.553Z||pool-39-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-04-02T04:02:20.008Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T04:02:20.009Z||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-04-02T04:02:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T04:02:20.438Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-02T04:02:20.439Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-02T04:02:20.441Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T04:02:20.441Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872131062,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/artifacts/service-Vfw20220402035923-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:02:20.541Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T04:02:20.542Z||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-04-02T04:02:20.542Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T04:02:20.554Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:02:20.554Z||pool-40-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-02T04:02:20.565Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:02:20.568Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.568Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
  "consumerID": "clamp",
  "timestamp": 1648872094957,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:02:20.570Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:02:20.570Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.570Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
  "consumerID": "aai-ml",
  "timestamp": 1648872099255,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:02:20.570Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:02:20.570Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.571Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
  "consumerID": "dcae-sch",
  "timestamp": 1648872099513,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:02:20.571Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:02:20.571Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.571Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
  "consumerID": "policy-id",
  "timestamp": 1648872100620,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:02:20.571Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:02:20.571Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.572Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
  "consumerID": "clamp",
  "timestamp": 1648872094957,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/vfw53940a4257190_modules.json",
  "status": "NOTIFIED"
}
2022-04-02T04:02:20.572Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:02:20.572Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.572Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
  "consumerID": "aai-ml",
  "timestamp": 1648872099255,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/vfw53940a4257190_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:02:20.572Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:02:20.572Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.573Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
  "consumerID": "dcae-sch",
  "timestamp": 1648872099513,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/vfw53940a4257190_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:02:20.573Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:02:20.573Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.573Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
  "consumerID": "policy-id",
  "timestamp": 1648872100620,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/vfw53940a4257190_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:02:20.573Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:02:20.574Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.574Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648872105661,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:02:20.574Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:02:20.574Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.574Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
  "consumerID": "clamp",
  "timestamp": 1648872094957,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:02:20.575Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:02:20.575Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.575Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
  "consumerID": "aai-ml",
  "timestamp": 1648872099255,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:02:20.575Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:02:20.575Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.575Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
  "consumerID": "dcae-sch",
  "timestamp": 1648872099513,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:02:20.576Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:02:20.576Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.576Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
  "consumerID": "policy-id",
  "timestamp": 1648872100620,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-02T04:02:20.576Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:02:20.576Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.576Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
  "consumerID": "cds",
  "timestamp": 1648872107453,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:02:20.577Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:02:20.577Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.577Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648872105661,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/vfw53940a4257190_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:02:20.577Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:02:20.577Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.577Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
  "consumerID": "clamp",
  "timestamp": 1648872094957,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:02:20.578Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:02:20.578Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.578Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
  "consumerID": "aai-ml",
  "timestamp": 1648872099255,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:02:20.578Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:02:20.578Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.578Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
  "consumerID": "dcae-sch",
  "timestamp": 1648872099513,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:02:20.579Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:02:20.579Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.579Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
  "consumerID": "policy-id",
  "timestamp": 1648872100620,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:02:20.579Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:02:20.579Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.579Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
  "consumerID": "cds",
  "timestamp": 1648872107453,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/vfw53940a4257190_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:02:20.580Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:02:20.580Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.580Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648872105661,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:02:20.580Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:02:20.580Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.580Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
  "consumerID": "clamp",
  "timestamp": 1648872094957,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:02:20.581Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:02:20.581Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.581Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
  "consumerID": "dcae-sch",
  "timestamp": 1648872099513,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:02:20.581Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:02:20.581Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.582Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
  "consumerID": "aai-ml",
  "timestamp": 1648872099255,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:02:20.582Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:02:20.582Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.582Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
  "consumerID": "policy-id",
  "timestamp": 1648872100620,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:02:20.582Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:02:20.582Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.583Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
  "consumerID": "cds",
  "timestamp": 1648872107453,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:02:20.583Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:02:20.583Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.583Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648872105661,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:02:20.583Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:02:20.583Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.584Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
  "consumerID": "clamp",
  "timestamp": 1648872094957,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/artifacts/service-Vfw20220402035923-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:02:20.584Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:02:20.584Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.584Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
  "consumerID": "aai-ml",
  "timestamp": 1648872099255,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/artifacts/service-Vfw20220402035923-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:02:20.584Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:02:20.584Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.585Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
  "consumerID": "dcae-sch",
  "timestamp": 1648872099513,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/artifacts/service-Vfw20220402035923-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:02:20.585Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:02:20.585Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.585Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
  "consumerID": "policy-id",
  "timestamp": 1648872100620,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/artifacts/service-Vfw20220402035923-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:02:20.585Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:02:20.585Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.586Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648872108900,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:02:20.586Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:02:20.586Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.586Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
  "consumerID": "cds",
  "timestamp": 1648872107453,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:02:20.586Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:02:20.586Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.587Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648872105661,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:02:20.587Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:02:20.587Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.587Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
  "consumerID": "clamp",
  "timestamp": 1648872094957,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/artifacts/service-Vfw20220402035923-csar.csar",
  "status": "NOTIFIED"
}
2022-04-02T04:02:20.588Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:02:20.588Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.588Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
  "consumerID": "aai-ml",
  "timestamp": 1648872099255,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/artifacts/service-Vfw20220402035923-csar.csar",
  "status": "NOTIFIED"
}
2022-04-02T04:02:20.588Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:02:20.588Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.588Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
  "consumerID": "dcae-sch",
  "timestamp": 1648872099513,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/artifacts/service-Vfw20220402035923-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:02:20.589Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:02:20.589Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.589Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
  "consumerID": "policy-id",
  "timestamp": 1648872100620,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/artifacts/service-Vfw20220402035923-csar.csar",
  "status": "NOTIFIED"
}
2022-04-02T04:02:20.589Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:02:20.589Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.589Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648872108900,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/vfw53940a4257190_modules.json",
  "status": "NOTIFIED"
}
2022-04-02T04:02:20.590Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:02:20.590Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.590Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
  "consumerID": "cds",
  "timestamp": 1648872107453,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:02:20.590Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:02:20.590Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.590Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648872105661,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/artifacts/service-Vfw20220402035923-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:02:20.591Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:02:20.591Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.591Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648872108900,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-02T04:02:20.591Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:02:20.591Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.591Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
  "consumerID": "aai-ml",
  "timestamp": 1648872113236,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/artifacts/service-Vfw20220402035923-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-02T04:02:20.592Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:02:20.592Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.592Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
  "consumerID": "policy-id",
  "timestamp": 1648872111900,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/artifacts/service-Vfw20220402035923-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-02T04:02:20.592Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:02:20.592Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.592Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
  "consumerID": "cds",
  "timestamp": 1648872107453,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/artifacts/service-Vfw20220402035923-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:02:20.593Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:02:20.593Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.593Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648872105661,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/artifacts/service-Vfw20220402035923-csar.csar",
  "status": "NOTIFIED"
}
2022-04-02T04:02:20.593Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:02:20.593Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.593Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648872108900,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:02:20.594Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:02:20.594Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.594Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
  "consumerID": "policy-id",
  "timestamp": 1648872112909,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/artifacts/service-Vfw20220402035923-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-02T04:02:20.594Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:02:20.594Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.594Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
  "consumerID": "cds",
  "timestamp": 1648872107453,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/artifacts/service-Vfw20220402035923-csar.csar",
  "status": "NOTIFIED"
}
2022-04-02T04:02:20.595Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:02:20.595Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.595Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648872108900,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-02T04:02:20.595Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:02:20.595Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.595Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648872113779,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/artifacts/service-Vfw20220402035923-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-02T04:02:20.596Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:02:20.596Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.596Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
  "consumerID": "policy-id",
  "timestamp": 1648872113913,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-02T04:02:20.609Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e83bf634-fb39-4d4b-b86f-99f895afa254
2022-04-02T04:02:20.609Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e83bf634-fb39-4d4b-b86f-99f895afa254 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-04-02T04:02:20.616Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.616Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
  "consumerID": "cds",
  "timestamp": 1648872115525,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/artifacts/service-Vfw20220402035923-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-02T04:02:20.617Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:02:20.617Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.617Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648872108900,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/artifacts/service-Vfw20220402035923-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:02:20.617Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:02:20.617Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.617Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648872114216,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:02:20.618Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:02:20.618Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.618Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
  "consumerID": "cds",
  "timestamp": 1648872116531,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/artifacts/service-Vfw20220402035923-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-04-02T04:02:20.622Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e83bf634-fb39-4d4b-b86f-99f895afa254
2022-04-02T04:02:20.623Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e83bf634-fb39-4d4b-b86f-99f895afa254 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-04-02T04:02:20.632Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.632Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648872108900,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/artifacts/service-Vfw20220402035923-csar.csar",
  "status": "NOTIFIED"
}
2022-04-02T04:02:20.632Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:02:20.632Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.632Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648872114216,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/vfw53940a4257190_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:02:20.632Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:02:20.633Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.633Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648872114216,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:02:20.633Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:02:20.633Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.633Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648872116818,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/vfw53940a4257190_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-02T04:02:20.633Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:02:20.634Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.634Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648872117473,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/artifacts/service-Vfw20220402035923-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-02T04:02:20.634Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:02:20.634Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.634Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648872114216,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:02:20.635Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:02:20.635Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.635Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648872118025,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-02T04:02:20.635Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:02:20.635Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.635Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648872118479,
  "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-04-02T04:02:20.640Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e83bf634-fb39-4d4b-b86f-99f895afa254
2022-04-02T04:02:20.640Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e83bf634-fb39-4d4b-b86f-99f895afa254 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-04-02T04:02:20.648Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.648Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648872114216,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:02:20.648Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:02:20.649Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.649Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648872119309,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-02T04:02:20.653Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:02:20.653Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.653Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648872114216,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/artifacts/service-Vfw20220402035923-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:02:20.653Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:02:20.653Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.654Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648872120362,
  "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-04-02T04:02:20.658Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e83bf634-fb39-4d4b-b86f-99f895afa254
2022-04-02T04:02:20.659Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e83bf634-fb39-4d4b-b86f-99f895afa254 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-04-02T04:02:20.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.665Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648872114216,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/artifacts/service-Vfw20220402035923-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:02:20.665Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:02:20.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.665Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648872121374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/vfw53940a4257190_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-02T04:02:20.665Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:02:20.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.665Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
  "consumerID": "clamp",
  "timestamp": 1648872121973,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/artifacts/service-Vfw20220402035923-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-02T04:02:20.665Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:02:20.666Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.666Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
  "consumerID": "aai-ml",
  "timestamp": 1648872125156,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/artifacts/service-Vfw20220402035923-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-02T04:02:20.666Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:02:20.666Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.666Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
  "consumerID": "clamp",
  "timestamp": 1648872123982,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/artifacts/service-Vfw20220402035923-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-02T04:02:20.666Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:02:20.666Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.666Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
  "consumerID": "aai-ml",
  "timestamp": 1648872126160,
  "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-04-02T04:02:20.670Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e83bf634-fb39-4d4b-b86f-99f895afa254
2022-04-02T04:02:20.671Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e83bf634-fb39-4d4b-b86f-99f895afa254 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-04-02T04:02:20.678Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.678Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
  "consumerID": "clamp",
  "timestamp": 1648872124985,
  "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-04-02T04:02:20.683Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e83bf634-fb39-4d4b-b86f-99f895afa254
2022-04-02T04:02:20.683Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e83bf634-fb39-4d4b-b86f-99f895afa254 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-04-02T04:02:20.690Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.690Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872130047,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-02T04:02:20.690Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:02:20.690Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.691Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872131062,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:02:20.691Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:02:20.691Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.691Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872131062,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/vfw53940a4257190_modules.json",
  "status": "NOTIFIED"
}
2022-04-02T04:02:20.691Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:02:20.691Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.691Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872131062,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-02T04:02:20.691Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:02:20.691Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.691Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872131062,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:02:20.692Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:02:20.692Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.692Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872131062,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-02T04:02:20.692Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:02:21.441Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-02T04:02:21.442Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-02T04:02:21.445Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T04:02:21.445Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872131062,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/artifacts/service-Vfw20220402035923-csar.csar",
  "status": "NOTIFIED"
}
2022-04-02T04:02:21.545Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T04:02:21.546Z||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-04-02T04:02:21.546Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T04:02:21.556Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:02:21.556Z||pool-41-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-02T04:02:22.445Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
  "serviceName": "vFW 2022-04-02 03-59-23",
  "serviceVersion": "1.0",
  "serviceUUID": "e32199b0-9b40-41f5-a63b-309debc568e9",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "a0d7b575-c833-46da-963b-697ec3c13052",
  "resources": [
    {
      "resourceInstanceName": "vFW 53940a42-5719 0",
      "resourceCustomizationUUID": "8b7ae8b0-a6f9-4c8e-94e0-233e42f8ab97",
      "resourceName": "vFW 53940a42-5719",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "80683700-8ba7-4ced-bdca-440c0f9b891c",
      "resourceInvariantUUID": "b3c83c2a-4255-483b-a829-7f6b2e0c94da",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw53940a4257190_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/vfw53940a4257190_modules.json",
          "artifactChecksum": "Njc1NDgxMDM1NDlkMTRhZTA0ZmFmYTlhMjM3NmNlZmM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "6c993bf9-735d-490c-9202-f2929f1a0e90",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "d39e43d0-5827-41e9-8c9e-666ec1c3206b",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "bdb4a168-e945-430d-8544-273bd7b9acf7",
            "generatedFromUUID": "d39e43d0-5827-41e9-8c9e-666ec1c3206b"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "bdb4a168-e945-430d-8544-273bd7b9acf7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220402035923-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/artifacts/service-Vfw20220402035923-csar.csar",
      "artifactChecksum": "YjJkMzIzY2E3MWUwMWFiNDUzM2U4MmI5N2YyYjQ4MmU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0dd9383b-716b-4c1b-bd96-c8ff53f7a8c0"
    }
  ],
  "workloadContext": "Production"
}
2022-04-02T04:02:22.446Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-02T04:02:22.446Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e32199b0-9b40-41f5-a63b-309debc568e9 ASDC
2022-04-02T04:02:22.447Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:e83bf634-fb39-4d4b-b86f-99f895afa254
ServiceName:vFW 2022-04-02 03-59-23
ServiceVersion:1.0
ServiceUUID:e32199b0-9b40-41f5-a63b-309debc568e9
ServiceInvariantUUID:a0d7b575-c833-46da-963b-697ec3c13052
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220402035923-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220402035923/1.0/artifacts/service-Vfw20220402035923-csar.csar
ArtifactUUID:0dd9383b-716b-4c1b-bd96-c8ff53f7a8c0
ArtifactChecksum:YjJkMzIzY2E3MWUwMWFiNDUzM2U4MmI5N2YyYjQ4MmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 53940a42-5719 0
ResourceCustomizationUUID:8b7ae8b0-a6f9-4c8e-94e0-233e42f8ab97
ResourceInvariantUUID:b3c83c2a-4255-483b-a829-7f6b2e0c94da
ResourceName:vFW 53940a42-5719
ResourceType:VF
ResourceUUID:80683700-8ba7-4ced-bdca-440c0f9b891c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw53940a4257190_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/vfw53940a4257190_modules.json
ArtifactUUID:6c993bf9-735d-490c-9202-f2929f1a0e90
ArtifactChecksum:Njc1NDgxMDM1NDlkMTRhZTA0ZmFmYTlhMjM3NmNlZmM=
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/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/base_vfw.yaml
ArtifactUUID:d39e43d0-5827-41e9-8c9e-666ec1c3206b
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/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/base_vfw.env
ArtifactUUID:bdb4a168-e945-430d-8544-273bd7b9acf7
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/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/base_vfw.env
ArtifactUUID:bdb4a168-e945-430d-8544-273bd7b9acf7
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-02T04:02:22.447Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e32199b0-9b40-41f5-a63b-309debc568e9 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-04-02T04:02:22.479Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-02T04:02:22.479Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-04-02T04:02:22.479Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-04-02T04:02:22.480Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 0dd9383b-716b-4c1b-bd96-c8ff53f7a8c0 from URL: /sdc/v1/catalog/services/Vfw20220402035923/1.0/artifacts/service-Vfw20220402035923-csar.csar
2022-04-02T04:02:22.480Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-04-02T04:02:22.480Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220402035923/1.0/artifacts/service-Vfw20220402035923-csar.csar
2022-04-02T04:02:22.601Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-04-02T04:02:22.606Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220402035923/1.0/artifacts/service-Vfw20220402035923-csar.csar 0dd9383b-716b-4c1b-bd96-c8ff53f7a8c0 98963
2022-04-02T04:02:22.606Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220402035923/1.0/artifacts/service-Vfw20220402035923-csar.csar ASDC sendASDCNotification
2022-04-02T04:02:22.606Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220402035923/1.0/artifacts/service-Vfw20220402035923-csar.csar
2022-04-02T04:02:22.606Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-02T04:02:22.607Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-02T04:02:22.609Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T04:02:22.609Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872142606,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/artifacts/service-Vfw20220402035923-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-02T04:02:22.709Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T04:02:22.710Z||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-04-02T04:02:22.710Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T04:02:22.722Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:02:22.722Z||pool-42-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-02T04:02:23.609Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-02T04:02:23.610Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-04-02T04:02:23.610Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 0dd9383b-716b-4c1b-bd96-c8ff53f7a8c0, URL: /sdc/v1/catalog/services/Vfw20220402035923/1.0/artifacts/service-Vfw20220402035923-csar.csar to file: /app/ASDC/1/service-Vfw20220402035923-csar.csar
2022-04-02T04:02:23.611Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220402035923-csar.csar
2022-04-02T04:02:23.611Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220402035923-csar.csar
2022-04-02T04:02:23.611Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220402035923-csar.csar
2022-04-02T04:02:23.810Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7228224914443133270/Definitions/service-Vfw20220402035923-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
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
2022-04-02T04:02:25.858Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-02T04:02:25.859Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-04-02T04:02:25.859Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220402035923-csar.csar
2022-04-02T04:02:25.859Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-04-02T04:02:25.859Z|e83bf634-fb39-4d4b-b86f-99f895afa254|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-Vfw20220402035923-csar.csar
2022-04-02T04:02:25.859Z|e83bf634-fb39-4d4b-b86f-99f895afa254|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-Vfw20220402035923-csar.csar
2022-04-02T04:02:25.859Z|e83bf634-fb39-4d4b-b86f-99f895afa254|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-Vfw20220402035923-csar.csar
2022-04-02T04:02:25.859Z|e83bf634-fb39-4d4b-b86f-99f895afa254|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-Vfw20220402035923-csar.csar
2022-04-02T04:02:25.859Z|e83bf634-fb39-4d4b-b86f-99f895afa254|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-Vfw20220402035923-csar.csar
2022-04-02T04:02:25.860Z|e83bf634-fb39-4d4b-b86f-99f895afa254|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-Vfw20220402035923-csar.csar
2022-04-02T04:02:25.860Z|e83bf634-fb39-4d4b-b86f-99f895afa254|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-Vfw20220402035923-csar.csar
2022-04-02T04:02:25.860Z|e83bf634-fb39-4d4b-b86f-99f895afa254|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-Vfw20220402035923-csar.csar
2022-04-02T04:02:25.860Z|e83bf634-fb39-4d4b-b86f-99f895afa254|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-Vfw20220402035923-csar.csar
2022-04-02T04:02:25.860Z|e83bf634-fb39-4d4b-b86f-99f895afa254|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-Vfw20220402035923-csar.csar
2022-04-02T04:02:25.860Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 53940a42-5719 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-Vfw20220402035923-csar.csar
2022-04-02T04:02:25.860Z|e83bf634-fb39-4d4b-b86f-99f895afa254|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-Vfw20220402035923-csar.csar
2022-04-02T04:02:25.860Z|e83bf634-fb39-4d4b-b86f-99f895afa254|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-Vfw20220402035923-csar.csar
2022-04-02T04:02:25.860Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-04-02T04:02:25.860Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:02:25.861Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-02 03-59-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T04:02:25.861Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template vFW 53940a42-5719 0 is matching search criteria
2022-04-02T04:02:25.861Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-04-02T04:02:25.861Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 53940a42-5719 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-02T04:02:25.861Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:02:25.861Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-02 03-59-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T04:02:25.861Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template vFW 53940a42-5719 0 is matching search criteria
2022-04-02T04:02:25.862Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-04-02T04:02:25.862Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 53940a42-5719 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-02T04:02:25.862Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:02:25.862Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-02 03-59-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T04:02:25.862Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:02:25.862Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template vFW 53940a42-5719 0 is not matching search criteria
2022-04-02T04:02:25.863Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-02T04:02:25.863Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-02T04:02:25.863Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-02T04:02:25.863Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-02T04:02:25.863Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-02T04:02:25.863Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-02T04:02:25.864Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-02T04:02:25.864Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-02T04:02:25.864Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-02T04:02:25.864Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-02T04:02:25.864Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-02T04:02:25.864Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-02T04:02:25.864Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-02T04:02:25.864Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-02T04:02:25.865Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-02T04:02:25.865Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-02T04:02:25.865Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:02:25.865Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-02 03-59-23 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-02T04:02:25.865Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:02:25.865Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template vFW 53940a42-5719 0 is matching search criteria
2022-04-02T04:02:25.865Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 53940a42-5719 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-02T04:02:25.866Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:02:25.866Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template vFW 53940a42-5719 0 is matching search criteria
2022-04-02T04:02:25.866Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 53940a42-5719 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-02T04:02:25.866Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:02:25.866Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template vFW 53940a42-5719 0 is matching search criteria
2022-04-02T04:02:25.866Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 53940a42-5719 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-02T04:02:25.867Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:02:25.867Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template vFW 53940a42-5719 0 is not matching search criteria
2022-04-02T04:02:25.867Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-02T04:02:25.867Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-02T04:02:25.867Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-02T04:02:25.867Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-02T04:02:25.867Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-02T04:02:25.867Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-02T04:02:25.868Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-02T04:02:25.868Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-02T04:02:25.868Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-02T04:02:25.868Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-02T04:02:25.868Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-02T04:02:25.868Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=afe425c2-97a3-41aa-b7c7-17ac344ce24b
2022-04-02T04:02:25.868Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:02:25.869Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template vFW 53940a42-5719 0 is not matching search criteria
2022-04-02T04:02:25.869Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-02T04:02:25.869Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-02T04:02:25.869Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-02T04:02:25.869Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-02T04:02:25.869Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-02T04:02:25.869Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-02T04:02:25.870Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-02T04:02:25.870Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-02T04:02:25.870Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-02T04:02:25.870Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-02T04:02:25.870Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-02T04:02:25.870Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-02T04:02:25.870Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7b2eaca5-e3a3-4087-8a96-1b862175eafa
2022-04-02T04:02:25.870Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:02:25.871Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template vFW 53940a42-5719 0 is not matching search criteria
2022-04-02T04:02:25.871Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-02T04:02:25.871Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-02T04:02:25.871Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-02T04:02:25.871Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-02T04:02:25.871Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-02T04:02:25.871Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-02T04:02:25.872Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-02T04:02:25.872Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-02T04:02:25.872Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-02T04:02:25.872Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-02T04:02:25.872Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-02T04:02:25.872Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-02T04:02:25.872Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=2a9b95e8-8397-44b2-871d-6da050d58049
2022-04-02T04:02:25.873Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:02:25.873Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-02 03-59-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T04:02:25.873Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:02:25.873Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-02 03-59-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T04:02:25.873Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:02:25.873Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-02 03-59-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T04:02:25.873Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:02:25.873Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-02 03-59-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T04:02:25.874Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-04-02 03-59-23
Description:catalog service description
Model UUID:e32199b0-9b40-41f5-a63b-309debc568e9
Model Version:NULL
Model InvariantUuid:a0d7b575-c833-46da-963b-697ec3c13052
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 53940a42-5719
Model UUID:d9492d5c-567a-491e-92b4-4f57d6bc7124
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b3c83c2a-4255-483b-a829-7f6b2e0c94da
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:8b7ae8b0-a6f9-4c8e-94e0-233e42f8ab97
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:6f3d68c3-ca8a-41ea-aaa9-b8e8533e3d2e
ModelName:Vfw53940a425719..base_vfw..module-0
ModelUuid:81192327-f3de-4fd6-9f29-5528623ab73d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:afe425c2-97a3-41aa-b7c7-17ac344ce24b
ModelInvariantUuid:c7dc95d3-532b-41d9-826b-15bf90ecce29
ModelName:vFW 53940a42-5719-nodes.vfwCvfc
ModelUuid:065606b9-33cb-4035-9eaa-3e800911ee87
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:f352ff9d-2ea5-48a8-ad46-9a2a3551d9ef
ModelInvariantUuid:27fda6ef-15eb-48b6-a954-6ab403f2c6c7
ModelName:Vfw53940a425719.compute.nodes.heat.vfw
ModelUuid:eaa1b26f-8707-4229-93bd-b49662b1f3db
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:7b2eaca5-e3a3-4087-8a96-1b862175eafa
ModelInvariantUuid:beb4d5bf-39ec-4c40-b262-6ccdcd99d702
ModelName:vFW 53940a42-5719-nodes.vsnCvfc
ModelUuid:3e408bb5-a75b-4160-854d-1cb36960e52b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:0fe59edb-5557-4078-bc8e-c6857333db7f
ModelInvariantUuid:c25ad654-37cb-4f74-9ba5-a51fb17d8e6c
ModelName:Vfw53940a425719.compute.nodes.heat.vsn
ModelUuid:5255cad8-50db-4986-9b96-a9795e991ea2
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:2a9b95e8-8397-44b2-871d-6da050d58049
ModelInvariantUuid:70670cb5-8578-430b-82cf-9f68bdc12835
ModelName:vFW 53940a42-5719-nodes.vpgCvfc
ModelUuid:e80d268d-ea0b-4369-b54e-d692997645c4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:de2d5a3a-931e-40cc-9fc0-4c6a8906b124
ModelInvariantUuid:71258894-0eec-48c4-913f-9e87640d275d
ModelName:Vfw53940a425719.compute.nodes.heat.vpg
ModelUuid:56a4835c-9f19-42e0-8eaf-d3d5cf7aeeef
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-04-02T04:02:25.877Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 80683700-8ba7-4ced-bdca-440c0f9b891c
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-04-02T04:02:25.879Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||vFW 53940a42-5719 0
2022-04-02T04:02:25.879Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 80683700-8ba7-4ced-bdca-440c0f9b891c
2022-04-02T04:02:25.879Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 6c993bf9-735d-490c-9202-f2929f1a0e90 from URL: /sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/vfw53940a4257190_modules.json
2022-04-02T04:02:25.879Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-04-02T04:02:25.879Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/vfw53940a4257190_modules.json
2022-04-02T04:02:26.194Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-04-02T04:02:26.195Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/vfw53940a4257190_modules.json 6c993bf9-735d-490c-9202-f2929f1a0e90 785
2022-04-02T04:02:26.195Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/vfw53940a4257190_modules.json ASDC sendASDCNotification
2022-04-02T04:02:26.195Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/vfw53940a4257190_modules.json
2022-04-02T04:02:26.195Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-02T04:02:26.195Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-02T04:02:26.197Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T04:02:26.197Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872146195,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/vfw53940a4257190_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-02T04:02:26.297Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T04:02:26.298Z||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-04-02T04:02:26.298Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T04:02:26.309Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:02:26.309Z||pool-43-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-04-02T04:02:27.198Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw53940a425719..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "6f3d68c3-ca8a-41ea-aaa9-b8e8533e3d2e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "81192327-f3de-4fd6-9f29-5528623ab73d",
    "vfModuleModelCustomizationUUID": "c4ace3d2-a970-491c-a8fe-c43b09378d10",
    "isBase": true,
    "artifacts": [
      "d39e43d0-5827-41e9-8c9e-666ec1c3206b",
      "bdb4a168-e945-430d-8544-273bd7b9acf7"
    ],
    "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-04-02T04:02:27.201Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw53940a425719..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:81192327-f3de-4fd6-9f29-5528623ab73d
VfModuleModelInvariantUUID:6f3d68c3-ca8a-41ea-aaa9-b8e8533e3d2e
VfModuleModelDescription:NULL
Artifacts UUID List:{
d39e43d0-5827-41e9-8c9e-666ec1c3206b
,
bdb4a168-e945-430d-8544-273bd7b9acf7

}
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-04-02T04:02:27.203Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw53940a425719..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "6f3d68c3-ca8a-41ea-aaa9-b8e8533e3d2e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "81192327-f3de-4fd6-9f29-5528623ab73d",
    "vfModuleModelCustomizationUUID": "c4ace3d2-a970-491c-a8fe-c43b09378d10",
    "isBase": true,
    "artifacts": [
      "d39e43d0-5827-41e9-8c9e-666ec1c3206b",
      "bdb4a168-e945-430d-8544-273bd7b9acf7"
    ],
    "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-04-02T04:02:27.203Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw53940a425719..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:81192327-f3de-4fd6-9f29-5528623ab73d
VfModuleModelInvariantUUID:6f3d68c3-ca8a-41ea-aaa9-b8e8533e3d2e
VfModuleModelDescription:NULL
Artifacts UUID List:{
d39e43d0-5827-41e9-8c9e-666ec1c3206b
,
bdb4a168-e945-430d-8544-273bd7b9acf7

}
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-04-02T04:02:27.203Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: d39e43d0-5827-41e9-8c9e-666ec1c3206b from URL: /sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/base_vfw.yaml
2022-04-02T04:02:27.203Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-04-02T04:02:27.204Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/base_vfw.yaml
2022-04-02T04:02:27.394Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-04-02T04:02:27.395Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/base_vfw.yaml d39e43d0-5827-41e9-8c9e-666ec1c3206b 20368
2022-04-02T04:02:27.395Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-02T04:02:27.395Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/base_vfw.yaml
2022-04-02T04:02:27.395Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-02T04:02:27.396Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-02T04:02:27.397Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T04:02:27.397Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872147395,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-02T04:02:27.498Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T04:02:27.498Z||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-04-02T04:02:27.499Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T04:02:27.509Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:02:27.510Z||pool-44-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-02T04:02:28.398Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: bdb4a168-e945-430d-8544-273bd7b9acf7 from URL: /sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/base_vfw.env
2022-04-02T04:02:28.399Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-04-02T04:02:28.399Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/base_vfw.env
2022-04-02T04:02:28.595Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-04-02T04:02:28.596Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/base_vfw.env bdb4a168-e945-430d-8544-273bd7b9acf7 2098
2022-04-02T04:02:28.596Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-02T04:02:28.596Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/base_vfw.env
2022-04-02T04:02:28.596Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-02T04:02:28.597Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-02T04:02:28.599Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T04:02:28.599Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872148596,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-02T04:02:28.699Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T04:02:28.700Z||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-04-02T04:02:28.700Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T04:02:28.711Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:02:28.712Z||pool-45-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-02T04:02:29.599Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: e32199b0-9b40-41f5-a63b-309debc568e9
2022-04-02T04:02:29.600Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 53940a42-5719 0 80683700-8ba7-4ced-bdca-440c0f9b891c 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-04-02T04:02:29.611Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@76716bb0, org.onap.sdc.toscaparser.api.parameters.Input@cd20217, org.onap.sdc.toscaparser.api.parameters.Input@47e05458, org.onap.sdc.toscaparser.api.parameters.Input@50306433, org.onap.sdc.toscaparser.api.parameters.Input@2d61a96e]
2022-04-02T04:02:29.613Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:02:29.614Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-02 03-59-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T04:02:29.614Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2022-04-02T04:02:29.614Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 8b7ae8b0-a6f9-4c8e-94e0-233e42f8ab97
2022-04-02T04:02:29.614Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8b7ae8b0-a6f9-4c8e-94e0-233e42f8ab97 matches Tosca VF Customization UUID: 8b7ae8b0-a6f9-4c8e-94e0-233e42f8ab97
2022-04-02T04:02:29.615Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 8b7ae8b0-a6f9-4c8e-94e0-233e42f8ab97  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-04-02T04:02:29.617Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:02:29.617Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-02 03-59-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T04:02:29.618Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 8b7ae8b0-a6f9-4c8e-94e0-233e42f8ab97: {\"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-04-02T04:02:29.618Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@27faf7dc
2022-04-02T04:02:29.618Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:02:29.618Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-02 03-59-23 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-02T04:02:29.619Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c4ace3d2-a970-491c-a8fe-c43b09378d10
2022-04-02T04:02:29.619Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c4ace3d2-a970-491c-a8fe-c43b09378d10
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-04-02T04:02:29.621Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:02:29.621Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template vFW 53940a42-5719 0 is matching search criteria
2022-04-02T04:02:29.621Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 53940a42-5719 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-02T04:02:29.622Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:02:29.622Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template vFW 53940a42-5719 0 is matching search criteria
2022-04-02T04:02:29.622Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 53940a42-5719 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-02T04:02:29.623Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:02:29.623Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template vFW 53940a42-5719 0 is not matching search criteria
2022-04-02T04:02:29.623Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-02T04:02:29.624Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-02T04:02:29.624Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-02T04:02:29.624Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-02T04:02:29.625Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-02T04:02:29.625Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-02T04:02:29.625Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-02T04:02:29.625Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-02T04:02:29.626Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-02T04:02:29.626Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-02T04:02:29.626Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-02T04:02:29.626Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=afe425c2-97a3-41aa-b7c7-17ac344ce24b
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-04-02T04:02:29.628Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:02:29.629Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template vFW 53940a42-5719 0 is matching search criteria
2022-04-02T04:02:29.629Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 53940a42-5719 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-02T04:02:29.629Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:02:29.630Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template vFW 53940a42-5719 0 is not matching search criteria
2022-04-02T04:02:29.630Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-02T04:02:29.630Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-02T04:02:29.630Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-02T04:02:29.631Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-02T04:02:29.631Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-02T04:02:29.631Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-02T04:02:29.631Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-02T04:02:29.632Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-02T04:02:29.632Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-02T04:02:29.632Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-02T04:02:29.633Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-02T04:02:29.633Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-02T04:02:29.633Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7b2eaca5-e3a3-4087-8a96-1b862175eafa
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-04-02T04:02:29.634Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:02:29.635Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template vFW 53940a42-5719 0 is matching search criteria
2022-04-02T04:02:29.635Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 53940a42-5719 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-02T04:02:29.635Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:02:29.636Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template vFW 53940a42-5719 0 is not matching search criteria
2022-04-02T04:02:29.636Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-02T04:02:29.636Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-02T04:02:29.636Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-02T04:02:29.637Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-02T04:02:29.637Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-02T04:02:29.637Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-02T04:02:29.638Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-02T04:02:29.638Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-02T04:02:29.638Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-02T04:02:29.638Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-02T04:02:29.638Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-02T04:02:29.639Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-02T04:02:29.639Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=2a9b95e8-8397-44b2-871d-6da050d58049
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-04-02T04:02:29.640Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:02:29.640Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template vFW 53940a42-5719 0 is matching search criteria
2022-04-02T04:02:29.641Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 53940a42-5719 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-02T04:02:29.641Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:02:29.642Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template vFW 53940a42-5719 0 is matching search criteria
2022-04-02T04:02:29.642Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 53940a42-5719 0] matching following query criteria: sdcType=VF, customizationUUID=8b7ae8b0-a6f9-4c8e-94e0-233e42f8ab97
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-04-02T04:02:29.644Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:02:29.644Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-02 03-59-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T04:02:29.645Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid e32199b0-9b40-41f5-a63b-309debc568e9: vFW 53940a42-5719
2022-04-02T04:02:29.645Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:02:29.645Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-02 03-59-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T04:02:29.646Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:02:29.646Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-02 03-59-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T04:02:29.647Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:02:29.647Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-02 03-59-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T04:02:29.647Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:02:29.648Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-02 03-59-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T04:02:29.648Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:02:29.649Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-02 03-59-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T04:02:29.649Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2022-04-02 03-59-23 
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-04-02T04:02:29.795Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 53940a42-5719 80683700-8ba7-4ced-bdca-440c0f9b891c 1 ASDC deployResourceStructure
2022-04-02T04:02:29.796Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/vfw53940a4257190_modules.json ASDC sendASDCNotification
2022-04-02T04:02:29.796Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/vfw53940a4257190_modules.json
2022-04-02T04:02:29.796Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-02T04:02:29.797Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-02T04:02:29.799Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T04:02:29.799Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872149796,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/vfw53940a4257190_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-02T04:02:29.899Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T04:02:29.900Z||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-04-02T04:02:29.900Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T04:02:29.912Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:02:29.912Z||pool-46-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-04-02T04:02:30.800Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-02T04:02:30.800Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/base_vfw.yaml
2022-04-02T04:02:30.800Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-02T04:02:30.801Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-02T04:02:30.802Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T04:02:30.802Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872150799,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-04-02T04:02:30.903Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T04:02:30.904Z||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-04-02T04:02:30.904Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T04:02:30.917Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:02:30.918Z||pool-47-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-02T04:02:31.803Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-02T04:02:31.804Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/base_vfw.env
2022-04-02T04:02:31.804Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-02T04:02:31.804Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-02T04:02:31.806Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T04:02:31.807Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872151803,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-04-02T04:02:31.907Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T04:02:31.908Z||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-04-02T04:02:31.908Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T04:02:31.920Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:02:31.920Z||pool-48-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-02T04:02:32.808Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220402035923/1.0/artifacts/service-Vfw20220402035923-csar.csar ASDC sendASDCNotification
2022-04-02T04:02:32.808Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220402035923/1.0/artifacts/service-Vfw20220402035923-csar.csar
2022-04-02T04:02:32.808Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-02T04:02:32.809Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-02T04:02:32.810Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T04:02:32.811Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872152808,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/artifacts/service-Vfw20220402035923-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-02T04:02:32.911Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T04:02:32.912Z||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-04-02T04:02:32.912Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T04:02:32.924Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:02:32.924Z||pool-49-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-02T04:02:33.811Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e83bf634-fb39-4d4b-b86f-99f895afa254
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-02T04:02:33.821Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e83bf634-fb39-4d4b-b86f-99f895afa254
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-02T04:02:33.824Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-02T04:02:33.825Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-02T04:02:33.825Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-02T04:02:33.825Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-02T04:02:33.825Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-02T04:02:33.826Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-02T04:02:33.826Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-02T04:02:33.826Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-02T04:02:33.826Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-02T04:02:33.827Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-02T04:02:33.827Z|e83bf634-fb39-4d4b-b86f-99f895afa254|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-04-02T04:02:33.832Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-02T04:03:03.833Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e83bf634-fb39-4d4b-b86f-99f895afa254 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-04-02T04:03:03.839Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e83bf634-fb39-4d4b-b86f-99f895afa254 and serviceModelVersionId: e32199b0-9b40-41f5-a63b-309debc568e9
2022-04-02T04:03:03.839Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a0d7b575-c833-46da-963b-697ec3c13052
2022-04-02T04:03:03.840Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a0d7b575-c833-46da-963b-697ec3c13052/model-vers/model-ver/e32199b0-9b40-41f5-a63b-309debc568e9?depth=0
2022-04-02T04:03:03.843Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-04-02T04:03:03.886Z|e83bf634-fb39-4d4b-b86f-99f895afa254|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/a0d7b575-c833-46da-963b-697ec3c13052/model-vers/model-ver/e32199b0-9b40-41f5-a63b-309debc568e9?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-04-02T04:03:03.887Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0d7b575-c833-46da-963b-697ec3c13052/model-vers/model-ver/e32199b0-9b40-41f5-a63b-309debc568e9?depth=0|INFO|500||Invoke
2022-04-02T04:03:03.905Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0d7b575-c833-46da-963b-697ec3c13052/model-vers/model-ver/e32199b0-9b40-41f5-a63b-309debc568e9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-02T04:03:04.222Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0d7b575-c833-46da-963b-697ec3c13052/model-vers/model-ver/e32199b0-9b40-41f5-a63b-309debc568e9?depth=0|INFO|500||InvokeReturn
2022-04-02T04:03:04.223Z|e83bf634-fb39-4d4b-b86f-99f895afa254|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/a0d7b575-c833-46da-963b-697ec3c13052/model-vers/model-ver/e32199b0-9b40-41f5-a63b-309debc568e9?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220402-04:03:03:787-85873], vertex-id=[471272], Content-Length=[0], Date=[Sat, 02 Apr 2022 04:03:03 GMT], Content-Type=[application/json]}
2022-04-02T04:03:04.224Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2022-04-02T04:03:04.224Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-02T04:03:04.224Z|e83bf634-fb39-4d4b-b86f-99f895afa254|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-04-02T04:03:04.227Z|e83bf634-fb39-4d4b-b86f-99f895afa254|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-04-02T04:03:04.227Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e83bf634-fb39-4d4b-b86f-99f895afa254 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-02T04:03:04.227Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-02T04:03:04.228Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-02T04:03:04.229Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T04:03:04.229Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872184227,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-02T04:03:04.330Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-02T04:03:04.331Z||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-04-02T04:03:04.331Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T04:03:04.347Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:03:04.347Z||pool-50-thread-1|||||INFO|500||cambria reply ok (17 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-04-02T04:03:05.250Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T04:03:05.250Z|e83bf634-fb39-4d4b-b86f-99f895afa254|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-04-02T04:03:05.250Z|e83bf634-fb39-4d4b-b86f-99f895afa254|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 GCqzoDOAtKeQqP9d) ...
2022-04-02T04:03:14.787Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:03:14.787Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T04:03:14.788Z|e83bf634-fb39-4d4b-b86f-99f895afa254|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-04-02T04:03:14.788Z|e83bf634-fb39-4d4b-b86f-99f895afa254|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 GCqzoDOAtKeQqP9d) ...
2022-04-02T04:03:20.008Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T04:03:20.009Z||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-04-02T04:03:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T04:03:20.031Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:03:20.031Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-02T04:03:20.031Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872131062,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/artifacts/service-Vfw20220402035923-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:03:20.032Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:03:24.321Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:03:24.321Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T04:03:24.322Z|e83bf634-fb39-4d4b-b86f-99f895afa254|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-04-02T04:03:24.322Z|e83bf634-fb39-4d4b-b86f-99f895afa254|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 GCqzoDOAtKeQqP9d) ...
2022-04-02T04:03:33.858Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:04:20.001Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T04:04:20.001Z|e83bf634-fb39-4d4b-b86f-99f895afa254|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-04-02T04:04:20.002Z|e83bf634-fb39-4d4b-b86f-99f895afa254|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 GCqzoDOAtKeQqP9d) ...
2022-04-02T04:04:20.008Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T04:04:20.009Z||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-04-02T04:04:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T04:04:20.526Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:04:20.527Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-02T04:04:20.527Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872131062,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/artifacts/service-Vfw20220402035923-csar.csar",
  "status": "NOTIFIED"
}
2022-04-02T04:04:20.528Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:04:20.528Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-02T04:04:20.528Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872142606,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/artifacts/service-Vfw20220402035923-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-02T04:04:20.528Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:04:20.528Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-02T04:04:20.528Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872146195,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/vfw53940a4257190_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-02T04:04:20.529Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:04:20.529Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-02T04:04:20.529Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872147395,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-02T04:04:20.529Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:04:20.529Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-02T04:04:20.529Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872148596,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-02T04:04:20.529Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:04:20.529Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-02T04:04:20.529Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872149796,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/vfw53940a4257190_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-02T04:04:20.530Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:04:20.530Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-02T04:04:20.530Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872150799,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-04-02T04:04:20.530Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:04:20.530Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-02T04:04:20.530Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872151803,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-04-02T04:04:20.530Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:04:20.530Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-02T04:04:20.530Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872152808,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/artifacts/service-Vfw20220402035923-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-02T04:04:20.530Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:04:20.531Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-02T04:04:20.531Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872184227,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-02T04:04:20.531Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:04:29.547Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:05:20.001Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T04:05:20.002Z|e83bf634-fb39-4d4b-b86f-99f895afa254|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-04-02T04:05:20.002Z|e83bf634-fb39-4d4b-b86f-99f895afa254|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 GCqzoDOAtKeQqP9d) ...
2022-04-02T04:05:20.008Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T04:05:20.009Z||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-04-02T04:05:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T04:05:29.554Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:05:29.554Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:06:20.001Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T04:06:20.001Z||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-04-02T04:06:20.001Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T04:06:20.008Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T04:06:20.009Z||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-04-02T04:06:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T04:06:29.549Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:06:29.549Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:07:20.001Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T04:07:20.002Z||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-04-02T04:07:20.002Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T04:07:20.008Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T04:07:20.009Z||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-04-02T04:07:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T04:07:29.552Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:07:29.552Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:08:20.001Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T04:08:20.002Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-02T04:08:20.002Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GCqzoDOAtKeQqP9d) ...
2022-04-02T04:08:20.008Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T04:08:20.009Z||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-04-02T04:08:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T04:08:29.551Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:08:29.551Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:09:20.001Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T04:09:20.003Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-02T04:09:20.003Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GCqzoDOAtKeQqP9d) ...
2022-04-02T04:09:20.008Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T04:09:20.009Z|e83bf634-fb39-4d4b-b86f-99f895afa254|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-04-02T04:09:20.009Z|e83bf634-fb39-4d4b-b86f-99f895afa254|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 GCqzoDOAtKeQqP9d) ...
2022-04-02T04:09:29.554Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:09:29.559Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:10:20.001Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T04:10:20.002Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-02T04:10:20.002Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GCqzoDOAtKeQqP9d) ...
2022-04-02T04:10:20.008Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T04:10:20.009Z||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-04-02T04:10:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T04:10:20.358Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:10:20.360Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-02T04:10:20.360Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4610214c-4a7e-4ce9-b57c-d750fca25acf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648872594216,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:10:20.362Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:10:20.362Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-02T04:10:20.362Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4610214c-4a7e-4ce9-b57c-d750fca25acf",
  "consumerID": "cds",
  "timestamp": 1648872602453,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:10:20.362Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:10:20.362Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-02T04:10:20.362Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4610214c-4a7e-4ce9-b57c-d750fca25acf",
  "consumerID": "dcae-sch",
  "timestamp": 1648872599513,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:10:20.362Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:10:20.363Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-02T04:10:20.363Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4610214c-4a7e-4ce9-b57c-d750fca25acf",
  "consumerID": "policy-id",
  "timestamp": 1648872600620,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:10:20.363Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:10:20.363Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-02T04:10:20.363Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4610214c-4a7e-4ce9-b57c-d750fca25acf",
  "consumerID": "cds",
  "timestamp": 1648872602453,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-02T04:10:20.363Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:10:20.363Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-02T04:10:20.364Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4610214c-4a7e-4ce9-b57c-d750fca25acf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648872594216,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:10:20.364Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:10:20.364Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-02T04:10:20.364Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4610214c-4a7e-4ce9-b57c-d750fca25acf",
  "consumerID": "policy-id",
  "timestamp": 1648872600620,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-02T04:10:20.364Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:10:20.364Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-02T04:10:20.364Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4610214c-4a7e-4ce9-b57c-d750fca25acf",
  "consumerID": "dcae-sch",
  "timestamp": 1648872599513,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:10:20.364Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:10:20.364Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-02T04:10:20.365Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4610214c-4a7e-4ce9-b57c-d750fca25acf",
  "consumerID": "cds",
  "timestamp": 1648872605792,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-02T04:10:20.365Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:10:20.365Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-02T04:10:20.365Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4610214c-4a7e-4ce9-b57c-d750fca25acf",
  "consumerID": "policy-id",
  "timestamp": 1648872604644,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-02T04:10:20.365Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:10:20.365Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-02T04:10:20.365Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4610214c-4a7e-4ce9-b57c-d750fca25acf",
  "consumerID": "cds",
  "timestamp": 1648872606799,
  "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-04-02T04:10:20.385Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4610214c-4a7e-4ce9-b57c-d750fca25acf
2022-04-02T04:10:20.385Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4610214c-4a7e-4ce9-b57c-d750fca25acf 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-04-02T04:10:20.396Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-02T04:10:20.396Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4610214c-4a7e-4ce9-b57c-d750fca25acf",
  "consumerID": "policy-id",
  "timestamp": 1648872605648,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-02T04:10:20.396Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:10:20.396Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-02T04:10:20.396Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4610214c-4a7e-4ce9-b57c-d750fca25acf",
  "consumerID": "clamp",
  "timestamp": 1648872604957,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:10:20.397Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:10:20.397Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-02T04:10:20.397Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4610214c-4a7e-4ce9-b57c-d750fca25acf",
  "consumerID": "policy-id",
  "timestamp": 1648872606650,
  "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-04-02T04:10:20.403Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4610214c-4a7e-4ce9-b57c-d750fca25acf
2022-04-02T04:10:20.403Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4610214c-4a7e-4ce9-b57c-d750fca25acf 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-04-02T04:10:20.412Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-02T04:10:20.412Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4610214c-4a7e-4ce9-b57c-d750fca25acf",
  "consumerID": "clamp",
  "timestamp": 1648872604957,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-02T04:10:20.413Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:10:20.413Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-02T04:10:20.413Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4610214c-4a7e-4ce9-b57c-d750fca25acf",
  "consumerID": "aai-ml",
  "timestamp": 1648872609256,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:10:20.413Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:10:20.413Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-02T04:10:20.413Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4610214c-4a7e-4ce9-b57c-d750fca25acf",
  "consumerID": "aai-ml",
  "timestamp": 1648872609256,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-02T04:10:20.413Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:10:20.414Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-02T04:10:20.414Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4610214c-4a7e-4ce9-b57c-d750fca25acf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648872608900,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:10:20.414Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:10:20.414Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-02T04:10:20.414Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4610214c-4a7e-4ce9-b57c-d750fca25acf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648872608900,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-02T04:10:20.414Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:10:20.414Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-02T04:10:20.414Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4610214c-4a7e-4ce9-b57c-d750fca25acf",
  "consumerID": "aai-ml",
  "timestamp": 1648872612344,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-02T04:10:20.414Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:10:20.414Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-02T04:10:20.414Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4610214c-4a7e-4ce9-b57c-d750fca25acf",
  "consumerID": "aai-ml",
  "timestamp": 1648872617529,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-02T04:10:20.415Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:10:20.415Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-02T04:10:20.415Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4610214c-4a7e-4ce9-b57c-d750fca25acf",
  "consumerID": "clamp",
  "timestamp": 1648872616048,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-02T04:10:20.415Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:10:20.415Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-02T04:10:20.415Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4610214c-4a7e-4ce9-b57c-d750fca25acf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648872615661,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:10:20.415Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:10:20.415Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-02T04:10:20.415Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4610214c-4a7e-4ce9-b57c-d750fca25acf",
  "consumerID": "aai-ml",
  "timestamp": 1648872618535,
  "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-04-02T04:10:20.420Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4610214c-4a7e-4ce9-b57c-d750fca25acf
2022-04-02T04:10:20.420Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4610214c-4a7e-4ce9-b57c-d750fca25acf 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-04-02T04:10:20.428Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-02T04:10:20.428Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4610214c-4a7e-4ce9-b57c-d750fca25acf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648872615661,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-02T04:10:20.428Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:10:20.428Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-02T04:10:20.428Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4610214c-4a7e-4ce9-b57c-d750fca25acf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648872618565,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-02T04:10:20.429Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:10:20.429Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-02T04:10:20.429Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4610214c-4a7e-4ce9-b57c-d750fca25acf",
  "consumerID": "clamp",
  "timestamp": 1648872619049,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-02T04:10:20.429Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:10:20.627Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:10:20.628Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-02T04:10:20.628Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"4610214c-4a7e-4ce9-b57c-d750fca25acf","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"380a538c-9740-4514-8f3c-bc29faf0c938","serviceDescription":"service","serviceInvariantUUID":"f936a239-ec17-4542-9c0a-15aa2af100aa","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"f19deeac-bd77-492e-9adf-4399cf8b607a","resourceInvariantUUID":"5c101677-756e-4194-9838-0a88ed7a97bf","resourceCustomizationUUID":"706eab41-2738-4de5-acbd-b9cafdc445f6","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":"Mzg0MzA5MzBjYzI4ZTBhMTJlNjVmYWFkOWU2OWNmMzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cc8c4c5f-f44d-45db-8106-06c39a97a28f","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NWU5ZGU0OTllODRjYzQ0ZmZlOGE0OGUzYzljOTI4OWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"893ce073-7b7d-4c99-a514-de2d0afc49cc","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-02T04:10:20.631Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-02T04:10:20.632Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-02T04:10:20.635Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T04:10:20.635Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "4610214c-4a7e-4ce9-b57c-d750fca25acf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872620001,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:10:20.735Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T04:10:20.736Z||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-04-02T04:10:20.736Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T04:10:20.748Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:10:20.749Z||pool-51-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-02T04:10:21.635Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-02T04:10:21.636Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-02T04:10:21.638Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T04:10:21.639Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "4610214c-4a7e-4ce9-b57c-d750fca25acf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872620001,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-02T04:10:21.739Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T04:10:21.740Z||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-04-02T04:10:21.740Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T04:10:21.750Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:10:21.751Z||pool-52-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-04-02T04:10:22.640Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "4610214c-4a7e-4ce9-b57c-d750fca25acf",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "380a538c-9740-4514-8f3c-bc29faf0c938",
  "serviceDescription": "service",
  "serviceInvariantUUID": "f936a239-ec17-4542-9c0a-15aa2af100aa",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "706eab41-2738-4de5-acbd-b9cafdc445f6",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "f19deeac-bd77-492e-9adf-4399cf8b607a",
      "resourceInvariantUUID": "5c101677-756e-4194-9838-0a88ed7a97bf",
      "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": "NWU5ZGU0OTllODRjYzQ0ZmZlOGE0OGUzYzljOTI4OWM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "893ce073-7b7d-4c99-a514-de2d0afc49cc"
    }
  ],
  "workloadContext": "Production"
}
2022-04-02T04:10:22.641Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-02T04:10:22.641Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 380a538c-9740-4514-8f3c-bc29faf0c938 ASDC
2022-04-02T04:10:22.642Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:4610214c-4a7e-4ce9-b57c-d750fca25acf
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:380a538c-9740-4514-8f3c-bc29faf0c938
ServiceInvariantUUID:f936a239-ec17-4542-9c0a-15aa2af100aa
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:893ce073-7b7d-4c99-a514-de2d0afc49cc
ArtifactChecksum:NWU5ZGU0OTllODRjYzQ0ZmZlOGE0OGUzYzljOTI4OWM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:706eab41-2738-4de5-acbd-b9cafdc445f6
ResourceInvariantUUID:5c101677-756e-4194-9838-0a88ed7a97bf
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:f19deeac-bd77-492e-9adf-4399cf8b607a
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-04-02T04:10:22.642Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 380a538c-9740-4514-8f3c-bc29faf0c938 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-04-02T04:10:22.672Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-02T04:10:22.673Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-02T04:10:22.674Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-02T04:10:22.674Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 893ce073-7b7d-4c99-a514-de2d0afc49cc from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-04-02T04:10:22.675Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-02T04:10:22.675Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-04-02T04:10:22.973Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-02T04:10:22.976Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 893ce073-7b7d-4c99-a514-de2d0afc49cc 52489
2022-04-02T04:10:22.976Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-04-02T04:10:22.976Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-04-02T04:10:22.976Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-02T04:10:22.977Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-02T04:10:22.979Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T04:10:22.979Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "4610214c-4a7e-4ce9-b57c-d750fca25acf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872622976,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-02T04:10:23.079Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-02T04:10:23.080Z||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-04-02T04:10:23.080Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T04:10:23.097Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:10:23.097Z||pool-53-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-02T04:10:23.980Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-02T04:10:23.981Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-02T04:10:23.982Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 893ce073-7b7d-4c99-a514-de2d0afc49cc, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-02T04:10:23.982Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-04-02T04:10:23.983Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-02T04:10:23.983Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-02T04:10:24.122Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15811419387611227425/Definitions/service-BasicNetwork-template.yml
2022-04-02T04:10:24.620Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-02T04:10:24.621Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-04-02T04:10:24.621Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-02T04:10:24.621Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-04-02T04:10:24.621Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-02T04:10:24.621Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-02T04:10:24.622Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-02T04:10:24.622Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-02T04:10:24.622Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-02T04:10:24.622Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-02T04:10:24.622Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-02T04:10:24.622Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-02T04:10:24.622Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-04-02T04:10:24.622Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:10:24.623Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T04:10:24.623Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-04-02T04:10:24.623Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-04-02T04:10:24.623Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-02T04:10:24.623Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:10:24.623Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T04:10:24.624Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-04-02T04:10:24.624Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-04-02T04:10:24.624Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-02T04:10:24.624Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:10:24.624Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T04:10:24.624Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:10:24.624Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T04:10:24.625Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:10:24.625Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T04:10:24.625Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:10:24.625Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T04:10:24.625Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:10:24.625Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T04:10:24.626Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:380a538c-9740-4514-8f3c-bc29faf0c938
Model Version:NULL
Model InvariantUuid:f936a239-ec17-4542-9c0a-15aa2af100aa
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:5c101677-756e-4194-9838-0a88ed7a97bf
Model UUID:05621ced-0114-45a3-ba57-789f6f3494ea
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:706eab41-2738-4de5-acbd-b9cafdc445f6
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-04-02T04:10:24.629Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||INFO|500||Processing Resource Type: VL, Model UUID: f19deeac-bd77-492e-9adf-4399cf8b607a
2022-04-02T04:10:24.629Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||INFO|500||No resources found for Service: 380a538c-9740-4514-8f3c-bc29faf0c938
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-04-02T04:10:24.634Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||INFO|500||
2022-04-02T04:10:24.634Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-04-02T04:10:24.635Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 380a538c-9740-4514-8f3c-bc29faf0c938
2022-04-02T04:10:24.635Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 380a538c-9740-4514-8f3c-bc29faf0c938
2022-04-02T04:10:24.635Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-04-02T04:10:24.635Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-02T04:10:24.638Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@37af31d2, org.onap.sdc.toscaparser.api.parameters.Input@3ef89824, org.onap.sdc.toscaparser.api.parameters.Input@15fc3f23, org.onap.sdc.toscaparser.api.parameters.Input@374a35ff, org.onap.sdc.toscaparser.api.parameters.Input@79a5a365]
2022-04-02T04:10:24.639Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:10:24.639Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T04:10:24.640Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:10:24.640Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T04:10:24.640Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 380a538c-9740-4514-8f3c-bc29faf0c938: Generic NeutronNet
2022-04-02T04:10:24.640Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:10:24.640Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T04:10:24.640Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:10:24.640Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-04-02T04:10:24.682Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:10:24.682Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T04:10:24.683Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:10:24.683Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T04:10:24.683Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:10:24.683Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T04:10:24.683Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-04-02T04:10:24.724Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-04-02T04:10:24.725Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-04-02T04:10:24.725Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-04-02T04:10:24.725Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-02T04:10:24.725Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-02T04:10:24.727Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T04:10:24.727Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "4610214c-4a7e-4ce9-b57c-d750fca25acf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872624725,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-02T04:10:24.827Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T04:10:24.828Z||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-04-02T04:10:24.828Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T04:10:24.838Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:10:24.839Z||pool-54-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-02T04:10:25.728Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4610214c-4a7e-4ce9-b57c-d750fca25acf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-02T04:10:25.737Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4610214c-4a7e-4ce9-b57c-d750fca25acf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-02T04:10:25.740Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-02T04:10:25.741Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-02T04:10:25.741Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-02T04:10:25.741Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-02T04:10:55.741Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4610214c-4a7e-4ce9-b57c-d750fca25acf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-02T04:10:55.751Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4610214c-4a7e-4ce9-b57c-d750fca25acf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-02T04:10:55.753Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-02T04:10:55.754Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-02T04:10:55.754Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-02T04:10:55.754Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-02T04:11:20.008Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T04:11:20.009Z||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-04-02T04:11:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T04:11:20.068Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:11:20.069Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-02T04:11:20.069Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4610214c-4a7e-4ce9-b57c-d750fca25acf",
  "consumerID": "clamp",
  "timestamp": 1648872620053,
  "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-04-02T04:11:20.077Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4610214c-4a7e-4ce9-b57c-d750fca25acf
2022-04-02T04:11:20.077Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4610214c-4a7e-4ce9-b57c-d750fca25acf 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-04-02T04:11:25.754Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4610214c-4a7e-4ce9-b57c-d750fca25acf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-02T04:11:25.764Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4610214c-4a7e-4ce9-b57c-d750fca25acf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-02T04:11:25.768Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-02T04:11:25.768Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-02T04:11:25.768Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-02T04:11:25.768Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-02T04:11:55.768Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4610214c-4a7e-4ce9-b57c-d750fca25acf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-02T04:11:55.777Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4610214c-4a7e-4ce9-b57c-d750fca25acf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-02T04:11:55.782Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-02T04:11:55.782Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-02T04:11:55.782Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-02T04:11:55.782Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-02T04:12:20.008Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T04:12:20.009Z||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-04-02T04:12:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T04:12:20.064Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:12:20.065Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-02T04:12:20.065Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4610214c-4a7e-4ce9-b57c-d750fca25acf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648872620325,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-02T04:12:20.066Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:12:25.782Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4610214c-4a7e-4ce9-b57c-d750fca25acf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-02T04:12:25.791Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4610214c-4a7e-4ce9-b57c-d750fca25acf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-02T04:12:25.793Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-02T04:12:25.794Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-02T04:12:25.794Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-02T04:12:25.794Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-02T04:12:55.794Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4610214c-4a7e-4ce9-b57c-d750fca25acf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-02T04:12:55.803Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4610214c-4a7e-4ce9-b57c-d750fca25acf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-02T04:12:55.805Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-02T04:12:55.806Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-02T04:12:55.806Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-02T04:12:55.806Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-02T04:13:20.008Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T04:13:20.009Z||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-04-02T04:13:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T04:13:20.067Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:13:20.069Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-02T04:13:20.069Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4610214c-4a7e-4ce9-b57c-d750fca25acf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872620001,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:13:20.069Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:13:20.070Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-02T04:13:20.070Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4610214c-4a7e-4ce9-b57c-d750fca25acf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648872621329,
  "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-04-02T04:13:20.075Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4610214c-4a7e-4ce9-b57c-d750fca25acf
2022-04-02T04:13:20.076Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4610214c-4a7e-4ce9-b57c-d750fca25acf 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-04-02T04:13:20.083Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-02T04:13:20.083Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4610214c-4a7e-4ce9-b57c-d750fca25acf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872620001,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-02T04:13:20.083Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:13:20.083Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-02T04:13:20.083Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4610214c-4a7e-4ce9-b57c-d750fca25acf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872622976,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-02T04:13:20.084Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:13:20.084Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-02T04:13:20.084Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4610214c-4a7e-4ce9-b57c-d750fca25acf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872624725,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-02T04:13:20.084Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:13:20.084Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-02T04:13:20.084Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be930f9b-7bf5-4ae5-9c3b-63e5fd923152",
  "consumerID": "clamp",
  "timestamp": 1648872664957,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtrynojizv57kkbgc6lj/1.0/resourceInstances/pnf99c8665d52450/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:13:20.084Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:13:20.084Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-02T04:13:20.084Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be930f9b-7bf5-4ae5-9c3b-63e5fd923152",
  "consumerID": "aai-ml",
  "timestamp": 1648872669256,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtrynojizv57kkbgc6lj/1.0/resourceInstances/pnf99c8665d52450/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:13:20.084Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:13:20.084Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-02T04:13:20.084Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be930f9b-7bf5-4ae5-9c3b-63e5fd923152",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648872668900,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtrynojizv57kkbgc6lj/1.0/resourceInstances/pnf99c8665d52450/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:13:20.084Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:13:20.084Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-02T04:13:20.085Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be930f9b-7bf5-4ae5-9c3b-63e5fd923152",
  "consumerID": "clamp",
  "timestamp": 1648872664957,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtrynojizv57kkbgc6lj/1.0/resourceInstances/pnf99c8665d52450/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:13:20.085Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:13:20.085Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-02T04:13:20.085Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be930f9b-7bf5-4ae5-9c3b-63e5fd923152",
  "consumerID": "aai-ml",
  "timestamp": 1648872669256,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtrynojizv57kkbgc6lj/1.0/resourceInstances/pnf99c8665d52450/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:13:20.085Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:13:20.085Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-02T04:13:20.085Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be930f9b-7bf5-4ae5-9c3b-63e5fd923152",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648872668900,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtrynojizv57kkbgc6lj/1.0/resourceInstances/pnf99c8665d52450/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:13:20.085Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:13:20.085Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-02T04:13:20.085Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be930f9b-7bf5-4ae5-9c3b-63e5fd923152",
  "consumerID": "clamp",
  "timestamp": 1648872664957,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtrynojizv57kkbgc6lj/1.0/resourceInstances/pnf99c8665d52450/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:13:20.085Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:13:20.085Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-02T04:13:20.085Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be930f9b-7bf5-4ae5-9c3b-63e5fd923152",
  "consumerID": "aai-ml",
  "timestamp": 1648872669256,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtrynojizv57kkbgc6lj/1.0/resourceInstances/pnf99c8665d52450/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:13:20.086Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:13:20.086Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-02T04:13:20.086Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be930f9b-7bf5-4ae5-9c3b-63e5fd923152",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648872668900,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtrynojizv57kkbgc6lj/1.0/resourceInstances/pnf99c8665d52450/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:13:20.086Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:13:20.086Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-02T04:13:20.086Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be930f9b-7bf5-4ae5-9c3b-63e5fd923152",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648872674216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtrynojizv57kkbgc6lj/1.0/resourceInstances/pnf99c8665d52450/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:13:20.086Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:13:20.086Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-02T04:13:20.086Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be930f9b-7bf5-4ae5-9c3b-63e5fd923152",
  "consumerID": "clamp",
  "timestamp": 1648872664957,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtrynojizv57kkbgc6lj/1.0/resourceInstances/pnf99c8665d52450/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:13:20.086Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:13:20.086Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-02T04:13:20.086Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be930f9b-7bf5-4ae5-9c3b-63e5fd923152",
  "consumerID": "aai-ml",
  "timestamp": 1648872669256,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtrynojizv57kkbgc6lj/1.0/resourceInstances/pnf99c8665d52450/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:13:20.087Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:13:20.087Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-02T04:13:20.087Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be930f9b-7bf5-4ae5-9c3b-63e5fd923152",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648872668900,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtrynojizv57kkbgc6lj/1.0/resourceInstances/pnf99c8665d52450/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:13:20.087Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:13:20.087Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-02T04:13:20.087Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be930f9b-7bf5-4ae5-9c3b-63e5fd923152",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648872674216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtrynojizv57kkbgc6lj/1.0/resourceInstances/pnf99c8665d52450/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:13:20.087Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:13:20.087Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-02T04:13:20.087Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be930f9b-7bf5-4ae5-9c3b-63e5fd923152",
  "consumerID": "clamp",
  "timestamp": 1648872664957,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtrynojizv57kkbgc6lj/1.0/resourceInstances/pnf99c8665d52450/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:13:20.088Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:13:20.088Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-02T04:13:20.088Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be930f9b-7bf5-4ae5-9c3b-63e5fd923152",
  "consumerID": "aai-ml",
  "timestamp": 1648872669256,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtrynojizv57kkbgc6lj/1.0/resourceInstances/pnf99c8665d52450/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:13:20.088Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:13:20.088Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-02T04:13:20.088Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be930f9b-7bf5-4ae5-9c3b-63e5fd923152",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648872668900,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtrynojizv57kkbgc6lj/1.0/resourceInstances/pnf99c8665d52450/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:13:20.088Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:13:20.088Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-02T04:13:20.088Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be930f9b-7bf5-4ae5-9c3b-63e5fd923152",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648872675661,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtrynojizv57kkbgc6lj/1.0/resourceInstances/pnf99c8665d52450/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:13:20.089Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:13:20.089Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-02T04:13:20.089Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be930f9b-7bf5-4ae5-9c3b-63e5fd923152",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648872674216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtrynojizv57kkbgc6lj/1.0/resourceInstances/pnf99c8665d52450/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:13:20.089Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:13:20.089Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-02T04:13:20.089Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be930f9b-7bf5-4ae5-9c3b-63e5fd923152",
  "consumerID": "cds",
  "timestamp": 1648872677453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtrynojizv57kkbgc6lj/1.0/resourceInstances/pnf99c8665d52450/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:13:20.089Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:13:20.089Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-02T04:13:20.089Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be930f9b-7bf5-4ae5-9c3b-63e5fd923152",
  "consumerID": "clamp",
  "timestamp": 1648872664957,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtrynojizv57kkbgc6lj/1.0/resourceInstances/pnf99c8665d52450/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:13:20.089Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:13:20.090Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-02T04:13:20.090Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be930f9b-7bf5-4ae5-9c3b-63e5fd923152",
  "consumerID": "aai-ml",
  "timestamp": 1648872669256,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtrynojizv57kkbgc6lj/1.0/resourceInstances/pnf99c8665d52450/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:13:20.090Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:13:20.090Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-02T04:13:20.090Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be930f9b-7bf5-4ae5-9c3b-63e5fd923152",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648872668900,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtrynojizv57kkbgc6lj/1.0/resourceInstances/pnf99c8665d52450/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:13:20.090Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:13:20.090Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-02T04:13:20.090Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be930f9b-7bf5-4ae5-9c3b-63e5fd923152",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648872675661,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtrynojizv57kkbgc6lj/1.0/resourceInstances/pnf99c8665d52450/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:13:20.090Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:13:20.091Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-02T04:13:20.091Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be930f9b-7bf5-4ae5-9c3b-63e5fd923152",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648872674216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtrynojizv57kkbgc6lj/1.0/resourceInstances/pnf99c8665d52450/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:13:20.091Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:13:20.091Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-02T04:13:20.091Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be930f9b-7bf5-4ae5-9c3b-63e5fd923152",
  "consumerID": "cds",
  "timestamp": 1648872677453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtrynojizv57kkbgc6lj/1.0/resourceInstances/pnf99c8665d52450/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:13:20.091Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:13:20.091Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-02T04:13:20.091Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be930f9b-7bf5-4ae5-9c3b-63e5fd923152",
  "consumerID": "clamp",
  "timestamp": 1648872664957,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtrynojizv57kkbgc6lj/1.0/artifacts/service-DemoPnfQtrynojizv57kkbgc6lj-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:13:20.091Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:13:20.092Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-02T04:13:20.092Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be930f9b-7bf5-4ae5-9c3b-63e5fd923152",
  "consumerID": "aai-ml",
  "timestamp": 1648872669256,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtrynojizv57kkbgc6lj/1.0/artifacts/service-DemoPnfQtrynojizv57kkbgc6lj-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:13:20.092Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:13:20.092Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-02T04:13:20.092Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be930f9b-7bf5-4ae5-9c3b-63e5fd923152",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648872668900,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtrynojizv57kkbgc6lj/1.0/artifacts/service-DemoPnfQtrynojizv57kkbgc6lj-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:13:20.092Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:13:20.092Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-02T04:13:20.092Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be930f9b-7bf5-4ae5-9c3b-63e5fd923152",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648872675661,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtrynojizv57kkbgc6lj/1.0/resourceInstances/pnf99c8665d52450/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:13:20.092Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:13:20.093Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-02T04:13:20.093Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be930f9b-7bf5-4ae5-9c3b-63e5fd923152",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648872674216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtrynojizv57kkbgc6lj/1.0/resourceInstances/pnf99c8665d52450/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:13:20.093Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:13:20.093Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-02T04:13:20.093Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be930f9b-7bf5-4ae5-9c3b-63e5fd923152",
  "consumerID": "cds",
  "timestamp": 1648872677453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtrynojizv57kkbgc6lj/1.0/resourceInstances/pnf99c8665d52450/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:13:20.093Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:13:20.093Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-02T04:13:20.093Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be930f9b-7bf5-4ae5-9c3b-63e5fd923152",
  "consumerID": "clamp",
  "timestamp": 1648872664957,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtrynojizv57kkbgc6lj/1.0/artifacts/service-DemoPnfQtrynojizv57kkbgc6lj-csar.csar",
  "status": "NOTIFIED"
}
2022-04-02T04:13:20.093Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:13:20.093Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-02T04:13:20.094Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be930f9b-7bf5-4ae5-9c3b-63e5fd923152",
  "consumerID": "aai-ml",
  "timestamp": 1648872669256,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtrynojizv57kkbgc6lj/1.0/artifacts/service-DemoPnfQtrynojizv57kkbgc6lj-csar.csar",
  "status": "NOTIFIED"
}
2022-04-02T04:13:20.094Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:13:20.094Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-02T04:13:20.094Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be930f9b-7bf5-4ae5-9c3b-63e5fd923152",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648872668900,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtrynojizv57kkbgc6lj/1.0/artifacts/service-DemoPnfQtrynojizv57kkbgc6lj-csar.csar",
  "status": "NOTIFIED"
}
2022-04-02T04:13:20.094Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:13:20.094Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-02T04:13:20.094Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be930f9b-7bf5-4ae5-9c3b-63e5fd923152",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648872675661,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtrynojizv57kkbgc6lj/1.0/resourceInstances/pnf99c8665d52450/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:13:20.094Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:13:20.094Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-02T04:13:20.094Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be930f9b-7bf5-4ae5-9c3b-63e5fd923152",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648872674216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtrynojizv57kkbgc6lj/1.0/resourceInstances/pnf99c8665d52450/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-04-02T04:13:20.095Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:13:25.806Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4610214c-4a7e-4ce9-b57c-d750fca25acf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-02T04:13:25.815Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4610214c-4a7e-4ce9-b57c-d750fca25acf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-02T04:13:25.818Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-02T04:13:25.818Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-02T04:13:25.818Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-02T04:13:25.819Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-02T04:13:25.819Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-02T04:13:25.819Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-02T04:13:25.819Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-02T04:13:25.819Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-02T04:13:25.819Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-02T04:13:25.819Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-02T04:13:25.820Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-02T04:13:25.825Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-02T04:13:55.825Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4610214c-4a7e-4ce9-b57c-d750fca25acf 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-04-02T04:13:55.829Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4610214c-4a7e-4ce9-b57c-d750fca25acf and serviceModelVersionId: 380a538c-9740-4514-8f3c-bc29faf0c938
2022-04-02T04:13:55.829Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f936a239-ec17-4542-9c0a-15aa2af100aa
2022-04-02T04:13:55.830Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f936a239-ec17-4542-9c0a-15aa2af100aa/model-vers/model-ver/380a538c-9740-4514-8f3c-bc29faf0c938?depth=0
2022-04-02T04:13:55.835Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-04-02T04:13:55.885Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f936a239-ec17-4542-9c0a-15aa2af100aa/model-vers/model-ver/380a538c-9740-4514-8f3c-bc29faf0c938?depth=0|INFO|500||Invoke
2022-04-02T04:13:55.886Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f936a239-ec17-4542-9c0a-15aa2af100aa/model-vers/model-ver/380a538c-9740-4514-8f3c-bc29faf0c938?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f936a239-ec17-4542-9c0a-15aa2af100aa/model-vers/model-ver/380a538c-9740-4514-8f3c-bc29faf0c938?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4610214c-4a7e-4ce9-b57c-d750fca25acf], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f739c80d-feb8-4ac5-a53f-757bc475b18b], X-ECOMP-RequestID=[4610214c-4a7e-4ce9-b57c-d750fca25acf], X-TransactionId=[], X-ONAP-RequestID=[4610214c-4a7e-4ce9-b57c-d750fca25acf], Content-Type=[application/merge-patch+json]}
2022-04-02T04:13:55.914Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f936a239-ec17-4542-9c0a-15aa2af100aa/model-vers/model-ver/380a538c-9740-4514-8f3c-bc29faf0c938?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-02T04:13:56.323Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f936a239-ec17-4542-9c0a-15aa2af100aa/model-vers/model-ver/380a538c-9740-4514-8f3c-bc29faf0c938?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/f936a239-ec17-4542-9c0a-15aa2af100aa/model-vers/model-ver/380a538c-9740-4514-8f3c-bc29faf0c938?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220402-04:13:55:797-73270], vertex-id=[204880], Content-Length=[0], Date=[Sat, 02 Apr 2022 04:13:55 GMT], Content-Type=[application/json]}
2022-04-02T04:13:56.323Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f936a239-ec17-4542-9c0a-15aa2af100aa/model-vers/model-ver/380a538c-9740-4514-8f3c-bc29faf0c938?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-02T04:13:56.324Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f936a239-ec17-4542-9c0a-15aa2af100aa/model-vers/model-ver/380a538c-9740-4514-8f3c-bc29faf0c938?depth=0|INFO|500||InvokeReturn
2022-04-02T04:13:56.327Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-02T04:13:56.327Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-02T04:13:56.332Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-02T04:13:56.332Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4610214c-4a7e-4ce9-b57c-d750fca25acf and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-02T04:13:56.332Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-02T04:13:56.332Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-02T04:13:56.334Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T04:13:56.334Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "4610214c-4a7e-4ce9-b57c-d750fca25acf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872836332,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-02T04:13:56.434Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T04:13:56.435Z||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-04-02T04:13:56.435Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T04:13:56.452Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:13:56.452Z||pool-55-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-02T04:13:57.344Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T04:13:57.344Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-02T04:13:57.344Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GCqzoDOAtKeQqP9d) ...
2022-04-02T04:14:01.700Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:14:01.701Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-02T04:14:01.701Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"be930f9b-7bf5-4ae5-9c3b-63e5fd923152","serviceName":"Demo_pNF_qTRYNOJIZV57kKbGc6lJ","serviceVersion":"1.0","serviceUUID":"50e4068a-3284-4adf-878e-db3626c4d66e","serviceDescription":"catalog service description","serviceInvariantUUID":"3e977e2e-1d06-4fa2-87e7-c343e30bf284","resources":[{"resourceInstanceName":"pNF 99c8665d-5245 0","resourceName":"pNF 99c8665d-5245","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"4fbb0845-24c6-4918-a3b3-307bb3cb8ed2","resourceInvariantUUID":"30a50607-836f-4a11-9a99-3b497ec2bf20","resourceCustomizationUUID":"374e931b-f5e1-4397-ac2e-550d19defe83","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQtrynojizv57kkbgc6lj/1.0/resourceInstances/pnf99c8665d52450/artifacts/vf-license-model.xml","artifactChecksum":"MGEwY2NkMmM3ZWFjMDAxM2JlM2E1ZWQwNTUxMzVkZjc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4b6dd81a-32f2-4416-b7fe-c981f97e7330","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQtrynojizv57kkbgc6lj/1.0/resourceInstances/pnf99c8665d52450/artifacts/pNF.csar","artifactChecksum":"OWMwZDZhYWY1MTBiNjA0NjZiOGVhZmRlNjdhNWQ3ZWQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9272944d-38db-4b07-827c-e8cbd8a6d30c","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQtrynojizv57kkbgc6lj/1.0/resourceInstances/pnf99c8665d52450/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"66364d4d-2c17-49ea-ab2b-a16bce09da3d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQtrynojizv57kkbgc6lj/1.0/resourceInstances/pnf99c8665d52450/artifacts/vendor-license-model.xml","artifactChecksum":"NjcxM2M5OGM3MDZkNTQ4NDcwNWJmNzE3NTMxNTcwNzI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"cee8def4-3854-4d89-b121-45a9b38f3ab6","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfQtrynojizv57kkbgc6lj/1.0/resourceInstances/pnf99c8665d52450/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"563b022f-2037-4ccd-8974-35e3d574fa36","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfQtrynojizv57kkbgc6lj/1.0/resourceInstances/pnf99c8665d52450/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"97785d01-de3e-46b4-bf8d-799cd649b59f","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfQtrynojizv57kkbgc6lj-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQtrynojizv57kkbgc6lj/1.0/artifacts/service-DemoPnfQtrynojizv57kkbgc6lj-template.yml","artifactChecksum":"OWRmNzkzNzViZGNmMmM1MGRkYmJjMzJmMTVlZGJlZmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5d8fa22f-51a6-4d1a-9fd1-05d71ae4c8cc","artifactVersion":"1"},{"artifactName":"service-DemoPnfQtrynojizv57kkbgc6lj-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfQtrynojizv57kkbgc6lj/1.0/artifacts/service-DemoPnfQtrynojizv57kkbgc6lj-csar.csar","artifactChecksum":"MzQ1NjlmNDYzYTk0ZjZmOTBlM2FkMzdhZDk1NmRmZGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2d16cd16-533e-4d88-b85e-799d13623237","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-02T04:14:01.703Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-02T04:14:01.704Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-02T04:14:01.705Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T04:14:01.705Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "be930f9b-7bf5-4ae5-9c3b-63e5fd923152",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872837344,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtrynojizv57kkbgc6lj/1.0/resourceInstances/pnf99c8665d52450/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:14:01.806Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-02T04:14:01.807Z||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-04-02T04:14:01.807Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T04:14:01.817Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:14:01.818Z||pool-56-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-02T04:14:02.706Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-02T04:14:02.707Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-02T04:14:02.709Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T04:14:02.709Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "be930f9b-7bf5-4ae5-9c3b-63e5fd923152",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872837344,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtrynojizv57kkbgc6lj/1.0/resourceInstances/pnf99c8665d52450/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:14:02.809Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T04:14:02.810Z||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-04-02T04:14:02.810Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T04:14:02.823Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:14:02.823Z||pool-57-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-02T04:14:03.709Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-02T04:14:03.710Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-02T04:14:03.712Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T04:14:03.712Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "be930f9b-7bf5-4ae5-9c3b-63e5fd923152",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872837344,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtrynojizv57kkbgc6lj/1.0/resourceInstances/pnf99c8665d52450/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:14:03.812Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T04:14:03.813Z||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-04-02T04:14:03.813Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T04:14:03.826Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:14:03.826Z||pool-58-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-02T04:14:04.713Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-02T04:14:04.714Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-02T04:14:04.717Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T04:14:04.717Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "be930f9b-7bf5-4ae5-9c3b-63e5fd923152",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872837344,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtrynojizv57kkbgc6lj/1.0/resourceInstances/pnf99c8665d52450/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:14:04.817Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-02T04:14:04.818Z||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-04-02T04:14:04.818Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T04:14:04.835Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:14:04.836Z||pool-59-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-02T04:14:05.718Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-02T04:14:05.719Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-02T04:14:05.721Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T04:14:05.721Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "be930f9b-7bf5-4ae5-9c3b-63e5fd923152",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872837344,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtrynojizv57kkbgc6lj/1.0/resourceInstances/pnf99c8665d52450/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:14:05.821Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-02T04:14:05.822Z||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-04-02T04:14:05.823Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T04:14:05.836Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:14:05.836Z||pool-60-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-02T04:14:06.722Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-02T04:14:06.723Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-02T04:14:06.725Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T04:14:06.725Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "be930f9b-7bf5-4ae5-9c3b-63e5fd923152",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872837344,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtrynojizv57kkbgc6lj/1.0/resourceInstances/pnf99c8665d52450/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:14:06.825Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-02T04:14:06.826Z||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-04-02T04:14:06.826Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T04:14:06.837Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:14:06.838Z||pool-61-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-02T04:14:07.726Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-02T04:14:07.727Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-02T04:14:07.728Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T04:14:07.729Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "be930f9b-7bf5-4ae5-9c3b-63e5fd923152",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872837344,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtrynojizv57kkbgc6lj/1.0/artifacts/service-DemoPnfQtrynojizv57kkbgc6lj-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:14:07.829Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T04:14:07.830Z||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-04-02T04:14:07.830Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T04:14:07.844Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:14:07.845Z||pool-62-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-02T04:14:08.729Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-02T04:14:08.730Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-02T04:14:08.732Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T04:14:08.733Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "be930f9b-7bf5-4ae5-9c3b-63e5fd923152",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872837344,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtrynojizv57kkbgc6lj/1.0/artifacts/service-DemoPnfQtrynojizv57kkbgc6lj-csar.csar",
  "status": "NOTIFIED"
}
2022-04-02T04:14:08.833Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T04:14:08.834Z||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-04-02T04:14:08.834Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T04:14:08.845Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:14:08.846Z||pool-63-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-02T04:14:09.734Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "be930f9b-7bf5-4ae5-9c3b-63e5fd923152",
  "serviceName": "Demo_pNF_qTRYNOJIZV57kKbGc6lJ",
  "serviceVersion": "1.0",
  "serviceUUID": "50e4068a-3284-4adf-878e-db3626c4d66e",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "3e977e2e-1d06-4fa2-87e7-c343e30bf284",
  "resources": [
    {
      "resourceInstanceName": "pNF 99c8665d-5245 0",
      "resourceCustomizationUUID": "374e931b-f5e1-4397-ac2e-550d19defe83",
      "resourceName": "pNF 99c8665d-5245",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "4fbb0845-24c6-4918-a3b3-307bb3cb8ed2",
      "resourceInvariantUUID": "30a50607-836f-4a11-9a99-3b497ec2bf20",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfQtrynojizv57kkbgc6lj-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtrynojizv57kkbgc6lj/1.0/artifacts/service-DemoPnfQtrynojizv57kkbgc6lj-csar.csar",
      "artifactChecksum": "MzQ1NjlmNDYzYTk0ZjZmOTBlM2FkMzdhZDk1NmRmZGY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2d16cd16-533e-4d88-b85e-799d13623237"
    }
  ],
  "workloadContext": "Production"
}
2022-04-02T04:14:09.734Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-02T04:14:09.734Z|4610214c-4a7e-4ce9-b57c-d750fca25acf|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 50e4068a-3284-4adf-878e-db3626c4d66e ASDC
2022-04-02T04:14:09.735Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:be930f9b-7bf5-4ae5-9c3b-63e5fd923152
ServiceName:Demo_pNF_qTRYNOJIZV57kKbGc6lJ
ServiceVersion:1.0
ServiceUUID:50e4068a-3284-4adf-878e-db3626c4d66e
ServiceInvariantUUID:3e977e2e-1d06-4fa2-87e7-c343e30bf284
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfQtrynojizv57kkbgc6lj-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfQtrynojizv57kkbgc6lj/1.0/artifacts/service-DemoPnfQtrynojizv57kkbgc6lj-csar.csar
ArtifactUUID:2d16cd16-533e-4d88-b85e-799d13623237
ArtifactChecksum:MzQ1NjlmNDYzYTk0ZjZmOTBlM2FkMzdhZDk1NmRmZGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 99c8665d-5245 0
ResourceCustomizationUUID:374e931b-f5e1-4397-ac2e-550d19defe83
ResourceInvariantUUID:30a50607-836f-4a11-9a99-3b497ec2bf20
ResourceName:pNF 99c8665d-5245
ResourceType:PNF
ResourceUUID:4fbb0845-24c6-4918-a3b3-307bb3cb8ed2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-04-02T04:14:09.735Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 50e4068a-3284-4adf-878e-db3626c4d66e 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-04-02T04:14:09.767Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-02T04:14:09.768Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-02T04:14:09.768Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-02T04:14:09.768Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 2d16cd16-533e-4d88-b85e-799d13623237 from URL: /sdc/v1/catalog/services/DemoPnfQtrynojizv57kkbgc6lj/1.0/artifacts/service-DemoPnfQtrynojizv57kkbgc6lj-csar.csar
2022-04-02T04:14:09.769Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-02T04:14:09.769Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfQtrynojizv57kkbgc6lj/1.0/artifacts/service-DemoPnfQtrynojizv57kkbgc6lj-csar.csar
2022-04-02T04:14:10.066Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-02T04:14:10.070Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfQtrynojizv57kkbgc6lj/1.0/artifacts/service-DemoPnfQtrynojizv57kkbgc6lj-csar.csar 2d16cd16-533e-4d88-b85e-799d13623237 82631
2022-04-02T04:14:10.071Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfQtrynojizv57kkbgc6lj/1.0/artifacts/service-DemoPnfQtrynojizv57kkbgc6lj-csar.csar ASDC sendASDCNotification
2022-04-02T04:14:10.071Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQtrynojizv57kkbgc6lj/1.0/artifacts/service-DemoPnfQtrynojizv57kkbgc6lj-csar.csar
2022-04-02T04:14:10.071Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-02T04:14:10.071Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-02T04:14:10.073Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T04:14:10.073Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "be930f9b-7bf5-4ae5-9c3b-63e5fd923152",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872850071,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtrynojizv57kkbgc6lj/1.0/artifacts/service-DemoPnfQtrynojizv57kkbgc6lj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-02T04:14:10.174Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T04:14:10.175Z||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-04-02T04:14:10.175Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T04:14:10.187Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:14:10.188Z||pool-64-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-02T04:14:11.074Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-02T04:14:11.075Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-02T04:14:11.075Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 2d16cd16-533e-4d88-b85e-799d13623237, URL: /sdc/v1/catalog/services/DemoPnfQtrynojizv57kkbgc6lj/1.0/artifacts/service-DemoPnfQtrynojizv57kkbgc6lj-csar.csar to file: /app/ASDC/1/service-DemoPnfQtrynojizv57kkbgc6lj-csar.csar
2022-04-02T04:14:11.076Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfQtrynojizv57kkbgc6lj-csar.csar
2022-04-02T04:14:11.076Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfQtrynojizv57kkbgc6lj-csar.csar
2022-04-02T04:14:11.076Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfQtrynojizv57kkbgc6lj-csar.csar
2022-04-02T04:14:11.193Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8292305827122972508/Definitions/service-DemoPnfQtrynojizv57kkbgc6lj-template.yml
2022-04-02T04:14:11.869Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-02T04:14:11.870Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-04-02T04:14:11.870Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfQtrynojizv57kkbgc6lj-csar.csar
2022-04-02T04:14:11.870Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-04-02T04:14:11.871Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfQtrynojizv57kkbgc6lj-csar.csar
2022-04-02T04:14:11.871Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfQtrynojizv57kkbgc6lj-csar.csar
2022-04-02T04:14:11.871Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQtrynojizv57kkbgc6lj-csar.csar
2022-04-02T04:14:11.871Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQtrynojizv57kkbgc6lj-csar.csar
2022-04-02T04:14:11.871Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQtrynojizv57kkbgc6lj-csar.csar
2022-04-02T04:14:11.872Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQtrynojizv57kkbgc6lj-csar.csar
2022-04-02T04:14:11.872Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 99c8665d-5245 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-DemoPnfQtrynojizv57kkbgc6lj-csar.csar
2022-04-02T04:14:11.872Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-04-02T04:14:11.872Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:14:11.873Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_qTRYNOJIZV57kKbGc6lJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T04:14:11.873Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||DEBUG|500||Node template pNF 99c8665d-5245 0 is matching search criteria
2022-04-02T04:14:11.873Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-04-02T04:14:11.874Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 99c8665d-5245 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-02T04:14:11.874Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:14:11.874Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_qTRYNOJIZV57kKbGc6lJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T04:14:11.874Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||DEBUG|500||Node template pNF 99c8665d-5245 0 is matching search criteria
2022-04-02T04:14:11.875Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-04-02T04:14:11.875Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 99c8665d-5245 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-02T04:14:11.875Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:14:11.875Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_qTRYNOJIZV57kKbGc6lJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T04:14:11.876Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:14:11.876Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_qTRYNOJIZV57kKbGc6lJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T04:14:11.876Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:14:11.876Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_qTRYNOJIZV57kKbGc6lJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T04:14:11.877Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:14:11.877Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_qTRYNOJIZV57kKbGc6lJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T04:14:11.877Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:14:11.877Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_qTRYNOJIZV57kKbGc6lJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T04:14:11.877Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_qTRYNOJIZV57kKbGc6lJ
Description:catalog service description
Model UUID:50e4068a-3284-4adf-878e-db3626c4d66e
Model Version:NULL
Model InvariantUuid:3e977e2e-1d06-4fa2-87e7-c343e30bf284
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-04-02T04:14:11.881Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 4fbb0845-24c6-4918-a3b3-307bb3cb8ed2
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-04-02T04:14:11.883Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||INFO|500||pNF 99c8665d-5245 0
2022-04-02T04:14:11.883Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 4fbb0845-24c6-4918-a3b3-307bb3cb8ed2
2022-04-02T04:14:11.883Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 50e4068a-3284-4adf-878e-db3626c4d66e
2022-04-02T04:14:11.884Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 50e4068a-3284-4adf-878e-db3626c4d66e
2022-04-02T04:14:11.884Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 99c8665d-5245 0 4fbb0845-24c6-4918-a3b3-307bb3cb8ed2 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-04-02T04:14:11.887Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@18ac607, org.onap.sdc.toscaparser.api.parameters.Input@6d682616, org.onap.sdc.toscaparser.api.parameters.Input@116934de, org.onap.sdc.toscaparser.api.parameters.Input@79746b12, org.onap.sdc.toscaparser.api.parameters.Input@2e1930c5]
2022-04-02T04:14:11.888Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:14:11.888Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_qTRYNOJIZV57kKbGc6lJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T04:14:11.889Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 50e4068a-3284-4adf-878e-db3626c4d66e: pNF 99c8665d-5245
2022-04-02T04:14:11.889Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||INFO|500||Processing PNF resource: 4fbb0845-24c6-4918-a3b3-307bb3cb8ed2
2022-04-02T04:14:11.890Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:14:11.890Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_qTRYNOJIZV57kKbGc6lJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T04:14:11.890Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||INFO|500||Resource customization UUID: 374e931b-f5e1-4397-ac2e-550d19defe83 is the same as notified resource customizationUUID: 374e931b-f5e1-4397-ac2e-550d19defe83
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-04-02T04:14:11.923Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 99c8665d-5245 4fbb0845-24c6-4918-a3b3-307bb3cb8ed2 0 ASDC deployResourceStructure
2022-04-02T04:14:11.924Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfQtrynojizv57kkbgc6lj/1.0/artifacts/service-DemoPnfQtrynojizv57kkbgc6lj-csar.csar ASDC sendASDCNotification
2022-04-02T04:14:11.924Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQtrynojizv57kkbgc6lj/1.0/artifacts/service-DemoPnfQtrynojizv57kkbgc6lj-csar.csar
2022-04-02T04:14:11.924Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-02T04:14:11.925Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-02T04:14:11.926Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T04:14:11.927Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "be930f9b-7bf5-4ae5-9c3b-63e5fd923152",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872851924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtrynojizv57kkbgc6lj/1.0/artifacts/service-DemoPnfQtrynojizv57kkbgc6lj-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-02T04:14:12.027Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T04:14:12.028Z||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-04-02T04:14:12.028Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T04:14:12.046Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:14:12.046Z||pool-65-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-02T04:14:12.927Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: be930f9b-7bf5-4ae5-9c3b-63e5fd923152
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-02T04:14:12.935Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: be930f9b-7bf5-4ae5-9c3b-63e5fd923152
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-02T04:14:12.937Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-02T04:14:12.937Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-02T04:14:12.937Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-02T04:14:20.008Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T04:14:20.009Z||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-04-02T04:14:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T04:14:20.029Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:14:20.048Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.048Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be930f9b-7bf5-4ae5-9c3b-63e5fd923152",
  "consumerID": "cds",
  "timestamp": 1648872677453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtrynojizv57kkbgc6lj/1.0/resourceInstances/pnf99c8665d52450/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:14:20.049Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.050Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.050Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be930f9b-7bf5-4ae5-9c3b-63e5fd923152",
  "consumerID": "dcae-sch",
  "timestamp": 1648872679512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtrynojizv57kkbgc6lj/1.0/resourceInstances/pnf99c8665d52450/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:14:20.050Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.050Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.051Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be930f9b-7bf5-4ae5-9c3b-63e5fd923152",
  "consumerID": "aai-ml",
  "timestamp": 1648872681661,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtrynojizv57kkbgc6lj/1.0/artifacts/service-DemoPnfQtrynojizv57kkbgc6lj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-02T04:14:20.051Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:14:20.051Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.051Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be930f9b-7bf5-4ae5-9c3b-63e5fd923152",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648872675661,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtrynojizv57kkbgc6lj/1.0/resourceInstances/pnf99c8665d52450/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:14:20.052Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.052Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.052Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be930f9b-7bf5-4ae5-9c3b-63e5fd923152",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648872674216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtrynojizv57kkbgc6lj/1.0/artifacts/service-DemoPnfQtrynojizv57kkbgc6lj-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:14:20.052Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.052Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.052Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be930f9b-7bf5-4ae5-9c3b-63e5fd923152",
  "consumerID": "cds",
  "timestamp": 1648872677453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtrynojizv57kkbgc6lj/1.0/resourceInstances/pnf99c8665d52450/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:14:20.053Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.053Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.053Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be930f9b-7bf5-4ae5-9c3b-63e5fd923152",
  "consumerID": "dcae-sch",
  "timestamp": 1648872679512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtrynojizv57kkbgc6lj/1.0/resourceInstances/pnf99c8665d52450/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:14:20.053Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.053Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.053Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be930f9b-7bf5-4ae5-9c3b-63e5fd923152",
  "consumerID": "policy-id",
  "timestamp": 1648872680621,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtrynojizv57kkbgc6lj/1.0/resourceInstances/pnf99c8665d52450/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:14:20.054Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.054Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.054Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be930f9b-7bf5-4ae5-9c3b-63e5fd923152",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648872675661,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtrynojizv57kkbgc6lj/1.0/resourceInstances/pnf99c8665d52450/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:14:20.054Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.054Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.054Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be930f9b-7bf5-4ae5-9c3b-63e5fd923152",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648872674216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtrynojizv57kkbgc6lj/1.0/artifacts/service-DemoPnfQtrynojizv57kkbgc6lj-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:14:20.055Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.055Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.055Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be930f9b-7bf5-4ae5-9c3b-63e5fd923152",
  "consumerID": "cds",
  "timestamp": 1648872677453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtrynojizv57kkbgc6lj/1.0/resourceInstances/pnf99c8665d52450/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:14:20.055Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.055Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.055Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be930f9b-7bf5-4ae5-9c3b-63e5fd923152",
  "consumerID": "dcae-sch",
  "timestamp": 1648872679512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtrynojizv57kkbgc6lj/1.0/resourceInstances/pnf99c8665d52450/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:14:20.056Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.056Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.056Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be930f9b-7bf5-4ae5-9c3b-63e5fd923152",
  "consumerID": "policy-id",
  "timestamp": 1648872680621,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtrynojizv57kkbgc6lj/1.0/resourceInstances/pnf99c8665d52450/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:14:20.056Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.056Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.056Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be930f9b-7bf5-4ae5-9c3b-63e5fd923152",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648872675661,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtrynojizv57kkbgc6lj/1.0/artifacts/service-DemoPnfQtrynojizv57kkbgc6lj-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:14:20.057Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.057Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.057Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be930f9b-7bf5-4ae5-9c3b-63e5fd923152",
  "consumerID": "cds",
  "timestamp": 1648872677453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtrynojizv57kkbgc6lj/1.0/artifacts/service-DemoPnfQtrynojizv57kkbgc6lj-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:14:20.057Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.057Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.057Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be930f9b-7bf5-4ae5-9c3b-63e5fd923152",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648872683331,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtrynojizv57kkbgc6lj/1.0/resourceInstances/pnf99c8665d52450/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-02T04:14:20.058Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:14:20.058Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.058Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be930f9b-7bf5-4ae5-9c3b-63e5fd923152",
  "consumerID": "policy-id",
  "timestamp": 1648872680621,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtrynojizv57kkbgc6lj/1.0/resourceInstances/pnf99c8665d52450/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:14:20.058Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.058Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.058Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be930f9b-7bf5-4ae5-9c3b-63e5fd923152",
  "consumerID": "dcae-sch",
  "timestamp": 1648872679512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtrynojizv57kkbgc6lj/1.0/resourceInstances/pnf99c8665d52450/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:14:20.058Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.059Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.059Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be930f9b-7bf5-4ae5-9c3b-63e5fd923152",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648872675661,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtrynojizv57kkbgc6lj/1.0/artifacts/service-DemoPnfQtrynojizv57kkbgc6lj-csar.csar",
  "status": "NOTIFIED"
}
2022-04-02T04:14:20.059Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.059Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.059Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be930f9b-7bf5-4ae5-9c3b-63e5fd923152",
  "consumerID": "cds",
  "timestamp": 1648872677453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtrynojizv57kkbgc6lj/1.0/artifacts/service-DemoPnfQtrynojizv57kkbgc6lj-csar.csar",
  "status": "NOTIFIED"
}
2022-04-02T04:14:20.059Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.060Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.060Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be930f9b-7bf5-4ae5-9c3b-63e5fd923152",
  "consumerID": "clamp",
  "timestamp": 1648872684058,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtrynojizv57kkbgc6lj/1.0/artifacts/service-DemoPnfQtrynojizv57kkbgc6lj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-02T04:14:20.060Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:14:20.060Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.060Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be930f9b-7bf5-4ae5-9c3b-63e5fd923152",
  "consumerID": "policy-id",
  "timestamp": 1648872680621,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtrynojizv57kkbgc6lj/1.0/resourceInstances/pnf99c8665d52450/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:14:20.060Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.060Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.061Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be930f9b-7bf5-4ae5-9c3b-63e5fd923152",
  "consumerID": "dcae-sch",
  "timestamp": 1648872679512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtrynojizv57kkbgc6lj/1.0/resourceInstances/pnf99c8665d52450/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:14:20.061Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.061Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.061Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be930f9b-7bf5-4ae5-9c3b-63e5fd923152",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648872684517,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtrynojizv57kkbgc6lj/1.0/resourceInstances/pnf99c8665d52450/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-04-02T04:14:20.061Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:14:20.061Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.061Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be930f9b-7bf5-4ae5-9c3b-63e5fd923152",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648872684766,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtrynojizv57kkbgc6lj/1.0/artifacts/service-DemoPnfQtrynojizv57kkbgc6lj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-02T04:14:20.062Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:14:20.062Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.062Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be930f9b-7bf5-4ae5-9c3b-63e5fd923152",
  "consumerID": "cds",
  "timestamp": 1648872686240,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtrynojizv57kkbgc6lj/1.0/artifacts/service-DemoPnfQtrynojizv57kkbgc6lj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-02T04:14:20.062Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:14:20.062Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.062Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be930f9b-7bf5-4ae5-9c3b-63e5fd923152",
  "consumerID": "policy-id",
  "timestamp": 1648872680621,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtrynojizv57kkbgc6lj/1.0/resourceInstances/pnf99c8665d52450/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:14:20.063Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.063Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.063Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be930f9b-7bf5-4ae5-9c3b-63e5fd923152",
  "consumerID": "dcae-sch",
  "timestamp": 1648872679512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtrynojizv57kkbgc6lj/1.0/resourceInstances/pnf99c8665d52450/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:14:20.063Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.063Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.063Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be930f9b-7bf5-4ae5-9c3b-63e5fd923152",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648872685522,
  "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-04-02T04:14:20.070Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of be930f9b-7bf5-4ae5-9c3b-63e5fd923152
2022-04-02T04:14:20.070Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId be930f9b-7bf5-4ae5-9c3b-63e5fd923152 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-04-02T04:14:20.080Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.080Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be930f9b-7bf5-4ae5-9c3b-63e5fd923152",
  "consumerID": "cds",
  "timestamp": 1648872687246,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtrynojizv57kkbgc6lj/1.0/artifacts/service-DemoPnfQtrynojizv57kkbgc6lj-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-04-02T04:14:20.085Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of be930f9b-7bf5-4ae5-9c3b-63e5fd923152
2022-04-02T04:14:20.085Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId be930f9b-7bf5-4ae5-9c3b-63e5fd923152 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-04-02T04:14:20.093Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.093Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be930f9b-7bf5-4ae5-9c3b-63e5fd923152",
  "consumerID": "aai-ml",
  "timestamp": 1648872687650,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtrynojizv57kkbgc6lj/1.0/artifacts/service-DemoPnfQtrynojizv57kkbgc6lj-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-02T04:14:20.093Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:14:20.093Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.094Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be930f9b-7bf5-4ae5-9c3b-63e5fd923152",
  "consumerID": "policy-id",
  "timestamp": 1648872680621,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtrynojizv57kkbgc6lj/1.0/resourceInstances/pnf99c8665d52450/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:14:20.094Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.094Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.094Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be930f9b-7bf5-4ae5-9c3b-63e5fd923152",
  "consumerID": "dcae-sch",
  "timestamp": 1648872679512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtrynojizv57kkbgc6lj/1.0/artifacts/service-DemoPnfQtrynojizv57kkbgc6lj-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:14:20.094Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.095Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.095Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be930f9b-7bf5-4ae5-9c3b-63e5fd923152",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648872687040,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtrynojizv57kkbgc6lj/1.0/artifacts/service-DemoPnfQtrynojizv57kkbgc6lj-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-02T04:14:20.095Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:14:20.095Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.095Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be930f9b-7bf5-4ae5-9c3b-63e5fd923152",
  "consumerID": "clamp",
  "timestamp": 1648872687062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtrynojizv57kkbgc6lj/1.0/artifacts/service-DemoPnfQtrynojizv57kkbgc6lj-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-02T04:14:20.095Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:14:20.096Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.096Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be930f9b-7bf5-4ae5-9c3b-63e5fd923152",
  "consumerID": "aai-ml",
  "timestamp": 1648872688655,
  "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-04-02T04:14:20.101Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of be930f9b-7bf5-4ae5-9c3b-63e5fd923152
2022-04-02T04:14:20.101Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId be930f9b-7bf5-4ae5-9c3b-63e5fd923152 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-04-02T04:14:20.109Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.110Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be930f9b-7bf5-4ae5-9c3b-63e5fd923152",
  "consumerID": "policy-id",
  "timestamp": 1648872680621,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtrynojizv57kkbgc6lj/1.0/artifacts/service-DemoPnfQtrynojizv57kkbgc6lj-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:14:20.110Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.111Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.111Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be930f9b-7bf5-4ae5-9c3b-63e5fd923152",
  "consumerID": "dcae-sch",
  "timestamp": 1648872679512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtrynojizv57kkbgc6lj/1.0/artifacts/service-DemoPnfQtrynojizv57kkbgc6lj-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:14:20.111Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.111Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.111Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be930f9b-7bf5-4ae5-9c3b-63e5fd923152",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648872688045,
  "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-04-02T04:14:20.117Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of be930f9b-7bf5-4ae5-9c3b-63e5fd923152
2022-04-02T04:14:20.117Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId be930f9b-7bf5-4ae5-9c3b-63e5fd923152 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-04-02T04:14:20.125Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.125Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be930f9b-7bf5-4ae5-9c3b-63e5fd923152",
  "consumerID": "clamp",
  "timestamp": 1648872688066,
  "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-04-02T04:14:20.129Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of be930f9b-7bf5-4ae5-9c3b-63e5fd923152
2022-04-02T04:14:20.130Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId be930f9b-7bf5-4ae5-9c3b-63e5fd923152 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-04-02T04:14:20.137Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.137Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be930f9b-7bf5-4ae5-9c3b-63e5fd923152",
  "consumerID": "policy-id",
  "timestamp": 1648872680621,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtrynojizv57kkbgc6lj/1.0/artifacts/service-DemoPnfQtrynojizv57kkbgc6lj-csar.csar",
  "status": "NOTIFIED"
}
2022-04-02T04:14:20.138Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.138Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.138Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be930f9b-7bf5-4ae5-9c3b-63e5fd923152",
  "consumerID": "policy-id",
  "timestamp": 1648872689574,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtrynojizv57kkbgc6lj/1.0/artifacts/service-DemoPnfQtrynojizv57kkbgc6lj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-02T04:14:20.138Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:14:20.138Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.139Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be930f9b-7bf5-4ae5-9c3b-63e5fd923152",
  "consumerID": "policy-id",
  "timestamp": 1648872690578,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtrynojizv57kkbgc6lj/1.0/artifacts/service-DemoPnfQtrynojizv57kkbgc6lj-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-02T04:14:20.139Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:14:20.139Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.139Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be930f9b-7bf5-4ae5-9c3b-63e5fd923152",
  "consumerID": "policy-id",
  "timestamp": 1648872691581,
  "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-04-02T04:14:20.144Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of be930f9b-7bf5-4ae5-9c3b-63e5fd923152
2022-04-02T04:14:20.144Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId be930f9b-7bf5-4ae5-9c3b-63e5fd923152 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-04-02T04:14:20.153Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.153Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e20d450-1046-4c3b-9830-8d8b83e941d2",
  "consumerID": "clamp",
  "timestamp": 1648872694957,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:14:20.153Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.153Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.153Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e20d450-1046-4c3b-9830-8d8b83e941d2",
  "consumerID": "dcae-sch",
  "timestamp": 1648872699513,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:14:20.153Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.154Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.154Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e20d450-1046-4c3b-9830-8d8b83e941d2",
  "consumerID": "aai-ml",
  "timestamp": 1648872699255,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:14:20.154Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.154Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.154Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e20d450-1046-4c3b-9830-8d8b83e941d2",
  "consumerID": "policy-id",
  "timestamp": 1648872700620,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:14:20.154Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.154Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.154Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e20d450-1046-4c3b-9830-8d8b83e941d2",
  "consumerID": "clamp",
  "timestamp": 1648872694957,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-04-02T04:14:20.154Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.154Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.154Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e20d450-1046-4c3b-9830-8d8b83e941d2",
  "consumerID": "dcae-sch",
  "timestamp": 1648872699513,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:14:20.154Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.154Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.154Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e20d450-1046-4c3b-9830-8d8b83e941d2",
  "consumerID": "aai-ml",
  "timestamp": 1648872699255,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:14:20.155Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.155Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.155Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e20d450-1046-4c3b-9830-8d8b83e941d2",
  "consumerID": "policy-id",
  "timestamp": 1648872700620,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:14:20.155Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.155Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.155Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e20d450-1046-4c3b-9830-8d8b83e941d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648872705661,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:14:20.155Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.155Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.155Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e20d450-1046-4c3b-9830-8d8b83e941d2",
  "consumerID": "clamp",
  "timestamp": 1648872694957,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:14:20.155Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.155Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.155Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e20d450-1046-4c3b-9830-8d8b83e941d2",
  "consumerID": "aai-ml",
  "timestamp": 1648872699255,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:14:20.156Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.156Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.156Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e20d450-1046-4c3b-9830-8d8b83e941d2",
  "consumerID": "dcae-sch",
  "timestamp": 1648872699513,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:14:20.156Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.156Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.156Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e20d450-1046-4c3b-9830-8d8b83e941d2",
  "consumerID": "policy-id",
  "timestamp": 1648872700620,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-02T04:14:20.156Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.156Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.156Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e20d450-1046-4c3b-9830-8d8b83e941d2",
  "consumerID": "cds",
  "timestamp": 1648872707453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:14:20.156Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.156Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.157Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e20d450-1046-4c3b-9830-8d8b83e941d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648872705661,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:14:20.157Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.157Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.157Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e20d450-1046-4c3b-9830-8d8b83e941d2",
  "consumerID": "clamp",
  "timestamp": 1648872694957,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:14:20.157Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.157Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.157Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e20d450-1046-4c3b-9830-8d8b83e941d2",
  "consumerID": "dcae-sch",
  "timestamp": 1648872699513,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:14:20.157Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.157Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.157Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e20d450-1046-4c3b-9830-8d8b83e941d2",
  "consumerID": "aai-ml",
  "timestamp": 1648872699255,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:14:20.157Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.157Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.158Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e20d450-1046-4c3b-9830-8d8b83e941d2",
  "consumerID": "policy-id",
  "timestamp": 1648872700620,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:14:20.158Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.158Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.158Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e20d450-1046-4c3b-9830-8d8b83e941d2",
  "consumerID": "cds",
  "timestamp": 1648872707453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:14:20.158Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.158Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.158Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e20d450-1046-4c3b-9830-8d8b83e941d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648872705661,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:14:20.158Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.158Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.158Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e20d450-1046-4c3b-9830-8d8b83e941d2",
  "consumerID": "clamp",
  "timestamp": 1648872694957,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:14:20.158Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.158Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.158Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e20d450-1046-4c3b-9830-8d8b83e941d2",
  "consumerID": "aai-ml",
  "timestamp": 1648872699255,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:14:20.159Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.159Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.159Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e20d450-1046-4c3b-9830-8d8b83e941d2",
  "consumerID": "dcae-sch",
  "timestamp": 1648872699513,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:14:20.159Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.159Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.159Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e20d450-1046-4c3b-9830-8d8b83e941d2",
  "consumerID": "policy-id",
  "timestamp": 1648872700620,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:14:20.159Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.160Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.160Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e20d450-1046-4c3b-9830-8d8b83e941d2",
  "consumerID": "cds",
  "timestamp": 1648872707453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:14:20.160Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.160Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.160Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e20d450-1046-4c3b-9830-8d8b83e941d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648872705661,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:14:20.160Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.160Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.160Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e20d450-1046-4c3b-9830-8d8b83e941d2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648872708900,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:14:20.161Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.161Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.161Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e20d450-1046-4c3b-9830-8d8b83e941d2",
  "consumerID": "clamp",
  "timestamp": 1648872694957,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:14:20.161Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.161Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.161Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e20d450-1046-4c3b-9830-8d8b83e941d2",
  "consumerID": "aai-ml",
  "timestamp": 1648872699255,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:14:20.161Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.162Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.162Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e20d450-1046-4c3b-9830-8d8b83e941d2",
  "consumerID": "dcae-sch",
  "timestamp": 1648872699513,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:14:20.162Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.162Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.162Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e20d450-1046-4c3b-9830-8d8b83e941d2",
  "consumerID": "policy-id",
  "timestamp": 1648872700620,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:14:20.162Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.162Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.162Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e20d450-1046-4c3b-9830-8d8b83e941d2",
  "consumerID": "cds",
  "timestamp": 1648872707453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:14:20.163Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.163Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.163Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e20d450-1046-4c3b-9830-8d8b83e941d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648872705661,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:14:20.163Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.163Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.163Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e20d450-1046-4c3b-9830-8d8b83e941d2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648872708900,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-04-02T04:14:20.164Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.164Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.164Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e20d450-1046-4c3b-9830-8d8b83e941d2",
  "consumerID": "clamp",
  "timestamp": 1648872694957,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-02T04:14:20.164Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.164Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.164Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e20d450-1046-4c3b-9830-8d8b83e941d2",
  "consumerID": "aai-ml",
  "timestamp": 1648872699255,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-02T04:14:20.164Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.164Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.165Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e20d450-1046-4c3b-9830-8d8b83e941d2",
  "consumerID": "dcae-sch",
  "timestamp": 1648872699513,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:14:20.165Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.165Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.165Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e20d450-1046-4c3b-9830-8d8b83e941d2",
  "consumerID": "policy-id",
  "timestamp": 1648872700620,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-02T04:14:20.165Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.165Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.165Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e20d450-1046-4c3b-9830-8d8b83e941d2",
  "consumerID": "cds",
  "timestamp": 1648872707453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:14:20.166Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.166Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.166Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e20d450-1046-4c3b-9830-8d8b83e941d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648872705661,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:14:20.166Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.166Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.167Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e20d450-1046-4c3b-9830-8d8b83e941d2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648872708900,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-02T04:14:20.167Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.167Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.167Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e20d450-1046-4c3b-9830-8d8b83e941d2",
  "consumerID": "cds",
  "timestamp": 1648872707453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:14:20.167Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.167Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.167Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e20d450-1046-4c3b-9830-8d8b83e941d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648872705661,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-02T04:14:20.168Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.168Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.168Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e20d450-1046-4c3b-9830-8d8b83e941d2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648872708900,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:14:20.168Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.168Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.168Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e20d450-1046-4c3b-9830-8d8b83e941d2",
  "consumerID": "aai-ml",
  "timestamp": 1648872714186,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-02T04:14:20.169Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:14:20.169Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.169Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e20d450-1046-4c3b-9830-8d8b83e941d2",
  "consumerID": "cds",
  "timestamp": 1648872707453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-02T04:14:20.169Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.169Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.169Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e20d450-1046-4c3b-9830-8d8b83e941d2",
  "consumerID": "policy-id",
  "timestamp": 1648872712978,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-02T04:14:20.169Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:14:20.170Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.170Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e20d450-1046-4c3b-9830-8d8b83e941d2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648872708900,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-04-02T04:14:20.170Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.170Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.170Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e20d450-1046-4c3b-9830-8d8b83e941d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648872713803,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-02T04:14:20.170Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:14:20.170Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.171Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e20d450-1046-4c3b-9830-8d8b83e941d2",
  "consumerID": "policy-id",
  "timestamp": 1648872713983,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-02T04:14:20.171Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:14:20.171Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.171Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e20d450-1046-4c3b-9830-8d8b83e941d2",
  "consumerID": "cds",
  "timestamp": 1648872715546,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-02T04:14:20.171Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:14:20.171Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.171Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e20d450-1046-4c3b-9830-8d8b83e941d2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648872708900,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:14:20.172Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.172Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.172Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e20d450-1046-4c3b-9830-8d8b83e941d2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648872714216,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:14:20.172Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.172Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.172Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e20d450-1046-4c3b-9830-8d8b83e941d2",
  "consumerID": "policy-id",
  "timestamp": 1648872714988,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-02T04:14:20.186Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5e20d450-1046-4c3b-9830-8d8b83e941d2
2022-04-02T04:14:20.187Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e20d450-1046-4c3b-9830-8d8b83e941d2 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-04-02T04:14:20.194Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.195Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e20d450-1046-4c3b-9830-8d8b83e941d2",
  "consumerID": "cds",
  "timestamp": 1648872716557,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-02T04:14:20.199Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5e20d450-1046-4c3b-9830-8d8b83e941d2
2022-04-02T04:14:20.199Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e20d450-1046-4c3b-9830-8d8b83e941d2 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-04-02T04:14:20.207Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.207Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e20d450-1046-4c3b-9830-8d8b83e941d2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648872708900,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-02T04:14:20.208Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.208Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.208Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e20d450-1046-4c3b-9830-8d8b83e941d2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648872714216,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:14:20.208Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.208Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.208Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e20d450-1046-4c3b-9830-8d8b83e941d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648872716482,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-02T04:14:20.208Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:14:20.208Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.208Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e20d450-1046-4c3b-9830-8d8b83e941d2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648872714216,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:14:20.208Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.208Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.208Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e20d450-1046-4c3b-9830-8d8b83e941d2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648872716899,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-02T04:14:20.209Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:14:20.209Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.209Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e20d450-1046-4c3b-9830-8d8b83e941d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648872717488,
  "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-04-02T04:14:20.213Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5e20d450-1046-4c3b-9830-8d8b83e941d2
2022-04-02T04:14:20.213Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e20d450-1046-4c3b-9830-8d8b83e941d2 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-04-02T04:14:20.227Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.228Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e20d450-1046-4c3b-9830-8d8b83e941d2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648872714216,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:14:20.228Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.228Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.228Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e20d450-1046-4c3b-9830-8d8b83e941d2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648872718190,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-02T04:14:20.228Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:14:20.228Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.228Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e20d450-1046-4c3b-9830-8d8b83e941d2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648872714216,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:14:20.228Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.229Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.229Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e20d450-1046-4c3b-9830-8d8b83e941d2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648872719317,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-04-02T04:14:20.229Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:14:20.229Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.229Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e20d450-1046-4c3b-9830-8d8b83e941d2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648872714216,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:14:20.229Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.229Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.229Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e20d450-1046-4c3b-9830-8d8b83e941d2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648872720343,
  "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-04-02T04:14:20.233Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5e20d450-1046-4c3b-9830-8d8b83e941d2
2022-04-02T04:14:20.233Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e20d450-1046-4c3b-9830-8d8b83e941d2 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-04-02T04:14:20.240Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.240Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e20d450-1046-4c3b-9830-8d8b83e941d2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648872714216,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:14:20.240Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.241Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.241Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e20d450-1046-4c3b-9830-8d8b83e941d2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648872721347,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-02T04:14:20.241Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:14:20.241Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.241Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e20d450-1046-4c3b-9830-8d8b83e941d2",
  "consumerID": "clamp",
  "timestamp": 1648872722063,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-02T04:14:20.241Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:14:20.241Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.241Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e20d450-1046-4c3b-9830-8d8b83e941d2",
  "consumerID": "aai-ml",
  "timestamp": 1648872723797,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-02T04:14:20.242Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:14:20.242Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.242Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e20d450-1046-4c3b-9830-8d8b83e941d2",
  "consumerID": "aai-ml",
  "timestamp": 1648872724802,
  "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-04-02T04:14:20.246Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5e20d450-1046-4c3b-9830-8d8b83e941d2
2022-04-02T04:14:20.246Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e20d450-1046-4c3b-9830-8d8b83e941d2 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-04-02T04:14:20.253Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.254Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e20d450-1046-4c3b-9830-8d8b83e941d2",
  "consumerID": "clamp",
  "timestamp": 1648872724070,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-02T04:14:20.254Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:14:20.254Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.254Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e20d450-1046-4c3b-9830-8d8b83e941d2",
  "consumerID": "clamp",
  "timestamp": 1648872725073,
  "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-04-02T04:14:20.259Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5e20d450-1046-4c3b-9830-8d8b83e941d2
2022-04-02T04:14:20.259Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e20d450-1046-4c3b-9830-8d8b83e941d2 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-04-02T04:14:20.267Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.267Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ac445be-7054-4b2a-b680-169948a79012",
  "consumerID": "clamp",
  "timestamp": 1648872726076,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:14:20.268Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.268Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.268Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ac445be-7054-4b2a-b680-169948a79012",
  "consumerID": "dcae-sch",
  "timestamp": 1648872719512,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:14:20.268Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.268Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.268Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ac445be-7054-4b2a-b680-169948a79012",
  "consumerID": "aai-ml",
  "timestamp": 1648872729255,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:14:20.269Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.269Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.269Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ac445be-7054-4b2a-b680-169948a79012",
  "consumerID": "cds",
  "timestamp": 1648872722453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:14:20.269Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.269Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.270Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ac445be-7054-4b2a-b680-169948a79012",
  "consumerID": "policy-id",
  "timestamp": 1648872720620,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:14:20.270Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.270Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.270Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ac445be-7054-4b2a-b680-169948a79012",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648872728900,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:14:20.270Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.271Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.271Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ac445be-7054-4b2a-b680-169948a79012",
  "consumerID": "clamp",
  "timestamp": 1648872726076,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-02T04:14:20.271Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.271Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.271Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ac445be-7054-4b2a-b680-169948a79012",
  "consumerID": "aai-ml",
  "timestamp": 1648872729255,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:14:20.271Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.272Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.272Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ac445be-7054-4b2a-b680-169948a79012",
  "consumerID": "cds",
  "timestamp": 1648872722453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:14:20.272Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.272Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.272Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ac445be-7054-4b2a-b680-169948a79012",
  "consumerID": "dcae-sch",
  "timestamp": 1648872719512,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:14:20.273Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.273Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.273Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ac445be-7054-4b2a-b680-169948a79012",
  "consumerID": "policy-id",
  "timestamp": 1648872720620,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:14:20.273Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.273Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.273Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ac445be-7054-4b2a-b680-169948a79012",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648872728900,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-02T04:14:20.274Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.274Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.274Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ac445be-7054-4b2a-b680-169948a79012",
  "consumerID": "clamp",
  "timestamp": 1648872726076,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:14:20.274Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.274Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.275Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ac445be-7054-4b2a-b680-169948a79012",
  "consumerID": "cds",
  "timestamp": 1648872722453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:14:20.275Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.275Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.275Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ac445be-7054-4b2a-b680-169948a79012",
  "consumerID": "dcae-sch",
  "timestamp": 1648872719512,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:14:20.275Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.276Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.276Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ac445be-7054-4b2a-b680-169948a79012",
  "consumerID": "aai-ml",
  "timestamp": 1648872729255,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:14:20.276Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.276Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.276Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ac445be-7054-4b2a-b680-169948a79012",
  "consumerID": "policy-id",
  "timestamp": 1648872720620,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-02T04:14:20.276Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.277Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.277Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ac445be-7054-4b2a-b680-169948a79012",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648872728900,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-02T04:14:20.277Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.277Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.277Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ac445be-7054-4b2a-b680-169948a79012",
  "consumerID": "clamp",
  "timestamp": 1648872726076,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:14:20.278Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.278Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.278Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ac445be-7054-4b2a-b680-169948a79012",
  "consumerID": "aai-ml",
  "timestamp": 1648872729255,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:14:20.278Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.278Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.279Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ac445be-7054-4b2a-b680-169948a79012",
  "consumerID": "cds",
  "timestamp": 1648872722453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:14:20.280Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.280Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.280Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ac445be-7054-4b2a-b680-169948a79012",
  "consumerID": "dcae-sch",
  "timestamp": 1648872719512,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:14:20.280Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.280Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.280Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ac445be-7054-4b2a-b680-169948a79012",
  "consumerID": "policy-id",
  "timestamp": 1648872720620,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:14:20.280Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.280Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.281Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ac445be-7054-4b2a-b680-169948a79012",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648872728900,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:14:20.281Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.281Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.281Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ac445be-7054-4b2a-b680-169948a79012",
  "consumerID": "clamp",
  "timestamp": 1648872726076,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:14:20.281Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.281Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.281Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ac445be-7054-4b2a-b680-169948a79012",
  "consumerID": "cds",
  "timestamp": 1648872722453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:14:20.281Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.282Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.282Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ac445be-7054-4b2a-b680-169948a79012",
  "consumerID": "aai-ml",
  "timestamp": 1648872729255,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:14:20.282Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.282Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.282Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ac445be-7054-4b2a-b680-169948a79012",
  "consumerID": "dcae-sch",
  "timestamp": 1648872719512,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:14:20.282Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.282Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.282Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ac445be-7054-4b2a-b680-169948a79012",
  "consumerID": "policy-id",
  "timestamp": 1648872720620,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:14:20.283Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.283Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.283Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ac445be-7054-4b2a-b680-169948a79012",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648872728900,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-04-02T04:14:20.283Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.283Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.283Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ac445be-7054-4b2a-b680-169948a79012",
  "consumerID": "clamp",
  "timestamp": 1648872726076,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:14:20.283Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.283Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.284Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ac445be-7054-4b2a-b680-169948a79012",
  "consumerID": "cds",
  "timestamp": 1648872722453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:14:20.284Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.284Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.284Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ac445be-7054-4b2a-b680-169948a79012",
  "consumerID": "aai-ml",
  "timestamp": 1648872729255,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:14:20.284Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.284Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.284Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ac445be-7054-4b2a-b680-169948a79012",
  "consumerID": "dcae-sch",
  "timestamp": 1648872719512,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:14:20.284Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.284Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.285Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ac445be-7054-4b2a-b680-169948a79012",
  "consumerID": "policy-id",
  "timestamp": 1648872720620,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:14:20.285Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.285Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.285Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ac445be-7054-4b2a-b680-169948a79012",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648872728900,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:14:20.285Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.285Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.285Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ac445be-7054-4b2a-b680-169948a79012",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648872734216,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:14:20.285Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.286Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.286Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ac445be-7054-4b2a-b680-169948a79012",
  "consumerID": "clamp",
  "timestamp": 1648872726076,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:14:20.286Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.286Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.286Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ac445be-7054-4b2a-b680-169948a79012",
  "consumerID": "cds",
  "timestamp": 1648872722453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:14:20.286Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.286Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.286Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ac445be-7054-4b2a-b680-169948a79012",
  "consumerID": "dcae-sch",
  "timestamp": 1648872719512,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:14:20.287Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.287Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.287Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ac445be-7054-4b2a-b680-169948a79012",
  "consumerID": "aai-ml",
  "timestamp": 1648872729255,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:14:20.287Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.287Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.287Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ac445be-7054-4b2a-b680-169948a79012",
  "consumerID": "policy-id",
  "timestamp": 1648872720620,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:14:20.287Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.287Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.288Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ac445be-7054-4b2a-b680-169948a79012",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648872728900,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:14:20.288Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.288Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.288Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ac445be-7054-4b2a-b680-169948a79012",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648872734216,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:14:20.288Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.288Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.288Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ac445be-7054-4b2a-b680-169948a79012",
  "consumerID": "clamp",
  "timestamp": 1648872726076,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-02T04:14:20.288Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.288Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.289Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ac445be-7054-4b2a-b680-169948a79012",
  "consumerID": "cds",
  "timestamp": 1648872722453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-02T04:14:20.289Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.289Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.289Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ac445be-7054-4b2a-b680-169948a79012",
  "consumerID": "aai-ml",
  "timestamp": 1648872729255,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-02T04:14:20.289Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.289Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.289Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ac445be-7054-4b2a-b680-169948a79012",
  "consumerID": "policy-id",
  "timestamp": 1648872720620,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-02T04:14:20.289Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.290Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.290Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ac445be-7054-4b2a-b680-169948a79012",
  "consumerID": "dcae-sch",
  "timestamp": 1648872719512,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:14:20.290Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.290Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.290Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ac445be-7054-4b2a-b680-169948a79012",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648872735661,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:14:20.290Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.290Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.290Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ac445be-7054-4b2a-b680-169948a79012",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648872728900,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-02T04:14:20.290Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.291Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.291Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ac445be-7054-4b2a-b680-169948a79012",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648872734216,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:14:20.291Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.291Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.291Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ac445be-7054-4b2a-b680-169948a79012",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648872735661,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:14:20.291Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.291Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.292Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ac445be-7054-4b2a-b680-169948a79012",
  "consumerID": "cds",
  "timestamp": 1648872738723,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-02T04:14:20.292Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:14:20.292Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.292Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ac445be-7054-4b2a-b680-169948a79012",
  "consumerID": "aai-ml",
  "timestamp": 1648872738955,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-02T04:14:20.292Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:14:20.292Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.292Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ac445be-7054-4b2a-b680-169948a79012",
  "consumerID": "policy-id",
  "timestamp": 1648872737577,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-02T04:14:20.292Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:14:20.293Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.293Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ac445be-7054-4b2a-b680-169948a79012",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648872734216,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:14:20.293Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.293Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.293Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ac445be-7054-4b2a-b680-169948a79012",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648872737808,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-02T04:14:20.293Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:14:20.293Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.293Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ac445be-7054-4b2a-b680-169948a79012",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648872735661,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:14:20.293Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.294Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.294Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ac445be-7054-4b2a-b680-169948a79012",
  "consumerID": "policy-id",
  "timestamp": 1648872738581,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-02T04:14:20.294Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:14:20.294Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.294Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ac445be-7054-4b2a-b680-169948a79012",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648872734216,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:14:20.294Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.294Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.294Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ac445be-7054-4b2a-b680-169948a79012",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648872739088,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-02T04:14:20.295Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:14:20.295Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.295Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ac445be-7054-4b2a-b680-169948a79012",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648872735661,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:14:20.295Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:20.295Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.295Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ac445be-7054-4b2a-b680-169948a79012",
  "consumerID": "policy-id",
  "timestamp": 1648872739585,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-02T04:14:20.308Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1ac445be-7054-4b2a-b680-169948a79012
2022-04-02T04:14:20.308Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1ac445be-7054-4b2a-b680-169948a79012 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-04-02T04:14:20.317Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:14:20.317Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ac445be-7054-4b2a-b680-169948a79012",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648872734216,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:14:20.318Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:14:42.938Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: be930f9b-7bf5-4ae5-9c3b-63e5fd923152
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-02T04:14:42.950Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: be930f9b-7bf5-4ae5-9c3b-63e5fd923152
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-02T04:14:42.954Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-02T04:14:42.954Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-02T04:14:42.955Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-02T04:14:42.955Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-02T04:14:42.955Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-02T04:14:42.955Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-02T04:14:42.955Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-02T04:14:42.955Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-02T04:14:42.955Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-02T04:14:42.955Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-02T04:14:42.956Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-02T04:14:42.956Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-02T04:14:42.961Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-02T04:15:12.962Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: be930f9b-7bf5-4ae5-9c3b-63e5fd923152 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-04-02T04:15:12.966Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: be930f9b-7bf5-4ae5-9c3b-63e5fd923152 and serviceModelVersionId: 50e4068a-3284-4adf-878e-db3626c4d66e
2022-04-02T04:15:12.966Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3e977e2e-1d06-4fa2-87e7-c343e30bf284
2022-04-02T04:15:12.967Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3e977e2e-1d06-4fa2-87e7-c343e30bf284/model-vers/model-ver/50e4068a-3284-4adf-878e-db3626c4d66e?depth=0
2022-04-02T04:15:12.971Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-04-02T04:15:13.017Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e977e2e-1d06-4fa2-87e7-c343e30bf284/model-vers/model-ver/50e4068a-3284-4adf-878e-db3626c4d66e?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-04-02T04:15:13.018Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e977e2e-1d06-4fa2-87e7-c343e30bf284/model-vers/model-ver/50e4068a-3284-4adf-878e-db3626c4d66e?depth=0|INFO|500||Invoke
2022-04-02T04:15:13.040Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e977e2e-1d06-4fa2-87e7-c343e30bf284/model-vers/model-ver/50e4068a-3284-4adf-878e-db3626c4d66e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-02T04:15:13.464Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e977e2e-1d06-4fa2-87e7-c343e30bf284/model-vers/model-ver/50e4068a-3284-4adf-878e-db3626c4d66e?depth=0|INFO|500||InvokeReturn
2022-04-02T04:15:13.465Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e977e2e-1d06-4fa2-87e7-c343e30bf284/model-vers/model-ver/50e4068a-3284-4adf-878e-db3626c4d66e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220402-04:15:12:923-14322], vertex-id=[196728], Content-Length=[0], Date=[Sat, 02 Apr 2022 04:15:12 GMT], Content-Type=[application/json]}
2022-04-02T04:15:13.465Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-04-02T04:15:13.466Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-02T04:15:13.466Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-02T04:15:13.470Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-02T04:15:13.470Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID be930f9b-7bf5-4ae5-9c3b-63e5fd923152 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-02T04:15:13.471Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-02T04:15:13.471Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-02T04:15:13.473Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T04:15:13.473Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "be930f9b-7bf5-4ae5-9c3b-63e5fd923152",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872913471,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-02T04:15:13.573Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-02T04:15:13.574Z||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-04-02T04:15:13.574Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T04:15:13.590Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:15:13.591Z||pool-66-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-02T04:15:14.484Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-02T04:15:14.484Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"5e20d450-1046-4c3b-9830-8d8b83e941d2","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"7ce8995b-bc02-4c08-9b84-3a5268698d7c","serviceDescription":"service","serviceInvariantUUID":"52e5fcf6-0700-45b0-88eb-59fad36fdc40","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d8368f02-b898-4286-979e-546f1415b51e","resourceInvariantUUID":"db112bac-901a-4b98-bd85-527154b512dd","resourceCustomizationUUID":"b657a6a3-25b5-4567-8e57-79768766452f","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":"ZThlZWVjYjU5M2M3NDdjMzc2N2ZjMjk3NDAzOGJiM2Y\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"949c2cb1-8aa9-4c1b-a833-be3f74319e61","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":"ZDAyZWQ5NjM5NWY1ZWI4ZTA5MDY3YTllNTA1OWMwNDI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"25bc3786-74a3-419c-9b8f-36bd47f98811","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":"1144340f-9ae5-4611-99fb-a93b4cb13f84","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":"da349e11-7b9f-4fbf-93c1-d8353d46fafb","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":"9f869908-b04c-4ea2-9e1a-94505b40652c","artifactVersion":"2","generatedFromUUID":"1144340f-9ae5-4611-99fb-a93b4cb13f84"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MDZiOWI1ZWY4YjZlNTRkOWQ0NWZlNWNhOTM2ODA4ZTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"940d0f94-5f0f-4394-9dbb-b92b47e903fe","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YmE5NTA2MGI4MmE3MTBkOThkNWMxNDQ2YzcyMjViNzc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"30ebe317-a1ed-4277-ad76-82350e37f84c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-02T04:15:14.485Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-02T04:15:14.485Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-02T04:15:14.487Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T04:15:14.487Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5e20d450-1046-4c3b-9830-8d8b83e941d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872837344,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:15:14.587Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T04:15:14.588Z||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-04-02T04:15:14.588Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T04:15:14.602Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:15:14.602Z||pool-67-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-02T04:15:15.488Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-02T04:15:15.488Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-02T04:15:15.490Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T04:15:15.490Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5e20d450-1046-4c3b-9830-8d8b83e941d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872837344,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-04-02T04:15:15.590Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T04:15:15.591Z||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-04-02T04:15:15.591Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T04:15:15.604Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:15:15.605Z||pool-68-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-02T04:15:16.491Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-02T04:15:16.491Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-02T04:15:16.493Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T04:15:16.493Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5e20d450-1046-4c3b-9830-8d8b83e941d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872837344,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-02T04:15:16.593Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T04:15:16.594Z||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-04-02T04:15:16.594Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T04:15:16.608Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:15:16.608Z||pool-69-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-02T04:15:17.494Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-02T04:15:17.494Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-02T04:15:17.496Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T04:15:17.496Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5e20d450-1046-4c3b-9830-8d8b83e941d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872837344,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:15:17.597Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T04:15:17.597Z||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-04-02T04:15:17.597Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T04:15:17.609Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:15:17.610Z||pool-70-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-02T04:15:18.497Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-02T04:15:18.498Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-02T04:15:18.500Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T04:15:18.500Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5e20d450-1046-4c3b-9830-8d8b83e941d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872837344,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-04-02T04:15:18.600Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-02T04:15:18.602Z||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-04-02T04:15:18.602Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T04:15:18.616Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:15:18.617Z||pool-71-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-02T04:15:19.501Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-02T04:15:19.501Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-02T04:15:19.504Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T04:15:19.504Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5e20d450-1046-4c3b-9830-8d8b83e941d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872837344,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:15:19.604Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T04:15:19.605Z||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-04-02T04:15:19.605Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T04:15:19.617Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:15:19.617Z||pool-72-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-04-02T04:15:20.008Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T04:15:20.009Z||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-04-02T04:15:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T04:15:20.051Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:15:20.052Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:15:20.052Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ac445be-7054-4b2a-b680-169948a79012",
  "consumerID": "cds",
  "timestamp": 1648872741308,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-02T04:15:20.059Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1ac445be-7054-4b2a-b680-169948a79012
2022-04-02T04:15:20.059Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1ac445be-7054-4b2a-b680-169948a79012 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-04-02T04:15:20.067Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:15:20.067Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "dcae-sch",
  "timestamp": 1648872739512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:15:20.067Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:15:20.067Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:15:20.067Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ac445be-7054-4b2a-b680-169948a79012",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648872735661,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:15:20.068Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:15:20.068Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:15:20.068Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ac445be-7054-4b2a-b680-169948a79012",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648872740579,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-04-02T04:15:20.068Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:15:20.068Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:15:20.068Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ac445be-7054-4b2a-b680-169948a79012",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648872734216,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:15:20.068Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:15:20.068Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:15:20.068Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "dcae-sch",
  "timestamp": 1648872739512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:15:20.069Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:15:20.069Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:15:20.069Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "policy-id",
  "timestamp": 1648872740620,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:15:20.069Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:15:20.069Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:15:20.069Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ac445be-7054-4b2a-b680-169948a79012",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648872735661,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:15:20.069Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:15:20.069Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:15:20.069Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ac445be-7054-4b2a-b680-169948a79012",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648872741616,
  "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-04-02T04:15:20.075Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1ac445be-7054-4b2a-b680-169948a79012
2022-04-02T04:15:20.075Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1ac445be-7054-4b2a-b680-169948a79012 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-04-02T04:15:20.083Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:15:20.083Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "cds",
  "timestamp": 1648872742311,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:15:20.084Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:15:20.084Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:15:20.084Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ac445be-7054-4b2a-b680-169948a79012",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648872734216,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:15:20.084Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:15:20.084Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:15:20.085Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "dcae-sch",
  "timestamp": 1648872739512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:15:20.085Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:15:20.085Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:15:20.085Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "policy-id",
  "timestamp": 1648872740620,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:15:20.085Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:15:20.085Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:15:20.086Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ac445be-7054-4b2a-b680-169948a79012",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648872735661,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:15:20.086Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:15:20.086Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:15:20.086Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ac445be-7054-4b2a-b680-169948a79012",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648872742620,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-02T04:15:20.086Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:15:20.086Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:15:20.087Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "cds",
  "timestamp": 1648872742311,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:15:20.087Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:15:20.087Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:15:20.087Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ac445be-7054-4b2a-b680-169948a79012",
  "consumerID": "clamp",
  "timestamp": 1648872743066,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-02T04:15:20.088Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:15:20.088Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:15:20.088Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "dcae-sch",
  "timestamp": 1648872739512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:15:20.088Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:15:20.088Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:15:20.088Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "policy-id",
  "timestamp": 1648872740620,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:15:20.088Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:15:20.089Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:15:20.089Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ac445be-7054-4b2a-b680-169948a79012",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648872735661,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-02T04:15:20.089Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:15:20.089Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:15:20.089Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "cds",
  "timestamp": 1648872742311,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:15:20.090Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:15:20.090Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:15:20.090Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "policy-id",
  "timestamp": 1648872740620,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:15:20.090Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:15:20.090Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:15:20.090Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "dcae-sch",
  "timestamp": 1648872739512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:15:20.091Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:15:20.091Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:15:20.091Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ac445be-7054-4b2a-b680-169948a79012",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648872744472,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-02T04:15:20.091Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:15:20.091Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:15:20.091Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "cds",
  "timestamp": 1648872742311,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:15:20.092Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:15:20.092Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:15:20.092Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "dcae-sch",
  "timestamp": 1648872739512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:15:20.092Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:15:20.092Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:15:20.093Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "policy-id",
  "timestamp": 1648872740620,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-04-02T04:15:20.093Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:15:20.093Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:15:20.093Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "cds",
  "timestamp": 1648872742311,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:15:20.093Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:15:20.093Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:15:20.094Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "dcae-sch",
  "timestamp": 1648872739512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:15:20.094Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:15:20.094Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:15:20.094Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "policy-id",
  "timestamp": 1648872740620,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:15:20.094Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:15:20.094Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:15:20.095Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "cds",
  "timestamp": 1648872742311,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:15:20.095Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:15:20.095Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:15:20.095Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ac445be-7054-4b2a-b680-169948a79012",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648872747125,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-02T04:15:20.095Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:15:20.095Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:15:20.096Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ac445be-7054-4b2a-b680-169948a79012",
  "consumerID": "clamp",
  "timestamp": 1648872747070,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-02T04:15:20.096Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:15:20.096Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:15:20.096Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "dcae-sch",
  "timestamp": 1648872739512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:15:20.096Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:15:20.096Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:15:20.097Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "policy-id",
  "timestamp": 1648872740620,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:15:20.097Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:15:20.097Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:15:20.097Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ac445be-7054-4b2a-b680-169948a79012",
  "consumerID": "aai-ml",
  "timestamp": 1648872749147,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-02T04:15:20.097Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:15:20.098Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:15:20.098Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "cds",
  "timestamp": 1648872742311,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:15:20.098Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:15:20.098Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:15:20.098Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ac445be-7054-4b2a-b680-169948a79012",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648872748132,
  "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-04-02T04:15:20.104Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1ac445be-7054-4b2a-b680-169948a79012
2022-04-02T04:15:20.104Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1ac445be-7054-4b2a-b680-169948a79012 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-04-02T04:15:20.111Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:15:20.112Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ac445be-7054-4b2a-b680-169948a79012",
  "consumerID": "clamp",
  "timestamp": 1648872748075,
  "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-04-02T04:15:20.118Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1ac445be-7054-4b2a-b680-169948a79012
2022-04-02T04:15:20.118Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1ac445be-7054-4b2a-b680-169948a79012 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-04-02T04:15:20.129Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:15:20.129Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "policy-id",
  "timestamp": 1648872740620,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:15:20.129Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:15:20.130Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:15:20.130Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "dcae-sch",
  "timestamp": 1648872739512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:15:20.130Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:15:20.130Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:15:20.130Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ac445be-7054-4b2a-b680-169948a79012",
  "consumerID": "aai-ml",
  "timestamp": 1648872750152,
  "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-04-02T04:15:20.134Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1ac445be-7054-4b2a-b680-169948a79012
2022-04-02T04:15:20.134Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1ac445be-7054-4b2a-b680-169948a79012 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-04-02T04:15:20.141Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:15:20.142Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "cds",
  "timestamp": 1648872742311,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:15:20.142Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:15:20.142Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:15:20.143Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648872735661,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:15:20.143Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:15:20.143Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:15:20.143Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "policy-id",
  "timestamp": 1648872740620,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-02T04:15:20.144Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:15:20.144Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:15:20.144Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648872748900,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:15:20.144Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:15:20.145Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:15:20.145Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "cds",
  "timestamp": 1648872742311,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-02T04:15:20.145Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:15:20.145Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:15:20.146Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648872735661,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:15:20.146Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:15:20.146Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:15:20.146Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648872748900,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-04-02T04:15:20.147Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:15:20.147Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:15:20.147Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "policy-id",
  "timestamp": 1648872750691,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-02T04:15:20.147Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:15:20.148Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:15:20.148Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "cds",
  "timestamp": 1648872752063,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-02T04:15:20.148Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:15:20.148Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:15:20.149Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648872735661,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:15:20.149Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:15:20.149Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:15:20.149Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648872748900,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-04-02T04:15:20.150Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:15:20.150Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:15:20.150Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "policy-id",
  "timestamp": 1648872751695,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-02T04:15:20.150Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:15:20.150Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:15:20.150Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "cds",
  "timestamp": 1648872753069,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-02T04:15:20.162Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d12b803f-3bda-4dd5-8be6-80ffdb3257a6
2022-04-02T04:15:20.162Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d12b803f-3bda-4dd5-8be6-80ffdb3257a6 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-04-02T04:15:20.176Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:15:20.176Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648872735661,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:15:20.176Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:15:20.176Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:15:20.176Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648872748900,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-04-02T04:15:20.177Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:15:20.177Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:15:20.177Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "policy-id",
  "timestamp": 1648872752698,
  "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-04-02T04:15:20.182Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d12b803f-3bda-4dd5-8be6-80ffdb3257a6
2022-04-02T04:15:20.183Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d12b803f-3bda-4dd5-8be6-80ffdb3257a6 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-04-02T04:15:20.192Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:15:20.192Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648872735661,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:15:20.192Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:15:20.193Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:15:20.193Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648872748900,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-04-02T04:15:20.193Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:15:20.193Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:15:20.193Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648872735661,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:15:20.193Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:15:20.193Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:15:20.194Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648872748900,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:15:20.194Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:15:20.194Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:15:20.194Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648872754217,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:15:20.194Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:15:20.194Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:15:20.194Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648872735661,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:15:20.195Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:15:20.195Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:15:20.195Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648872748900,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-04-02T04:15:20.196Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:15:20.196Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:15:20.196Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "clamp",
  "timestamp": 1648872754957,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:15:20.196Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:15:20.197Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:15:20.197Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648872754217,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:15:20.197Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:15:20.197Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:15:20.197Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648872735661,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:15:20.198Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:15:20.198Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:15:20.198Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648872748900,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:15:20.198Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:15:20.198Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:15:20.198Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "clamp",
  "timestamp": 1648872754957,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:15:20.198Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:15:20.198Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:15:20.198Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648872754217,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:15:20.198Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:15:20.199Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:15:20.199Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648872735661,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-02T04:15:20.199Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:15:20.199Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:15:20.199Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648872748900,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-02T04:15:20.199Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:15:20.199Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:15:20.199Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "clamp",
  "timestamp": 1648872754957,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:15:20.199Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:15:20.199Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:15:20.199Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648872754217,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:15:20.200Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:15:20.200Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:15:20.200Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "aai-ml",
  "timestamp": 1648872759255,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:15:20.200Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:15:20.200Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:15:20.200Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648872758406,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-02T04:15:20.200Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:15:20.200Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:15:20.200Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "clamp",
  "timestamp": 1648872754957,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-04-02T04:15:20.200Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:15:20.201Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:15:20.201Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648872754217,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:15:20.201Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:15:20.201Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:15:20.201Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648872758838,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-02T04:15:20.201Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:15:20.201Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:15:20.202Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "aai-ml",
  "timestamp": 1648872759255,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:15:20.202Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:15:20.202Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:15:20.202Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "clamp",
  "timestamp": 1648872754957,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:15:20.202Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:15:20.203Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:15:20.203Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648872754217,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:15:20.203Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:15:20.203Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:15:20.203Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648872760281,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-02T04:15:20.203Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:15:20.203Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:15:20.204Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "aai-ml",
  "timestamp": 1648872759255,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:15:20.204Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:15:20.204Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:15:20.204Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "clamp",
  "timestamp": 1648872754957,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:15:20.204Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:15:20.204Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:15:20.204Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648872754217,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:15:20.205Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:15:20.205Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:15:20.205Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648872761134,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-02T04:15:20.205Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:15:20.205Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:15:20.205Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "aai-ml",
  "timestamp": 1648872759255,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:15:20.205Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:15:20.206Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:15:20.206Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "clamp",
  "timestamp": 1648872754957,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:15:20.206Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:15:20.206Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:15:20.206Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648872754217,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:15:20.206Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:15:20.206Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:15:20.207Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648872761894,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-04-02T04:15:20.207Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:15:20.207Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:15:20.207Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648872762141,
  "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-04-02T04:15:20.221Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d12b803f-3bda-4dd5-8be6-80ffdb3257a6
2022-04-02T04:15:20.221Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d12b803f-3bda-4dd5-8be6-80ffdb3257a6 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-04-02T04:15:20.230Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:15:20.230Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "aai-ml",
  "timestamp": 1648872759255,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:15:20.231Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:15:20.231Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:15:20.231Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "clamp",
  "timestamp": 1648872754957,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:15:20.231Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:15:20.231Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:15:20.231Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648872754217,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:15:20.231Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:15:20.232Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:15:20.232Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648872763100,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-04-02T04:15:20.232Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:15:20.232Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:15:20.232Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "aai-ml",
  "timestamp": 1648872759255,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:15:20.232Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:15:20.232Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:15:20.233Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "clamp",
  "timestamp": 1648872754957,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-02T04:15:20.233Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:15:20.233Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:15:20.233Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648872764147,
  "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-04-02T04:15:20.238Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d12b803f-3bda-4dd5-8be6-80ffdb3257a6
2022-04-02T04:15:20.238Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d12b803f-3bda-4dd5-8be6-80ffdb3257a6 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-04-02T04:15:20.244Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:15:20.244Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "aai-ml",
  "timestamp": 1648872759255,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:15:20.244Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:15:20.244Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:15:20.245Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648872765151,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-02T04:15:20.245Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:15:20.245Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:15:20.245Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "aai-ml",
  "timestamp": 1648872759255,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:15:20.245Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:15:20.245Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:15:20.245Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "aai-ml",
  "timestamp": 1648872759255,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-02T04:15:20.245Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:15:20.245Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:15:20.246Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "aai-ml",
  "timestamp": 1648872769250,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-02T04:15:20.246Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:15:20.246Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:15:20.246Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "clamp",
  "timestamp": 1648872774071,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-02T04:15:20.246Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:15:20.246Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:15:20.246Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "clamp",
  "timestamp": 1648872776079,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-02T04:15:20.246Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:15:20.246Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:15:20.246Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "clamp",
  "timestamp": 1648872777082,
  "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-04-02T04:15:20.250Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d12b803f-3bda-4dd5-8be6-80ffdb3257a6
2022-04-02T04:15:20.251Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d12b803f-3bda-4dd5-8be6-80ffdb3257a6 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-04-02T04:15:20.258Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:15:20.258Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "aai-ml",
  "timestamp": 1648872779561,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-02T04:15:20.258Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:15:20.259Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:15:20.259Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "aai-ml",
  "timestamp": 1648872780568,
  "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-04-02T04:15:20.263Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d12b803f-3bda-4dd5-8be6-80ffdb3257a6
2022-04-02T04:15:20.263Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d12b803f-3bda-4dd5-8be6-80ffdb3257a6 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-04-02T04:15:20.504Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-02T04:15:20.505Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-02T04:15:20.507Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T04:15:20.507Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5e20d450-1046-4c3b-9830-8d8b83e941d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872837344,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-02T04:15:20.607Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T04:15:20.608Z||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-04-02T04:15:20.608Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T04:15:20.621Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:15:20.621Z||pool-73-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-02T04:15:21.508Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "5e20d450-1046-4c3b-9830-8d8b83e941d2",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "7ce8995b-bc02-4c08-9b84-3a5268698d7c",
  "serviceDescription": "service",
  "serviceInvariantUUID": "52e5fcf6-0700-45b0-88eb-59fad36fdc40",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "b657a6a3-25b5-4567-8e57-79768766452f",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d8368f02-b898-4286-979e-546f1415b51e",
      "resourceInvariantUUID": "db112bac-901a-4b98-bd85-527154b512dd",
      "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": "ZDAyZWQ5NjM5NWY1ZWI4ZTA5MDY3YTllNTA1OWMwNDI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "25bc3786-74a3-419c-9b8f-36bd47f98811",
          "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": "1144340f-9ae5-4611-99fb-a93b4cb13f84",
          "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": "9f869908-b04c-4ea2-9e1a-94505b40652c",
            "generatedFromUUID": "1144340f-9ae5-4611-99fb-a93b4cb13f84"
          },
          "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": "9f869908-b04c-4ea2-9e1a-94505b40652c",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "YmE5NTA2MGI4MmE3MTBkOThkNWMxNDQ2YzcyMjViNzc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "30ebe317-a1ed-4277-ad76-82350e37f84c"
    }
  ],
  "workloadContext": "Production"
}
2022-04-02T04:15:21.508Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-02T04:15:21.508Z|be930f9b-7bf5-4ae5-9c3b-63e5fd923152|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7ce8995b-bc02-4c08-9b84-3a5268698d7c ASDC
2022-04-02T04:15:21.509Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:5e20d450-1046-4c3b-9830-8d8b83e941d2
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:7ce8995b-bc02-4c08-9b84-3a5268698d7c
ServiceInvariantUUID:52e5fcf6-0700-45b0-88eb-59fad36fdc40
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:30ebe317-a1ed-4277-ad76-82350e37f84c
ArtifactChecksum:YmE5NTA2MGI4MmE3MTBkOThkNWMxNDQ2YzcyMjViNzc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:b657a6a3-25b5-4567-8e57-79768766452f
ResourceInvariantUUID:db112bac-901a-4b98-bd85-527154b512dd
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:d8368f02-b898-4286-979e-546f1415b51e
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:25bc3786-74a3-419c-9b8f-36bd47f98811
ArtifactChecksum:ZDAyZWQ5NjM5NWY1ZWI4ZTA5MDY3YTllNTA1OWMwNDI=
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:1144340f-9ae5-4611-99fb-a93b4cb13f84
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:9f869908-b04c-4ea2-9e1a-94505b40652c
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:9f869908-b04c-4ea2-9e1a-94505b40652c
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-02T04:15:21.509Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7ce8995b-bc02-4c08-9b84-3a5268698d7c 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-04-02T04:15:21.536Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-02T04:15:21.536Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-02T04:15:21.537Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-02T04:15:21.537Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 30ebe317-a1ed-4277-ad76-82350e37f84c from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-04-02T04:15:21.537Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-02T04:15:21.537Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-04-02T04:15:21.973Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-02T04:15:21.977Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 30ebe317-a1ed-4277-ad76-82350e37f84c 71054
2022-04-02T04:15:21.977Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-04-02T04:15:21.977Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-04-02T04:15:21.977Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-02T04:15:21.978Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-02T04:15:21.980Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T04:15:21.980Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5e20d450-1046-4c3b-9830-8d8b83e941d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872921977,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-02T04:15:22.080Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T04:15:22.081Z||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-04-02T04:15:22.082Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T04:15:22.120Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:15:22.121Z||pool-74-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-04-02T04:15:22.981Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-02T04:15:22.982Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-02T04:15:22.983Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 30ebe317-a1ed-4277-ad76-82350e37f84c, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-04-02T04:15:22.983Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-04-02T04:15:22.983Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-04-02T04:15:22.984Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-04-02T04:15:23.122Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2801764386283727528/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-04-02T04:15:24.174Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-02T04:15:24.175Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-04-02T04:15:24.175Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-02T04:15:24.175Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-04-02T04:15:24.175Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-02T04:15:24.175Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-02T04:15:24.175Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-02T04:15:24.175Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-02T04:15:24.175Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-02T04:15:24.176Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-02T04:15:24.176Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-02T04:15:24.176Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-02T04:15:24.176Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-02T04:15:24.176Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-04-02T04:15:24.176Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:15:24.176Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T04:15:24.176Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-02T04:15:24.177Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-04-02T04:15:24.177Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-02T04:15:24.177Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:15:24.177Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T04:15:24.177Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-02T04:15:24.177Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-04-02T04:15:24.177Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-02T04:15:24.178Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:15:24.178Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T04:15:24.178Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:15:24.178Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-04-02T04:15:24.178Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-04-02T04:15:24.178Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-04-02T04:15:24.178Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-04-02T04:15:24.179Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-04-02T04:15:24.179Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-02T04:15:24.179Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:15:24.179Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-02T04:15:24.179Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:15:24.179Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-02T04:15:24.179Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-02T04:15:24.180Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:15:24.180Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-02T04:15:24.180Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-02T04:15:24.180Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:15:24.180Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-02T04:15:24.180Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-02T04:15:24.181Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:15:24.181Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-04-02T04:15:24.181Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-04-02T04:15:24.181Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-04-02T04:15:24.181Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=f3ef1206-7f54-4fa8-b027-05dfc17dcf1d
2022-04-02T04:15:24.181Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:15:24.181Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T04:15:24.181Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:15:24.182Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T04:15:24.182Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:15:24.182Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T04:15:24.182Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:15:24.182Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T04:15:24.182Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:7ce8995b-bc02-4c08-9b84-3a5268698d7c
Model Version:NULL
Model InvariantUuid:52e5fcf6-0700-45b0-88eb-59fad36fdc40
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:a7f72cfb-16d9-4aeb-9871-205247f5b95d
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:db112bac-901a-4b98-bd85-527154b512dd
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b657a6a3-25b5-4567-8e57-79768766452f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:30578bed-61ef-42cb-9ec4-9eb8a1845f05
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:56670122-2a0b-4529-afb8-799039bb42a2
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:f3ef1206-7f54-4fa8-b027-05dfc17dcf1d
ModelInvariantUuid:dc368dea-14d6-4fe5-a40c-09167bbe8349
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:cfb73e29-5a49-4613-985f-d3a5e93e4ee6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:6f4e9473-9c5a-4da3-886b-18c53b72905b
ModelInvariantUuid:1b552763-101b-4811-90b2-d7922d023eee
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:1ab7f96a-e3e9-4e5e-8c8e-c2efae8f233d
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-04-02T04:15:24.185Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: d8368f02-b898-4286-979e-546f1415b51e
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-04-02T04:15:24.187Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||INFO|500||basic_vm 0
2022-04-02T04:15:24.187Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d8368f02-b898-4286-979e-546f1415b51e
2022-04-02T04:15:24.188Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 25bc3786-74a3-419c-9b8f-36bd47f98811 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-04-02T04:15:24.188Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-02T04:15:24.188Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-04-02T04:15:24.466Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-02T04:15:24.466Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 25bc3786-74a3-419c-9b8f-36bd47f98811 787
2022-04-02T04:15:24.466Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-04-02T04:15:24.467Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-04-02T04:15:24.467Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-02T04:15:24.467Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-02T04:15:24.469Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T04:15:24.469Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5e20d450-1046-4c3b-9830-8d8b83e941d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872924466,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-02T04:15:24.570Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T04:15:24.571Z||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-04-02T04:15:24.571Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T04:15:24.591Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:15:24.591Z||pool-75-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-04-02T04:15:25.470Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "30578bed-61ef-42cb-9ec4-9eb8a1845f05",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "56670122-2a0b-4529-afb8-799039bb42a2",
    "vfModuleModelCustomizationUUID": "508cf1cf-1f9c-4a06-95fe-7197bde8dbce",
    "isBase": true,
    "artifacts": [
      "1144340f-9ae5-4611-99fb-a93b4cb13f84",
      "9f869908-b04c-4ea2-9e1a-94505b40652c"
    ],
    "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-04-02T04:15:25.474Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:56670122-2a0b-4529-afb8-799039bb42a2
VfModuleModelInvariantUUID:30578bed-61ef-42cb-9ec4-9eb8a1845f05
VfModuleModelDescription:NULL
Artifacts UUID List:{
1144340f-9ae5-4611-99fb-a93b4cb13f84
,
9f869908-b04c-4ea2-9e1a-94505b40652c

}
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-04-02T04:15:25.476Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "30578bed-61ef-42cb-9ec4-9eb8a1845f05",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "56670122-2a0b-4529-afb8-799039bb42a2",
    "vfModuleModelCustomizationUUID": "508cf1cf-1f9c-4a06-95fe-7197bde8dbce",
    "isBase": true,
    "artifacts": [
      "1144340f-9ae5-4611-99fb-a93b4cb13f84",
      "9f869908-b04c-4ea2-9e1a-94505b40652c"
    ],
    "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-04-02T04:15:25.476Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:56670122-2a0b-4529-afb8-799039bb42a2
VfModuleModelInvariantUUID:30578bed-61ef-42cb-9ec4-9eb8a1845f05
VfModuleModelDescription:NULL
Artifacts UUID List:{
1144340f-9ae5-4611-99fb-a93b4cb13f84
,
9f869908-b04c-4ea2-9e1a-94505b40652c

}
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-04-02T04:15:25.476Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 1144340f-9ae5-4611-99fb-a93b4cb13f84 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-04-02T04:15:25.476Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-02T04:15:25.476Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-04-02T04:15:25.677Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-02T04:15:25.678Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 1144340f-9ae5-4611-99fb-a93b4cb13f84 5033
2022-04-02T04:15:25.678Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-04-02T04:15:25.678Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-04-02T04:15:25.678Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-02T04:15:25.679Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-02T04:15:25.680Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T04:15:25.681Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5e20d450-1046-4c3b-9830-8d8b83e941d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872925678,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-02T04:15:25.781Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T04:15:25.782Z||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-04-02T04:15:25.782Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T04:15:25.798Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:15:25.798Z||pool-76-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-04-02T04:15:26.681Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 9f869908-b04c-4ea2-9e1a-94505b40652c from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-04-02T04:15:26.682Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-02T04:15:26.682Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-04-02T04:15:26.892Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-02T04:15:26.892Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 9f869908-b04c-4ea2-9e1a-94505b40652c 903
2022-04-02T04:15:26.893Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-04-02T04:15:26.893Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-04-02T04:15:26.893Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-02T04:15:26.893Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-02T04:15:26.895Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T04:15:26.895Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5e20d450-1046-4c3b-9830-8d8b83e941d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872926892,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-04-02T04:15:26.995Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T04:15:26.996Z||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-04-02T04:15:26.996Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T04:15:27.014Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:15:27.015Z||pool-77-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-04-02T04:15:27.896Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 7ce8995b-bc02-4c08-9b84-3a5268698d7c
2022-04-02T04:15:27.896Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 d8368f02-b898-4286-979e-546f1415b51e 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-04-02T04:15:27.907Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4955f54, org.onap.sdc.toscaparser.api.parameters.Input@5657279f, org.onap.sdc.toscaparser.api.parameters.Input@1ce6f6e1, org.onap.sdc.toscaparser.api.parameters.Input@68159a0, org.onap.sdc.toscaparser.api.parameters.Input@2840d9db]
2022-04-02T04:15:27.908Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:15:27.908Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T04:15:27.909Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-04-02T04:15:27.909Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= b657a6a3-25b5-4567-8e57-79768766452f
2022-04-02T04:15:27.909Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b657a6a3-25b5-4567-8e57-79768766452f matches Tosca VF Customization UUID: b657a6a3-25b5-4567-8e57-79768766452f
2022-04-02T04:15:27.909Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: b657a6a3-25b5-4567-8e57-79768766452f  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-04-02T04:15:27.911Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:15:27.911Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T04:15:27.912Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id b657a6a3-25b5-4567-8e57-79768766452f: {\"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-04-02T04:15:27.912Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@60fec70a
2022-04-02T04:15:27.912Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:15:27.912Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-02T04:15:27.913Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 508cf1cf-1f9c-4a06-95fe-7197bde8dbce
2022-04-02T04:15:27.913Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 508cf1cf-1f9c-4a06-95fe-7197bde8dbce
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-04-02T04:15:27.915Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:15:27.915Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-02T04:15:27.915Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-02T04:15:27.916Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:15:27.916Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-02T04:15:27.916Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-02T04:15:27.916Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:15:27.917Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-04-02T04:15:27.917Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-04-02T04:15:27.917Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-04-02T04:15:27.917Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=f3ef1206-7f54-4fa8-b027-05dfc17dcf1d
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-04-02T04:15:27.919Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:15:27.920Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-02T04:15:27.920Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-02T04:15:27.920Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:15:27.921Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-02T04:15:27.921Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=b657a6a3-25b5-4567-8e57-79768766452f
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-04-02T04:15:27.922Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:15:27.922Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T04:15:27.923Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 7ce8995b-bc02-4c08-9b84-3a5268698d7c: basic_vm
2022-04-02T04:15:27.923Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:15:27.923Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T04:15:27.923Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:15:27.924Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T04:15:27.924Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:15:27.924Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T04:15:27.924Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:15:27.925Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T04:15:27.925Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:15:27.925Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T04:15:27.926Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-02T04:15:27.978Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm d8368f02-b898-4286-979e-546f1415b51e 1 ASDC deployResourceStructure
2022-04-02T04:15:27.979Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-04-02T04:15:27.979Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-04-02T04:15:27.979Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-02T04:15:27.979Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-02T04:15:27.981Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T04:15:27.981Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5e20d450-1046-4c3b-9830-8d8b83e941d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872927979,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-02T04:15:28.081Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T04:15:28.082Z||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-04-02T04:15:28.082Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T04:15:28.094Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:15:28.094Z||pool-78-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-04-02T04:15:28.982Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-04-02T04:15:28.982Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-04-02T04:15:28.982Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-02T04:15:28.982Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-02T04:15:28.984Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T04:15:28.985Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5e20d450-1046-4c3b-9830-8d8b83e941d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872928982,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-04-02T04:15:29.085Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T04:15:29.086Z||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-04-02T04:15:29.086Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T04:15:29.098Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:15:29.099Z||pool-79-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-02T04:15:29.986Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-04-02T04:15:29.986Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-04-02T04:15:29.986Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-02T04:15:29.986Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-02T04:15:29.988Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T04:15:29.988Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5e20d450-1046-4c3b-9830-8d8b83e941d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872929985,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-04-02T04:15:30.088Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T04:15:30.089Z||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-04-02T04:15:30.089Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T04:15:30.101Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:15:30.101Z||pool-80-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-04-02T04:15:30.989Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-04-02T04:15:30.989Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-04-02T04:15:30.989Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-02T04:15:30.990Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-02T04:15:30.992Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T04:15:30.992Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5e20d450-1046-4c3b-9830-8d8b83e941d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872930989,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-02T04:15:31.095Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-04-02T04:15:31.096Z||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-04-02T04:15:31.096Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T04:15:31.127Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:15:31.128Z||pool-81-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-04-02T04:15:31.993Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5e20d450-1046-4c3b-9830-8d8b83e941d2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-02T04:15:32.006Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5e20d450-1046-4c3b-9830-8d8b83e941d2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-02T04:15:32.008Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-02T04:15:32.009Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-02T04:15:32.009Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-02T04:15:32.009Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-02T04:15:32.009Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-02T04:15:32.009Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-02T04:15:32.009Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-02T04:15:32.010Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-02T04:15:32.010Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-02T04:15:32.010Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-02T04:15:32.010Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-02T04:15:32.015Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-02T04:16:02.016Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5e20d450-1046-4c3b-9830-8d8b83e941d2 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-04-02T04:16:02.023Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5e20d450-1046-4c3b-9830-8d8b83e941d2 and serviceModelVersionId: 7ce8995b-bc02-4c08-9b84-3a5268698d7c
2022-04-02T04:16:02.023Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 52e5fcf6-0700-45b0-88eb-59fad36fdc40
2022-04-02T04:16:02.024Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/52e5fcf6-0700-45b0-88eb-59fad36fdc40/model-vers/model-ver/7ce8995b-bc02-4c08-9b84-3a5268698d7c?depth=0
2022-04-02T04:16:02.029Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-04-02T04:16:02.082Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/52e5fcf6-0700-45b0-88eb-59fad36fdc40/model-vers/model-ver/7ce8995b-bc02-4c08-9b84-3a5268698d7c?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-04-02T04:16:02.084Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/52e5fcf6-0700-45b0-88eb-59fad36fdc40/model-vers/model-ver/7ce8995b-bc02-4c08-9b84-3a5268698d7c?depth=0|INFO|500||Invoke
2022-04-02T04:16:02.107Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/52e5fcf6-0700-45b0-88eb-59fad36fdc40/model-vers/model-ver/7ce8995b-bc02-4c08-9b84-3a5268698d7c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-02T04:16:02.421Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/52e5fcf6-0700-45b0-88eb-59fad36fdc40/model-vers/model-ver/7ce8995b-bc02-4c08-9b84-3a5268698d7c?depth=0|INFO|500||InvokeReturn
2022-04-02T04:16:02.422Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/52e5fcf6-0700-45b0-88eb-59fad36fdc40/model-vers/model-ver/7ce8995b-bc02-4c08-9b84-3a5268698d7c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220402-04:16:01:989-45006], vertex-id=[217256], Content-Length=[0], Date=[Sat, 02 Apr 2022 04:16:01 GMT], Content-Type=[application/json]}
2022-04-02T04:16:02.422Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-04-02T04:16:02.422Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-02T04:16:02.422Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-02T04:16:02.427Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-02T04:16:02.427Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5e20d450-1046-4c3b-9830-8d8b83e941d2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-02T04:16:02.428Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-02T04:16:02.429Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-02T04:16:02.432Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T04:16:02.432Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5e20d450-1046-4c3b-9830-8d8b83e941d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872962428,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-02T04:16:02.532Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T04:16:02.533Z||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-04-02T04:16:02.533Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T04:16:02.547Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:16:02.548Z||pool-82-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-02T04:16:03.444Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-02T04:16:03.445Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"1ac445be-7054-4b2a-b680-169948a79012","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"0068c2f3-bf52-4bb0-9a6e-9000e8bb20fe","serviceDescription":"service","serviceInvariantUUID":"e8cad877-6a7d-44c3-bbe9-4c93c29deb66","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2140e92b-2499-426b-a834-2510226cdbcd","resourceInvariantUUID":"521e0b00-d098-487b-8faf-8d5e09752038","resourceCustomizationUUID":"b3b3737b-fd35-4e33-9edd-aceeb1ab4acf","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml","artifactChecksum":"OTM5NzZhMjc3NWMyZDE3NDdmZDhiMjkwNTM2NjQ0NTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"94a0c559-408b-4f19-b2b8-a23fdf5a16b7","artifactVersion":"1"},{"artifactName":"basic_vm_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json","artifactChecksum":"NTdmMGY0MjQxMDExNWM1NGZmYzA1ODA3MWI5NDQyMTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"589dcfa8-1eb9-4a36-b4fc-e6899bcd3b48","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3df479cc-fd5a-40b8-beec-b6683a752de2","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"OWU2MDAzY2U5YmM3Y2I4NzM1MjdlMzY3NjE0N2IyYmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4f09d42a-4883-449d-b0c1-7b66dfb13646","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3c8c165c-8e1c-45a5-ad7d-7e860d39e9f4","artifactVersion":"2","generatedFromUUID":"3df479cc-fd5a-40b8-beec-b6683a752de2"},{"artifactName":"BASIC_VM_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip","artifactChecksum":"M2FiMmRmYTIwYzZjYTYyYTAzMWQyYjRmNjdkYTc5NzQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"2265f5b6-123f-4f9b-b052-bd8d972939aa","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVmMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml","artifactChecksum":"NmY0ZjY2MzY4OTNlYjNhNDAzMzQ1ZmVmYTQ3ZTMwMjQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"90f6c2be-40e3-4279-92a5-a21f1ad47608","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MDkyYzM1OGFhZWZiYWU1NDI3NDI0ZTdmMWJiM2I4ODM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"322b7202-d554-4ac6-bebc-e9bb03baf72c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-02T04:16:03.446Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-02T04:16:03.446Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-02T04:16:03.448Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T04:16:03.448Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1ac445be-7054-4b2a-b680-169948a79012",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872837344,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:16:03.548Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T04:16:03.549Z||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-04-02T04:16:03.549Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T04:16:03.559Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:16:03.559Z||pool-83-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-02T04:16:04.449Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-02T04:16:04.449Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-02T04:16:04.451Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T04:16:04.451Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1ac445be-7054-4b2a-b680-169948a79012",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872837344,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-02T04:16:04.551Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T04:16:04.552Z||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-04-02T04:16:04.552Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T04:16:04.565Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:16:04.566Z||pool-84-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-02T04:16:05.452Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-02T04:16:05.452Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-02T04:16:05.454Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T04:16:05.454Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1ac445be-7054-4b2a-b680-169948a79012",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872837344,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-02T04:16:05.554Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T04:16:05.555Z||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-04-02T04:16:05.555Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T04:16:05.570Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:16:05.571Z||pool-85-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-02T04:16:06.455Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-02T04:16:06.456Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-02T04:16:06.457Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T04:16:06.458Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1ac445be-7054-4b2a-b680-169948a79012",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872837344,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:16:06.558Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T04:16:06.559Z||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-04-02T04:16:06.559Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T04:16:06.572Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:16:06.572Z||pool-86-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-02T04:16:07.458Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-02T04:16:07.459Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-02T04:16:07.461Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T04:16:07.461Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1ac445be-7054-4b2a-b680-169948a79012",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872837344,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-04-02T04:16:07.561Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T04:16:07.562Z||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-04-02T04:16:07.562Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T04:16:07.574Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:16:07.574Z||pool-87-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-02T04:16:08.462Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-02T04:16:08.462Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-02T04:16:08.464Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T04:16:08.464Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1ac445be-7054-4b2a-b680-169948a79012",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872837344,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:16:08.564Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T04:16:08.565Z||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-04-02T04:16:08.565Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T04:16:08.577Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:16:08.577Z||pool-88-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-02T04:16:09.465Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-02T04:16:09.465Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-02T04:16:09.467Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T04:16:09.467Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1ac445be-7054-4b2a-b680-169948a79012",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872837344,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:16:09.567Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T04:16:09.568Z||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-04-02T04:16:09.568Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T04:16:09.579Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:16:09.579Z||pool-89-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-02T04:16:10.467Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-02T04:16:10.468Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-02T04:16:10.470Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T04:16:10.470Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1ac445be-7054-4b2a-b680-169948a79012",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872837344,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-02T04:16:10.571Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-02T04:16:10.572Z||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-04-02T04:16:10.572Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T04:16:10.583Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:16:10.583Z||pool-90-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-02T04:16:11.471Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "1ac445be-7054-4b2a-b680-169948a79012",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "0068c2f3-bf52-4bb0-9a6e-9000e8bb20fe",
  "serviceDescription": "service",
  "serviceInvariantUUID": "e8cad877-6a7d-44c3-bbe9-4c93c29deb66",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "b3b3737b-fd35-4e33-9edd-aceeb1ab4acf",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2140e92b-2499-426b-a834-2510226cdbcd",
      "resourceInvariantUUID": "521e0b00-d098-487b-8faf-8d5e09752038",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_vm_macro0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
          "artifactChecksum": "NTdmMGY0MjQxMDExNWM1NGZmYzA1ODA3MWI5NDQyMTM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "589dcfa8-1eb9-4a36-b4fc-e6899bcd3b48",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
          "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "3df479cc-fd5a-40b8-beec-b6683a752de2",
          "generatedArtifact": {
            "artifactName": "base_ubuntu20.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
            "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "3c8c165c-8e1c-45a5-ad7d-7e860d39e9f4",
            "generatedFromUUID": "3df479cc-fd5a-40b8-beec-b6683a752de2"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
          "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "3c8c165c-8e1c-45a5-ad7d-7e860d39e9f4",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "MDkyYzM1OGFhZWZiYWU1NDI3NDI0ZTdmMWJiM2I4ODM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "322b7202-d554-4ac6-bebc-e9bb03baf72c"
    }
  ],
  "workloadContext": "Production"
}
2022-04-02T04:16:11.472Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-02T04:16:11.472Z|5e20d450-1046-4c3b-9830-8d8b83e941d2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0068c2f3-bf52-4bb0-9a6e-9000e8bb20fe ASDC
2022-04-02T04:16:11.472Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:1ac445be-7054-4b2a-b680-169948a79012
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:0068c2f3-bf52-4bb0-9a6e-9000e8bb20fe
ServiceInvariantUUID:e8cad877-6a7d-44c3-bbe9-4c93c29deb66
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVmMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
ArtifactUUID:322b7202-d554-4ac6-bebc-e9bb03baf72c
ArtifactChecksum:MDkyYzM1OGFhZWZiYWU1NDI3NDI0ZTdmMWJiM2I4ODM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:b3b3737b-fd35-4e33-9edd-aceeb1ab4acf
ResourceInvariantUUID:521e0b00-d098-487b-8faf-8d5e09752038
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:2140e92b-2499-426b-a834-2510226cdbcd
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm_macro0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
ArtifactUUID:589dcfa8-1eb9-4a36-b4fc-e6899bcd3b48
ArtifactChecksum:NTdmMGY0MjQxMDExNWM1NGZmYzA1ODA3MWI5NDQyMTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
ArtifactUUID:3df479cc-fd5a-40b8-beec-b6683a752de2
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:3c8c165c-8e1c-45a5-ad7d-7e860d39e9f4
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:3c8c165c-8e1c-45a5-ad7d-7e860d39e9f4
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-02T04:16:11.472Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0068c2f3-bf52-4bb0-9a6e-9000e8bb20fe 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-04-02T04:16:11.506Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-02T04:16:11.507Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-02T04:16:11.507Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-02T04:16:11.507Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 322b7202-d554-4ac6-bebc-e9bb03baf72c from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-04-02T04:16:11.507Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-02T04:16:11.508Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-04-02T04:16:12.958Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-02T04:16:12.961Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 322b7202-d554-4ac6-bebc-e9bb03baf72c 78800
2022-04-02T04:16:12.962Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-04-02T04:16:12.962Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-04-02T04:16:12.962Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-02T04:16:12.963Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-02T04:16:12.965Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T04:16:12.965Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1ac445be-7054-4b2a-b680-169948a79012",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872972962,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-02T04:16:13.065Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T04:16:13.066Z||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-04-02T04:16:13.066Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T04:16:13.076Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:16:13.077Z||pool-91-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-02T04:16:13.966Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-02T04:16:13.967Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-02T04:16:13.967Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 322b7202-d554-4ac6-bebc-e9bb03baf72c, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-02T04:16:13.967Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-04-02T04:16:13.968Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-02T04:16:13.968Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-02T04:16:14.158Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7844128597419991841/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-04-02T04:16:15.264Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-02T04:16:15.264Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-04-02T04:16:15.264Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-02T04:16:15.264Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-04-02T04:16:15.264Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-02T04:16:15.265Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-02T04:16:15.265Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-02T04:16:15.265Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-02T04:16:15.265Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-02T04:16:15.265Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-02T04:16:15.265Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-02T04:16:15.265Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-02T04:16:15.265Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-02T04:16:15.265Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-04-02T04:16:15.265Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:16:15.266Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T04:16:15.266Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-02T04:16:15.266Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-04-02T04:16:15.266Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-02T04:16:15.266Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:16:15.266Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T04:16:15.266Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-02T04:16:15.267Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-04-02T04:16:15.267Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-02T04:16:15.267Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:16:15.267Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T04:16:15.267Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:16:15.267Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-04-02T04:16:15.267Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-04-02T04:16:15.268Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-04-02T04:16:15.268Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-04-02T04:16:15.268Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-04-02T04:16:15.268Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-02T04:16:15.268Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:16:15.268Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-02T04:16:15.268Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:16:15.268Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-02T04:16:15.269Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-02T04:16:15.269Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:16:15.269Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-02T04:16:15.269Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-02T04:16:15.269Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:16:15.269Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-02T04:16:15.269Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-02T04:16:15.270Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:16:15.270Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-04-02T04:16:15.270Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-04-02T04:16:15.270Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-04-02T04:16:15.270Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=6fdd9839-19dd-4a49-a9a9-55979e5f9a7e
2022-04-02T04:16:15.270Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:16:15.270Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T04:16:15.270Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:16:15.270Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T04:16:15.271Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:16:15.271Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T04:16:15.271Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:16:15.271Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T04:16:15.271Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:0068c2f3-bf52-4bb0-9a6e-9000e8bb20fe
Model Version:NULL
Model InvariantUuid:e8cad877-6a7d-44c3-bbe9-4c93c29deb66
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:165442c4-c0e6-4c26-ae5d-c362ad1dcc10
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:521e0b00-d098-487b-8faf-8d5e09752038
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b3b3737b-fd35-4e33-9edd-aceeb1ab4acf
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:e2b35124-90b5-4955-9ca4-f951b6ac1c25
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:e7847e97-22d0-4426-9e49-c16a8e475bad
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:6fdd9839-19dd-4a49-a9a9-55979e5f9a7e
ModelInvariantUuid:f90f4c14-3230-4eff-b5d0-2524558d6b6d
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:a35b3f8e-60ae-44eb-af10-82bffbc314ec
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:3c09f7e3-b146-4634-b957-b637bd5af5e6
ModelInvariantUuid:e6b309b2-5c65-4f5f-bf4e-4b83b940e9f3
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:c754b40f-03f7-451d-91d8-d3a60b2722b5
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-04-02T04:16:15.276Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 2140e92b-2499-426b-a834-2510226cdbcd
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-04-02T04:16:15.278Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||INFO|500||basic_vm_macro 0
2022-04-02T04:16:15.278Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2140e92b-2499-426b-a834-2510226cdbcd
2022-04-02T04:16:15.278Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 589dcfa8-1eb9-4a36-b4fc-e6899bcd3b48 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-04-02T04:16:15.278Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-02T04:16:15.278Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-04-02T04:16:15.561Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-02T04:16:15.561Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 589dcfa8-1eb9-4a36-b4fc-e6899bcd3b48 792
2022-04-02T04:16:15.561Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-04-02T04:16:15.562Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-04-02T04:16:15.562Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-02T04:16:15.562Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-02T04:16:15.564Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T04:16:15.564Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1ac445be-7054-4b2a-b680-169948a79012",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872975561,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-02T04:16:15.664Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T04:16:15.666Z||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-04-02T04:16:15.666Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T04:16:15.678Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:16:15.678Z||pool-92-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-02T04:16:16.564Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "e2b35124-90b5-4955-9ca4-f951b6ac1c25",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e7847e97-22d0-4426-9e49-c16a8e475bad",
    "vfModuleModelCustomizationUUID": "f7cf48c5-6e5c-481b-82a9-1ba054fcdabf",
    "isBase": true,
    "artifacts": [
      "3df479cc-fd5a-40b8-beec-b6683a752de2",
      "3c8c165c-8e1c-45a5-ad7d-7e860d39e9f4"
    ],
    "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-04-02T04:16:16.568Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e7847e97-22d0-4426-9e49-c16a8e475bad
VfModuleModelInvariantUUID:e2b35124-90b5-4955-9ca4-f951b6ac1c25
VfModuleModelDescription:NULL
Artifacts UUID List:{
3df479cc-fd5a-40b8-beec-b6683a752de2
,
3c8c165c-8e1c-45a5-ad7d-7e860d39e9f4

}
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-04-02T04:16:16.570Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "e2b35124-90b5-4955-9ca4-f951b6ac1c25",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e7847e97-22d0-4426-9e49-c16a8e475bad",
    "vfModuleModelCustomizationUUID": "f7cf48c5-6e5c-481b-82a9-1ba054fcdabf",
    "isBase": true,
    "artifacts": [
      "3df479cc-fd5a-40b8-beec-b6683a752de2",
      "3c8c165c-8e1c-45a5-ad7d-7e860d39e9f4"
    ],
    "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-04-02T04:16:16.570Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e7847e97-22d0-4426-9e49-c16a8e475bad
VfModuleModelInvariantUUID:e2b35124-90b5-4955-9ca4-f951b6ac1c25
VfModuleModelDescription:NULL
Artifacts UUID List:{
3df479cc-fd5a-40b8-beec-b6683a752de2
,
3c8c165c-8e1c-45a5-ad7d-7e860d39e9f4

}
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-04-02T04:16:16.570Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 3df479cc-fd5a-40b8-beec-b6683a752de2 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-04-02T04:16:16.570Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-02T04:16:16.571Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-04-02T04:16:17.065Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-02T04:16:17.066Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 3df479cc-fd5a-40b8-beec-b6683a752de2 5033
2022-04-02T04:16:17.066Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-04-02T04:16:17.066Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-04-02T04:16:17.066Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-02T04:16:17.066Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-02T04:16:17.068Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T04:16:17.068Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1ac445be-7054-4b2a-b680-169948a79012",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872977066,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-02T04:16:17.168Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T04:16:17.169Z||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-04-02T04:16:17.169Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T04:16:17.181Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:16:17.181Z||pool-93-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-04-02T04:16:18.072Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 3c8c165c-8e1c-45a5-ad7d-7e860d39e9f4 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-04-02T04:16:18.072Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-02T04:16:18.073Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-04-02T04:16:18.466Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-02T04:16:18.466Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 3c8c165c-8e1c-45a5-ad7d-7e860d39e9f4 903
2022-04-02T04:16:18.467Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-04-02T04:16:18.467Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-04-02T04:16:18.467Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-02T04:16:18.468Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-02T04:16:18.469Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T04:16:18.470Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1ac445be-7054-4b2a-b680-169948a79012",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872978467,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-04-02T04:16:18.570Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T04:16:18.571Z||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-04-02T04:16:18.571Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T04:16:18.585Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:16:18.586Z||pool-94-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-02T04:16:19.471Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 0068c2f3-bf52-4bb0-9a6e-9000e8bb20fe
2022-04-02T04:16:19.471Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 2140e92b-2499-426b-a834-2510226cdbcd 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-04-02T04:16:19.478Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@19b6db0d, org.onap.sdc.toscaparser.api.parameters.Input@3d1d4b42, org.onap.sdc.toscaparser.api.parameters.Input@7abd52c4, org.onap.sdc.toscaparser.api.parameters.Input@421627ee, org.onap.sdc.toscaparser.api.parameters.Input@6d57f212]
2022-04-02T04:16:19.480Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:16:19.480Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T04:16:19.480Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-04-02T04:16:19.480Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= b3b3737b-fd35-4e33-9edd-aceeb1ab4acf
2022-04-02T04:16:19.480Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b3b3737b-fd35-4e33-9edd-aceeb1ab4acf matches Tosca VF Customization UUID: b3b3737b-fd35-4e33-9edd-aceeb1ab4acf
2022-04-02T04:16:19.481Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: b3b3737b-fd35-4e33-9edd-aceeb1ab4acf  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-04-02T04:16:19.482Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:16:19.482Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T04:16:19.483Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id b3b3737b-fd35-4e33-9edd-aceeb1ab4acf: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"}
2022-04-02T04:16:19.483Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@59a6c6a9
2022-04-02T04:16:19.483Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:16:19.484Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-02T04:16:19.484Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f7cf48c5-6e5c-481b-82a9-1ba054fcdabf
2022-04-02T04:16:19.484Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f7cf48c5-6e5c-481b-82a9-1ba054fcdabf
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-04-02T04:16:19.485Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:16:19.486Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-02T04:16:19.486Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-02T04:16:19.486Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:16:19.486Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-02T04:16:19.487Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-02T04:16:19.487Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:16:19.487Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-04-02T04:16:19.487Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-04-02T04:16:19.488Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-04-02T04:16:19.488Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=6fdd9839-19dd-4a49-a9a9-55979e5f9a7e
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-04-02T04:16:19.489Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:16:19.489Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-02T04:16:19.490Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-02T04:16:19.490Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:16:19.490Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-02T04:16:19.490Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=b3b3737b-fd35-4e33-9edd-aceeb1ab4acf
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-04-02T04:16:19.491Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:16:19.492Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T04:16:19.492Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 0068c2f3-bf52-4bb0-9a6e-9000e8bb20fe: basic_vm_macro
2022-04-02T04:16:19.492Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:16:19.492Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T04:16:19.493Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:16:19.493Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T04:16:19.493Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:16:19.493Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T04:16:19.493Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:16:19.494Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T04:16:19.494Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:16:19.494Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T04:16:19.494Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-02T04:16:19.546Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 2140e92b-2499-426b-a834-2510226cdbcd 1 ASDC deployResourceStructure
2022-04-02T04:16:19.547Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-04-02T04:16:19.547Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-04-02T04:16:19.547Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-02T04:16:19.548Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-02T04:16:19.549Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T04:16:19.550Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1ac445be-7054-4b2a-b680-169948a79012",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872979547,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-02T04:16:19.649Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-02T04:16:19.650Z||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-04-02T04:16:19.650Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T04:16:19.660Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:16:19.661Z||pool-95-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-02T04:16:20.008Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T04:16:20.009Z||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-04-02T04:16:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T04:16:20.028Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:16:20.028Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:16:20.028Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4610214c-4a7e-4ce9-b57c-d750fca25acf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872836332,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-02T04:16:20.029Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:16:20.029Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:16:20.029Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be930f9b-7bf5-4ae5-9c3b-63e5fd923152",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872837344,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtrynojizv57kkbgc6lj/1.0/resourceInstances/pnf99c8665d52450/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:16:20.029Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:16:20.029Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:16:20.029Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be930f9b-7bf5-4ae5-9c3b-63e5fd923152",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872837344,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtrynojizv57kkbgc6lj/1.0/resourceInstances/pnf99c8665d52450/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:16:20.030Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:16:20.030Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:16:20.030Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be930f9b-7bf5-4ae5-9c3b-63e5fd923152",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872837344,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtrynojizv57kkbgc6lj/1.0/resourceInstances/pnf99c8665d52450/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:16:20.030Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:16:20.030Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:16:20.030Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be930f9b-7bf5-4ae5-9c3b-63e5fd923152",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872837344,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtrynojizv57kkbgc6lj/1.0/resourceInstances/pnf99c8665d52450/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:16:20.030Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:16:20.030Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:16:20.030Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be930f9b-7bf5-4ae5-9c3b-63e5fd923152",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872837344,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtrynojizv57kkbgc6lj/1.0/resourceInstances/pnf99c8665d52450/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:16:20.030Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:16:20.030Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:16:20.030Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be930f9b-7bf5-4ae5-9c3b-63e5fd923152",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872837344,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtrynojizv57kkbgc6lj/1.0/resourceInstances/pnf99c8665d52450/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:16:20.030Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:16:20.031Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:16:20.031Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be930f9b-7bf5-4ae5-9c3b-63e5fd923152",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872837344,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtrynojizv57kkbgc6lj/1.0/artifacts/service-DemoPnfQtrynojizv57kkbgc6lj-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:16:20.031Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:16:20.031Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:16:20.031Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be930f9b-7bf5-4ae5-9c3b-63e5fd923152",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872837344,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtrynojizv57kkbgc6lj/1.0/artifacts/service-DemoPnfQtrynojizv57kkbgc6lj-csar.csar",
  "status": "NOTIFIED"
}
2022-04-02T04:16:20.031Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:16:20.031Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:16:20.031Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be930f9b-7bf5-4ae5-9c3b-63e5fd923152",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872850071,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtrynojizv57kkbgc6lj/1.0/artifacts/service-DemoPnfQtrynojizv57kkbgc6lj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-02T04:16:20.032Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:16:20.032Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:16:20.032Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be930f9b-7bf5-4ae5-9c3b-63e5fd923152",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872851924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtrynojizv57kkbgc6lj/1.0/artifacts/service-DemoPnfQtrynojizv57kkbgc6lj-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-02T04:16:20.032Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:16:20.551Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-04-02T04:16:20.551Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-04-02T04:16:20.551Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-02T04:16:20.552Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-02T04:16:20.553Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T04:16:20.554Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1ac445be-7054-4b2a-b680-169948a79012",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872980550,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-04-02T04:16:20.654Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T04:16:20.654Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-02T04:16:20.655Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T04:16:20.667Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:16:20.668Z||pool-96-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-04-02T04:16:21.554Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-04-02T04:16:21.555Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-04-02T04:16:21.555Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-02T04:16:21.555Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-02T04:16:21.557Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T04:16:21.558Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1ac445be-7054-4b2a-b680-169948a79012",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872981554,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-04-02T04:16:21.658Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T04:16:21.659Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-02T04:16:21.659Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T04:16:21.673Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:16:21.673Z||pool-97-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-02T04:16:22.559Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-04-02T04:16:22.559Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-04-02T04:16:22.560Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-02T04:16:22.560Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-02T04:16:22.562Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T04:16:22.562Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1ac445be-7054-4b2a-b680-169948a79012",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872982559,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-02T04:16:22.662Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T04:16:22.663Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-02T04:16:22.663Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T04:16:22.676Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:16:22.676Z||pool-98-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-02T04:16:23.563Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1ac445be-7054-4b2a-b680-169948a79012
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-02T04:16:23.573Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1ac445be-7054-4b2a-b680-169948a79012
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-02T04:16:23.576Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-02T04:16:23.576Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-02T04:16:23.577Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-02T04:16:23.577Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-02T04:16:23.578Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-02T04:16:23.578Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-02T04:16:23.578Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-02T04:16:23.579Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-02T04:16:23.579Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-02T04:16:23.579Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-02T04:16:23.579Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-02T04:16:23.586Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-02T04:16:53.587Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1ac445be-7054-4b2a-b680-169948a79012 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-04-02T04:16:53.591Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1ac445be-7054-4b2a-b680-169948a79012 and serviceModelVersionId: 0068c2f3-bf52-4bb0-9a6e-9000e8bb20fe
2022-04-02T04:16:53.591Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e8cad877-6a7d-44c3-bbe9-4c93c29deb66
2022-04-02T04:16:53.592Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e8cad877-6a7d-44c3-bbe9-4c93c29deb66/model-vers/model-ver/0068c2f3-bf52-4bb0-9a6e-9000e8bb20fe?depth=0
2022-04-02T04:16:53.597Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-04-02T04:16:53.646Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8cad877-6a7d-44c3-bbe9-4c93c29deb66/model-vers/model-ver/0068c2f3-bf52-4bb0-9a6e-9000e8bb20fe?depth=0|INFO|500||Invoke
2022-04-02T04:16:53.647Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8cad877-6a7d-44c3-bbe9-4c93c29deb66/model-vers/model-ver/0068c2f3-bf52-4bb0-9a6e-9000e8bb20fe?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8cad877-6a7d-44c3-bbe9-4c93c29deb66/model-vers/model-ver/0068c2f3-bf52-4bb0-9a6e-9000e8bb20fe?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1ac445be-7054-4b2a-b680-169948a79012], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[806ebc96-3c11-43a3-95ea-24897146021f], X-ECOMP-RequestID=[1ac445be-7054-4b2a-b680-169948a79012], X-TransactionId=[], X-ONAP-RequestID=[1ac445be-7054-4b2a-b680-169948a79012], Content-Type=[application/merge-patch+json]}
2022-04-02T04:16:53.665Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8cad877-6a7d-44c3-bbe9-4c93c29deb66/model-vers/model-ver/0068c2f3-bf52-4bb0-9a6e-9000e8bb20fe?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-02T04:16:54.366Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8cad877-6a7d-44c3-bbe9-4c93c29deb66/model-vers/model-ver/0068c2f3-bf52-4bb0-9a6e-9000e8bb20fe?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/e8cad877-6a7d-44c3-bbe9-4c93c29deb66/model-vers/model-ver/0068c2f3-bf52-4bb0-9a6e-9000e8bb20fe?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220402-04:16:53:546-85719], vertex-id=[217120], Content-Length=[0], Date=[Sat, 02 Apr 2022 04:16:53 GMT], Content-Type=[application/json]}
2022-04-02T04:16:54.366Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8cad877-6a7d-44c3-bbe9-4c93c29deb66/model-vers/model-ver/0068c2f3-bf52-4bb0-9a6e-9000e8bb20fe?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-02T04:16:54.367Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8cad877-6a7d-44c3-bbe9-4c93c29deb66/model-vers/model-ver/0068c2f3-bf52-4bb0-9a6e-9000e8bb20fe?depth=0|INFO|500||InvokeReturn
2022-04-02T04:16:54.368Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-02T04:16:54.368Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-02T04:16:54.371Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-02T04:16:54.379Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1ac445be-7054-4b2a-b680-169948a79012 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-02T04:16:54.385Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-02T04:16:54.387Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-02T04:16:54.396Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T04:16:54.396Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1ac445be-7054-4b2a-b680-169948a79012",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648873014384,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-02T04:16:54.496Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T04:16:54.497Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-02T04:16:54.497Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T04:16:54.513Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:16:54.514Z||pool-99-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-02T04:16:55.407Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-02T04:16:55.407Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"d12b803f-3bda-4dd5-8be6-80ffdb3257a6","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"19b68668-cc0b-4251-8473-9cd3273aadf0","serviceDescription":"service","serviceInvariantUUID":"b538df37-6fc3-4466-b961-fc79b25dc16e","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7b00c10a-7340-4d06-98e2-aed897c5910b","resourceInvariantUUID":"41f18448-f751-4f71-bf79-58f666f1fa26","resourceCustomizationUUID":"b90f140b-7698-4c16-be0a-28e87d8838b7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","artifactChecksum":"NzEzYjRmZDAzNDg1ZjhmNTM5MGRmN2Q0YTEyNDRlYTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"339c436c-3954-46e6-ae5e-4a164f340765","artifactVersion":"1"},{"artifactName":"nginx_cloudtech_k8s_charts.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"bcb42637-7faa-44c3-8723-562314f9edf9","artifactVersion":"2","generatedFromUUID":"bd54d623-5ab3-4565-9e47-babd71bb5eb7"},{"artifactName":"nginx_cloudtech_k8s_charts.tgz","artifactType":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","artifactChecksum":"YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"bd54d623-5ab3-4565-9e47-babd71bb5eb7","artifactVersion":"1"},{"artifactName":"basic_cnf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","artifactChecksum":"YTYwZWY5ZTk4YjFkNDhkYWJlOGYzZDdiNDczOTBiMDA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"bca9a101-17a1-4f28-93a3-351a4c7d3f3c","artifactVersion":"1"},{"artifactName":"base_dummy.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","artifactChecksum":"MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"463a75cc-9ca6-426d-8de2-be917e64df72","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","artifactChecksum":"OWI0ZjVmMTVjZmQ2Nzk1ZTUyOWQyYzdjMjFhYTI4NzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"cafd8c26-8f22-4de5-b15b-942c0d34fd79","artifactVersion":"1"},{"artifactName":"base_dummy.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","artifactChecksum":"NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"1122f5b2-1998-4d32-82c9-40efce1158b6","artifactVersion":"2","generatedFromUUID":"463a75cc-9ca6-426d-8de2-be917e64df72"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"OTUyNDExMTM4YmNkMmE1Yzc3NGNkZGM2YTM4NTJjNzI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"de8584d7-aa3a-43a6-b827-9b611ffad203","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MGMxZDkyYjk1MWI2NmUzNDMwNWQ4YTVkYzAwY2MyOWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0ccd8004-173f-49de-8622-3e17585fc6f6","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-02T04:16:55.408Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-02T04:16:55.408Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-02T04:16:55.409Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T04:16:55.410Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872837344,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:16:55.510Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T04:16:55.511Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-02T04:16:55.511Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T04:16:55.523Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:16:55.523Z||pool-100-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-02T04:16:56.410Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-02T04:16:56.411Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-02T04:16:56.413Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T04:16:56.414Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872837344,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-04-02T04:16:56.514Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T04:16:56.515Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-02T04:16:56.515Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T04:16:56.531Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:16:56.531Z||pool-101-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-02T04:16:57.415Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-02T04:16:57.416Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-02T04:16:57.417Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T04:16:57.418Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872837344,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-04-02T04:16:57.518Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T04:16:57.519Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-02T04:16:57.519Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T04:16:57.529Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:16:57.529Z||pool-102-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-02T04:16:58.418Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-02T04:16:58.419Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-02T04:16:58.421Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T04:16:58.421Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872837344,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-04-02T04:16:58.521Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T04:16:58.522Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-02T04:16:58.522Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T04:16:58.541Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:16:58.543Z||pool-103-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-04-02T04:16:59.422Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-02T04:16:59.423Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-02T04:16:59.425Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T04:16:59.425Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872837344,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-04-02T04:16:59.525Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T04:16:59.526Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-02T04:16:59.526Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T04:16:59.544Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:16:59.545Z||pool-104-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-04-02T04:17:00.425Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-02T04:17:00.427Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-02T04:17:00.429Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T04:17:00.429Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872837344,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:17:00.529Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T04:17:00.530Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-02T04:17:00.530Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T04:17:00.540Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:17:00.540Z||pool-105-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-02T04:17:01.429Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-02T04:17:01.430Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-02T04:17:01.432Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T04:17:01.432Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872837344,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-04-02T04:17:01.532Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T04:17:01.533Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-02T04:17:01.533Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T04:17:01.544Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:17:01.545Z||pool-106-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-02T04:17:02.433Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-02T04:17:02.434Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-02T04:17:02.435Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T04:17:02.435Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872837344,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:17:02.536Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T04:17:02.536Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-02T04:17:02.537Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T04:17:02.547Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:17:02.547Z||pool-107-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-02T04:17:03.436Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-02T04:17:03.437Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-02T04:17:03.439Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T04:17:03.439Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872837344,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-02T04:17:03.539Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T04:17:03.540Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-02T04:17:03.540Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T04:17:03.552Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:17:03.552Z||pool-108-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-02T04:17:04.440Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "19b68668-cc0b-4251-8473-9cd3273aadf0",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b538df37-6fc3-4466-b961-fc79b25dc16e",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "b90f140b-7698-4c16-be0a-28e87d8838b7",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7b00c10a-7340-4d06-98e2-aed897c5910b",
      "resourceInvariantUUID": "41f18448-f751-4f71-bf79-58f666f1fa26",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "nginx_cloudtech_k8s_charts.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
          "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "bcb42637-7faa-44c3-8723-562314f9edf9",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "nginx_cloudtech_k8s_charts.tgz",
          "artifactType": "CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
          "artifactChecksum": "YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "bd54d623-5ab3-4565-9e47-babd71bb5eb7",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "basic_cnf0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
          "artifactChecksum": "YTYwZWY5ZTk4YjFkNDhkYWJlOGYzZDdiNDczOTBiMDA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "bca9a101-17a1-4f28-93a3-351a4c7d3f3c",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_dummy.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
          "artifactChecksum": "MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "463a75cc-9ca6-426d-8de2-be917e64df72",
          "generatedArtifact": {
            "artifactName": "base_dummy.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
            "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "1122f5b2-1998-4d32-82c9-40efce1158b6",
            "generatedFromUUID": "463a75cc-9ca6-426d-8de2-be917e64df72"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_dummy.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
          "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "1122f5b2-1998-4d32-82c9-40efce1158b6",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "MGMxZDkyYjk1MWI2NmUzNDMwNWQ4YTVkYzAwY2MyOWI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0ccd8004-173f-49de-8622-3e17585fc6f6"
    }
  ],
  "workloadContext": "Production"
}
2022-04-02T04:17:04.441Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-02T04:17:04.441Z|1ac445be-7054-4b2a-b680-169948a79012|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 19b68668-cc0b-4251-8473-9cd3273aadf0 ASDC
2022-04-02T04:17:04.441Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:d12b803f-3bda-4dd5-8be6-80ffdb3257a6
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:19b68668-cc0b-4251-8473-9cd3273aadf0
ServiceInvariantUUID:b538df37-6fc3-4466-b961-fc79b25dc16e
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicCnf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
ArtifactUUID:0ccd8004-173f-49de-8622-3e17585fc6f6
ArtifactChecksum:MGMxZDkyYjk1MWI2NmUzNDMwNWQ4YTVkYzAwY2MyOWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:b90f140b-7698-4c16-be0a-28e87d8838b7
ResourceInvariantUUID:41f18448-f751-4f71-bf79-58f666f1fa26
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:7b00c10a-7340-4d06-98e2-aed897c5910b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
ArtifactUUID:bcb42637-7faa-44c3-8723-562314f9edf9
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.tgz
ArtifactVersion:1
ArtifactType:CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
ArtifactUUID:bd54d623-5ab3-4565-9e47-babd71bb5eb7
ArtifactChecksum:YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:basic_cnf0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
ArtifactUUID:bca9a101-17a1-4f28-93a3-351a4c7d3f3c
ArtifactChecksum:YTYwZWY5ZTk4YjFkNDhkYWJlOGYzZDdiNDczOTBiMDA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_dummy.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
ArtifactUUID:463a75cc-9ca6-426d-8de2-be917e64df72
ArtifactChecksum:MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:1122f5b2-1998-4d32-82c9-40efce1158b6
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:1122f5b2-1998-4d32-82c9-40efce1158b6
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-02T04:17:04.442Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 19b68668-cc0b-4251-8473-9cd3273aadf0 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-04-02T04:17:04.474Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-02T04:17:04.474Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-02T04:17:04.475Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-02T04:17:04.475Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 0ccd8004-173f-49de-8622-3e17585fc6f6 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-04-02T04:17:04.475Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-02T04:17:04.475Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-04-02T04:17:05.044Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-02T04:17:05.046Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 0ccd8004-173f-49de-8622-3e17585fc6f6 68940
2022-04-02T04:17:05.047Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-04-02T04:17:05.047Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-04-02T04:17:05.047Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-02T04:17:05.047Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-02T04:17:05.049Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T04:17:05.049Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648873025047,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-02T04:17:05.149Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T04:17:05.150Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-02T04:17:05.150Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T04:17:05.160Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:17:05.160Z||pool-109-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-02T04:17:06.049Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-02T04:17:06.051Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-02T04:17:06.051Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 0ccd8004-173f-49de-8622-3e17585fc6f6, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-02T04:17:06.051Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-04-02T04:17:06.052Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-02T04:17:06.052Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-02T04:17:06.160Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16985946221528753665/Definitions/service-BasicCnf-template.yml
2022-04-02T04:17:07.295Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-02T04:17:07.296Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-04-02T04:17:07.296Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-02T04:17:07.296Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-04-02T04:17:07.296Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-02T04:17:07.296Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-02T04:17:07.296Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-02T04:17:07.296Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-02T04:17:07.296Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-04-02T04:17:07.297Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:17:07.297Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T04:17:07.297Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-02T04:17:07.297Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-04-02T04:17:07.297Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-02T04:17:07.298Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:17:07.298Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T04:17:07.298Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-02T04:17:07.298Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-04-02T04:17:07.298Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-02T04:17:07.298Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:17:07.298Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T04:17:07.298Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:17:07.299Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-04-02T04:17:07.299Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-04-02T04:17:07.299Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||Node template dummy is not matching search criteria
2022-04-02T04:17:07.299Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-02T04:17:07.299Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:17:07.299Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-02T04:17:07.299Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:17:07.300Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-02T04:17:07.300Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-02T04:17:07.300Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:17:07.300Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-02T04:17:07.300Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-02T04:17:07.300Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:17:07.300Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-02T04:17:07.301Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-02T04:17:07.301Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:17:07.301Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-04-02T04:17:07.301Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-04-02T04:17:07.301Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=f4960cbc-b8df-4d6d-863b-ad835d939b81
2022-04-02T04:17:07.301Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:17:07.301Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T04:17:07.302Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:17:07.302Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T04:17:07.302Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:17:07.302Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T04:17:07.302Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:17:07.302Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T04:17:07.302Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:19b68668-cc0b-4251-8473-9cd3273aadf0
Model Version:NULL
Model InvariantUuid:b538df37-6fc3-4466-b961-fc79b25dc16e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:6c713bd4-ae29-43ba-98de-20b7ea5c976d
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:41f18448-f751-4f71-bf79-58f666f1fa26
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b90f140b-7698-4c16-be0a-28e87d8838b7
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:e62b86be-2dd1-4691-bd7b-93911d74ec49
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:4ed149a2-69a2-47e6-a01b-12dff212fb18
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:f4960cbc-b8df-4d6d-863b-ad835d939b81
ModelInvariantUuid:b00a3ef8-b077-4504-8d87-32f2c4c2f116
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:a8f89295-53f5-4de5-ab5c-f177bf8735f9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:64b5c295-4c10-4513-9250-652d75d63916
ModelInvariantUuid:6e7b2bbe-b79b-4dca-881c-78077f76313d
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:1234576a-4ba7-4a26-9c72-8d4ea544b573
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-04-02T04:17:07.305Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 7b00c10a-7340-4d06-98e2-aed897c5910b
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-04-02T04:17:07.307Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||INFO|500||basic_cnf 0
2022-04-02T04:17:07.307Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7b00c10a-7340-4d06-98e2-aed897c5910b
2022-04-02T04:17:07.307Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: bcb42637-7faa-44c3-8723-562314f9edf9 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-04-02T04:17:07.307Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-02T04:17:07.307Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-04-02T04:17:07.520Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-02T04:17:07.520Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env bcb42637-7faa-44c3-8723-562314f9edf9 12
2022-04-02T04:17:07.520Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-04-02T04:17:07.521Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-04-02T04:17:07.521Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-02T04:17:07.521Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-02T04:17:07.523Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T04:17:07.523Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648873027520,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-04-02T04:17:07.623Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T04:17:07.624Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-02T04:17:07.624Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T04:17:07.635Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:17:07.636Z||pool-110-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-02T04:17:08.523Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: bd54d623-5ab3-4565-9e47-babd71bb5eb7 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-04-02T04:17:08.524Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-02T04:17:08.524Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-04-02T04:17:08.738Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-02T04:17:08.739Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz bd54d623-5ab3-4565-9e47-babd71bb5eb7 2688
2022-04-02T04:17:08.739Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-04-02T04:17:08.739Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-04-02T04:17:08.739Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-02T04:17:08.739Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-02T04:17:08.743Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T04:17:08.743Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648873028739,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-04-02T04:17:08.842Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-02T04:17:08.842Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-02T04:17:08.842Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T04:17:08.854Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:17:08.854Z||pool-111-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-02T04:17:09.744Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: bca9a101-17a1-4f28-93a3-351a4c7d3f3c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-04-02T04:17:09.745Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-02T04:17:09.745Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-04-02T04:17:10.121Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-02T04:17:10.121Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json bca9a101-17a1-4f28-93a3-351a4c7d3f3c 828
2022-04-02T04:17:10.121Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-04-02T04:17:10.121Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-04-02T04:17:10.121Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-02T04:17:10.122Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-02T04:17:10.123Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T04:17:10.123Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648873030121,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-02T04:17:10.223Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T04:17:10.224Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-02T04:17:10.225Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T04:17:10.240Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:17:10.240Z||pool-112-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-02T04:17:11.124Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "e62b86be-2dd1-4691-bd7b-93911d74ec49",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4ed149a2-69a2-47e6-a01b-12dff212fb18",
    "vfModuleModelCustomizationUUID": "9e4f2fe4-7931-4f7b-99ff-3bccc9d966d6",
    "isBase": true,
    "artifacts": [
      "463a75cc-9ca6-426d-8de2-be917e64df72",
      "bd54d623-5ab3-4565-9e47-babd71bb5eb7",
      "1122f5b2-1998-4d32-82c9-40efce1158b6"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-02T04:17:11.127Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4ed149a2-69a2-47e6-a01b-12dff212fb18
VfModuleModelInvariantUUID:e62b86be-2dd1-4691-bd7b-93911d74ec49
VfModuleModelDescription:NULL
Artifacts UUID List:{
463a75cc-9ca6-426d-8de2-be917e64df72
,
bd54d623-5ab3-4565-9e47-babd71bb5eb7
,
1122f5b2-1998-4d32-82c9-40efce1158b6

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

isBase:true


}

2022-04-02T04:17:11.129Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "e62b86be-2dd1-4691-bd7b-93911d74ec49",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4ed149a2-69a2-47e6-a01b-12dff212fb18",
    "vfModuleModelCustomizationUUID": "9e4f2fe4-7931-4f7b-99ff-3bccc9d966d6",
    "isBase": true,
    "artifacts": [
      "463a75cc-9ca6-426d-8de2-be917e64df72",
      "bd54d623-5ab3-4565-9e47-babd71bb5eb7",
      "1122f5b2-1998-4d32-82c9-40efce1158b6"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-02T04:17:11.129Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4ed149a2-69a2-47e6-a01b-12dff212fb18
VfModuleModelInvariantUUID:e62b86be-2dd1-4691-bd7b-93911d74ec49
VfModuleModelDescription:NULL
Artifacts UUID List:{
463a75cc-9ca6-426d-8de2-be917e64df72
,
bd54d623-5ab3-4565-9e47-babd71bb5eb7
,
1122f5b2-1998-4d32-82c9-40efce1158b6

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

isBase:true


}

2022-04-02T04:17:11.129Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 463a75cc-9ca6-426d-8de2-be917e64df72 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-04-02T04:17:11.129Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-02T04:17:11.129Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-04-02T04:17:11.475Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-02T04:17:11.476Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 463a75cc-9ca6-426d-8de2-be917e64df72 1164
2022-04-02T04:17:11.476Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-04-02T04:17:11.476Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-04-02T04:17:11.476Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-02T04:17:11.476Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-02T04:17:11.478Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T04:17:11.478Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648873031476,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-02T04:17:11.578Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T04:17:11.579Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-02T04:17:11.579Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T04:17:11.589Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:17:11.589Z||pool-113-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-02T04:17:12.478Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 1122f5b2-1998-4d32-82c9-40efce1158b6 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-04-02T04:17:12.479Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-02T04:17:12.479Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-04-02T04:17:12.663Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-02T04:17:12.664Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 1122f5b2-1998-4d32-82c9-40efce1158b6 200
2022-04-02T04:17:12.664Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-04-02T04:17:12.664Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-04-02T04:17:12.664Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-02T04:17:12.664Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-02T04:17:12.666Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T04:17:12.666Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648873032664,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-04-02T04:17:12.766Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T04:17:12.767Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-02T04:17:12.767Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T04:17:12.784Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:17:12.785Z||pool-114-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-02T04:17:13.667Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 19b68668-cc0b-4251-8473-9cd3273aadf0
2022-04-02T04:17:13.667Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 7b00c10a-7340-4d06-98e2-aed897c5910b ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
2022-04-02T04:17:13.680Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-02T04:17:13.686Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4e616fb0, org.onap.sdc.toscaparser.api.parameters.Input@7f27a0d5, org.onap.sdc.toscaparser.api.parameters.Input@7e0e7b0f, org.onap.sdc.toscaparser.api.parameters.Input@4f9bef0a, org.onap.sdc.toscaparser.api.parameters.Input@a4215a6]
2022-04-02T04:17:13.687Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:17:13.687Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T04:17:13.687Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-04-02T04:17:13.688Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= b90f140b-7698-4c16-be0a-28e87d8838b7
2022-04-02T04:17:13.688Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b90f140b-7698-4c16-be0a-28e87d8838b7 matches Tosca VF Customization UUID: b90f140b-7698-4c16-be0a-28e87d8838b7
2022-04-02T04:17:13.688Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: b90f140b-7698-4c16-be0a-28e87d8838b7  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-04-02T04:17:13.689Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:17:13.689Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T04:17:13.690Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id b90f140b-7698-4c16-be0a-28e87d8838b7: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"}
2022-04-02T04:17:13.690Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5589a531
2022-04-02T04:17:13.690Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:17:13.690Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-02T04:17:13.690Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9e4f2fe4-7931-4f7b-99ff-3bccc9d966d6
2022-04-02T04:17:13.690Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9e4f2fe4-7931-4f7b-99ff-3bccc9d966d6
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-04-02T04:17:13.691Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:17:13.692Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-02T04:17:13.692Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-02T04:17:13.692Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:17:13.692Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-02T04:17:13.692Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-02T04:17:13.692Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:17:13.693Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-04-02T04:17:13.693Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-04-02T04:17:13.693Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=f4960cbc-b8df-4d6d-863b-ad835d939b81
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-04-02T04:17:13.694Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:17:13.694Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-02T04:17:13.694Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-02T04:17:13.695Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:17:13.695Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-02T04:17:13.695Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=b90f140b-7698-4c16-be0a-28e87d8838b7
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-04-02T04:17:13.696Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:17:13.696Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T04:17:13.696Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 19b68668-cc0b-4251-8473-9cd3273aadf0: basic_cnf
2022-04-02T04:17:13.697Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:17:13.697Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T04:17:13.697Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:17:13.697Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T04:17:13.697Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:17:13.697Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T04:17:13.697Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:17:13.698Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T04:17:13.698Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:17:13.698Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T04:17:13.698Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-02T04:17:13.746Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 7b00c10a-7340-4d06-98e2-aed897c5910b 1 ASDC deployResourceStructure
2022-04-02T04:17:13.747Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-04-02T04:17:13.747Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2022-04-02T04:17:13.747Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-04-02T04:17:13.748Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-02T04:17:13.749Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T04:17:13.749Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648873033747,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-04-02T04:17:13.850Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-02T04:17:13.850Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-02T04:17:13.851Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T04:17:13.864Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:17:13.865Z||pool-115-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-02T04:17:14.750Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-04-02T04:17:14.751Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2022-04-02T04:17:14.751Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-04-02T04:17:14.751Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-02T04:17:14.753Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T04:17:14.753Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648873034750,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-04-02T04:17:14.853Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T04:17:14.854Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-02T04:17:14.855Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T04:17:14.867Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:17:14.868Z||pool-116-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-02T04:17:15.754Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-04-02T04:17:15.755Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-04-02T04:17:15.755Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-02T04:17:15.755Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-02T04:17:15.757Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T04:17:15.757Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648873035754,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-02T04:17:15.857Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T04:17:15.858Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-02T04:17:15.858Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T04:17:15.886Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:17:15.887Z||pool-117-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-04-02T04:17:16.757Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-04-02T04:17:16.758Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-04-02T04:17:16.758Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-02T04:17:16.758Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-02T04:17:16.760Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T04:17:16.761Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648873036757,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-04-02T04:17:16.861Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T04:17:16.862Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-02T04:17:16.862Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T04:17:16.888Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:17:16.888Z||pool-118-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-04-02T04:17:17.762Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-04-02T04:17:17.762Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-04-02T04:17:17.762Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-02T04:17:17.762Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-02T04:17:17.764Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T04:17:17.764Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648873037761,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-04-02T04:17:17.864Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T04:17:17.865Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-02T04:17:17.866Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T04:17:17.884Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:17:17.884Z||pool-119-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-04-02T04:17:18.765Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-04-02T04:17:18.766Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-04-02T04:17:18.766Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-02T04:17:18.766Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-02T04:17:18.776Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T04:17:18.776Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648873038764,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-02T04:17:18.868Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-04-02T04:17:18.869Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-02T04:17:18.869Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T04:17:18.893Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:17:18.894Z||pool-120-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-04-02T04:17:19.777Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d12b803f-3bda-4dd5-8be6-80ffdb3257a6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-02T04:17:19.786Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d12b803f-3bda-4dd5-8be6-80ffdb3257a6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-02T04:17:19.788Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-02T04:17:19.788Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-02T04:17:19.788Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-02T04:17:19.789Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-02T04:17:19.789Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-02T04:17:19.789Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-02T04:17:19.789Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-02T04:17:19.789Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-02T04:17:19.789Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-02T04:17:19.789Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-02T04:17:19.789Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-02T04:17:19.794Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-02T04:17:20.008Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T04:17:20.009Z||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-04-02T04:17:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T04:17:20.030Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:17:20.031Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:17:20.031Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa883df-8d94-4fdd-ab9a-9c522da8cd99",
  "consumerID": "clamp",
  "timestamp": 1648872904957,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:17:20.032Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:17:20.032Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:17:20.032Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa883df-8d94-4fdd-ab9a-9c522da8cd99",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648872908900,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:17:20.032Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:17:20.032Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:17:20.032Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa883df-8d94-4fdd-ab9a-9c522da8cd99",
  "consumerID": "cds",
  "timestamp": 1648872902453,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:17:20.032Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:17:20.032Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:17:20.032Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa883df-8d94-4fdd-ab9a-9c522da8cd99",
  "consumerID": "aai-ml",
  "timestamp": 1648872909255,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:17:20.033Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:17:20.033Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:17:20.033Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa883df-8d94-4fdd-ab9a-9c522da8cd99",
  "consumerID": "clamp",
  "timestamp": 1648872904957,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:17:20.033Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:17:20.033Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:17:20.033Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa883df-8d94-4fdd-ab9a-9c522da8cd99",
  "consumerID": "cds",
  "timestamp": 1648872902453,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:17:20.034Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:17:20.034Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:17:20.034Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa883df-8d94-4fdd-ab9a-9c522da8cd99",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648872908900,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:17:20.034Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:17:20.035Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:17:20.035Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa883df-8d94-4fdd-ab9a-9c522da8cd99",
  "consumerID": "aai-ml",
  "timestamp": 1648872909255,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:17:20.035Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:17:20.035Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:17:20.035Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa883df-8d94-4fdd-ab9a-9c522da8cd99",
  "consumerID": "clamp",
  "timestamp": 1648872904957,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:17:20.035Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:17:20.035Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:17:20.036Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa883df-8d94-4fdd-ab9a-9c522da8cd99",
  "consumerID": "cds",
  "timestamp": 1648872902453,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:17:20.036Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:17:20.036Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:17:20.036Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa883df-8d94-4fdd-ab9a-9c522da8cd99",
  "consumerID": "aai-ml",
  "timestamp": 1648872909255,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:17:20.036Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:17:20.036Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:17:20.036Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa883df-8d94-4fdd-ab9a-9c522da8cd99",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648872908900,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:17:20.036Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:17:20.037Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:17:20.037Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be930f9b-7bf5-4ae5-9c3b-63e5fd923152",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872913471,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-02T04:17:20.037Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:17:20.037Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:17:20.037Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa883df-8d94-4fdd-ab9a-9c522da8cd99",
  "consumerID": "cds",
  "timestamp": 1648872902453,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:17:20.037Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:17:20.037Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:17:20.037Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa883df-8d94-4fdd-ab9a-9c522da8cd99",
  "consumerID": "clamp",
  "timestamp": 1648872904957,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:17:20.038Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:17:20.038Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:17:20.038Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa883df-8d94-4fdd-ab9a-9c522da8cd99",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648872908900,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:17:20.038Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:17:20.038Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:17:20.038Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa883df-8d94-4fdd-ab9a-9c522da8cd99",
  "consumerID": "aai-ml",
  "timestamp": 1648872909255,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:17:20.038Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:17:20.038Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:17:20.039Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e20d450-1046-4c3b-9830-8d8b83e941d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872837344,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:17:20.039Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:17:20.039Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:17:20.039Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa883df-8d94-4fdd-ab9a-9c522da8cd99",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648872914216,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:17:20.039Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:17:20.039Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:17:20.039Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa883df-8d94-4fdd-ab9a-9c522da8cd99",
  "consumerID": "clamp",
  "timestamp": 1648872904957,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:17:20.040Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:17:20.040Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:17:20.040Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa883df-8d94-4fdd-ab9a-9c522da8cd99",
  "consumerID": "cds",
  "timestamp": 1648872902453,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:17:20.040Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:17:20.040Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:17:20.040Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa883df-8d94-4fdd-ab9a-9c522da8cd99",
  "consumerID": "aai-ml",
  "timestamp": 1648872909255,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:17:20.040Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:17:20.040Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:17:20.040Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa883df-8d94-4fdd-ab9a-9c522da8cd99",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648872908900,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:17:20.041Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:17:20.041Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:17:20.041Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e20d450-1046-4c3b-9830-8d8b83e941d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872837344,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-04-02T04:17:20.041Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:17:20.041Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:17:20.041Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa883df-8d94-4fdd-ab9a-9c522da8cd99",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648872914216,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:17:20.041Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:17:20.042Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:17:20.042Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa883df-8d94-4fdd-ab9a-9c522da8cd99",
  "consumerID": "clamp",
  "timestamp": 1648872904957,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:17:20.042Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:17:20.042Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:17:20.042Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa883df-8d94-4fdd-ab9a-9c522da8cd99",
  "consumerID": "cds",
  "timestamp": 1648872902453,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:17:20.042Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:17:20.042Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:17:20.042Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa883df-8d94-4fdd-ab9a-9c522da8cd99",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648872908900,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:17:20.043Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:17:20.043Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:17:20.043Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa883df-8d94-4fdd-ab9a-9c522da8cd99",
  "consumerID": "aai-ml",
  "timestamp": 1648872909255,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:17:20.043Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:17:20.043Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:17:20.043Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa883df-8d94-4fdd-ab9a-9c522da8cd99",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648872915661,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:17:20.043Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:17:20.043Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:17:20.044Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e20d450-1046-4c3b-9830-8d8b83e941d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872837344,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-02T04:17:20.044Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:17:20.044Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:17:20.044Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa883df-8d94-4fdd-ab9a-9c522da8cd99",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648872914216,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:17:20.044Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:17:20.044Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:17:20.044Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa883df-8d94-4fdd-ab9a-9c522da8cd99",
  "consumerID": "clamp",
  "timestamp": 1648872904957,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:17:20.044Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:17:20.045Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:17:20.045Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa883df-8d94-4fdd-ab9a-9c522da8cd99",
  "consumerID": "cds",
  "timestamp": 1648872902453,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:17:20.045Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:17:20.045Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:17:20.045Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa883df-8d94-4fdd-ab9a-9c522da8cd99",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648872908900,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:17:20.045Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:17:20.045Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:17:20.045Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa883df-8d94-4fdd-ab9a-9c522da8cd99",
  "consumerID": "aai-ml",
  "timestamp": 1648872909255,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:17:20.046Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:17:20.046Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:17:20.046Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa883df-8d94-4fdd-ab9a-9c522da8cd99",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648872915661,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:17:20.046Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:17:20.046Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:17:20.046Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e20d450-1046-4c3b-9830-8d8b83e941d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872837344,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:17:20.046Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:17:20.047Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:17:20.047Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa883df-8d94-4fdd-ab9a-9c522da8cd99",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648872914216,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:17:20.047Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:17:20.047Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:17:20.047Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa883df-8d94-4fdd-ab9a-9c522da8cd99",
  "consumerID": "cds",
  "timestamp": 1648872902453,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:17:20.047Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:17:20.047Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:17:20.047Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa883df-8d94-4fdd-ab9a-9c522da8cd99",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648872908900,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:17:20.048Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:17:20.048Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:17:20.048Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa883df-8d94-4fdd-ab9a-9c522da8cd99",
  "consumerID": "clamp",
  "timestamp": 1648872904957,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:17:20.048Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:17:20.048Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:17:20.048Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa883df-8d94-4fdd-ab9a-9c522da8cd99",
  "consumerID": "aai-ml",
  "timestamp": 1648872909255,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:17:20.048Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:17:20.049Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:17:20.049Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa883df-8d94-4fdd-ab9a-9c522da8cd99",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648872915661,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:17:20.049Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:17:20.049Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:17:20.049Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e20d450-1046-4c3b-9830-8d8b83e941d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872837344,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-04-02T04:17:20.049Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:17:20.049Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:17:20.049Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa883df-8d94-4fdd-ab9a-9c522da8cd99",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648872914216,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:17:20.050Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:17:20.050Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:17:20.050Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa883df-8d94-4fdd-ab9a-9c522da8cd99",
  "consumerID": "cds",
  "timestamp": 1648872902453,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-02T04:17:20.050Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:17:20.050Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:17:20.050Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa883df-8d94-4fdd-ab9a-9c522da8cd99",
  "consumerID": "clamp",
  "timestamp": 1648872904957,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-02T04:17:20.050Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:17:20.050Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:17:20.051Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa883df-8d94-4fdd-ab9a-9c522da8cd99",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648872908900,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-02T04:17:20.051Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:17:20.051Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:17:20.051Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa883df-8d94-4fdd-ab9a-9c522da8cd99",
  "consumerID": "aai-ml",
  "timestamp": 1648872909255,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-02T04:17:20.051Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:17:20.051Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:17:20.051Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa883df-8d94-4fdd-ab9a-9c522da8cd99",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648872915661,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:17:20.052Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:17:20.052Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:17:20.052Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e20d450-1046-4c3b-9830-8d8b83e941d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872837344,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:17:20.052Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:17:20.052Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:17:20.052Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa883df-8d94-4fdd-ab9a-9c522da8cd99",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648872914216,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:17:20.052Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:17:49.794Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d12b803f-3bda-4dd5-8be6-80ffdb3257a6 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-04-02T04:17:49.802Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d12b803f-3bda-4dd5-8be6-80ffdb3257a6 and serviceModelVersionId: 19b68668-cc0b-4251-8473-9cd3273aadf0
2022-04-02T04:17:49.803Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b538df37-6fc3-4466-b961-fc79b25dc16e
2022-04-02T04:17:49.803Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b538df37-6fc3-4466-b961-fc79b25dc16e/model-vers/model-ver/19b68668-cc0b-4251-8473-9cd3273aadf0?depth=0
2022-04-02T04:17:49.807Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-04-02T04:17:49.846Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b538df37-6fc3-4466-b961-fc79b25dc16e/model-vers/model-ver/19b68668-cc0b-4251-8473-9cd3273aadf0?depth=0|INFO|500||Invoke
2022-04-02T04:17:49.847Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b538df37-6fc3-4466-b961-fc79b25dc16e/model-vers/model-ver/19b68668-cc0b-4251-8473-9cd3273aadf0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b538df37-6fc3-4466-b961-fc79b25dc16e/model-vers/model-ver/19b68668-cc0b-4251-8473-9cd3273aadf0?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d12b803f-3bda-4dd5-8be6-80ffdb3257a6], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1833f113-d755-4721-ab40-331656b5c5ab], X-ECOMP-RequestID=[d12b803f-3bda-4dd5-8be6-80ffdb3257a6], X-TransactionId=[], X-ONAP-RequestID=[d12b803f-3bda-4dd5-8be6-80ffdb3257a6], Content-Type=[application/merge-patch+json]}
2022-04-02T04:17:49.864Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b538df37-6fc3-4466-b961-fc79b25dc16e/model-vers/model-ver/19b68668-cc0b-4251-8473-9cd3273aadf0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-02T04:17:49.983Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b538df37-6fc3-4466-b961-fc79b25dc16e/model-vers/model-ver/19b68668-cc0b-4251-8473-9cd3273aadf0?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/b538df37-6fc3-4466-b961-fc79b25dc16e/model-vers/model-ver/19b68668-cc0b-4251-8473-9cd3273aadf0?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220402-04:17:49:748-75353], vertex-id=[536808], Content-Length=[0], Date=[Sat, 02 Apr 2022 04:17:49 GMT], Content-Type=[application/json]}
2022-04-02T04:17:49.983Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b538df37-6fc3-4466-b961-fc79b25dc16e/model-vers/model-ver/19b68668-cc0b-4251-8473-9cd3273aadf0?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-02T04:17:49.984Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b538df37-6fc3-4466-b961-fc79b25dc16e/model-vers/model-ver/19b68668-cc0b-4251-8473-9cd3273aadf0?depth=0|INFO|500||InvokeReturn
2022-04-02T04:17:49.984Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-02T04:17:49.984Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-02T04:17:49.989Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-02T04:17:49.989Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d12b803f-3bda-4dd5-8be6-80ffdb3257a6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-02T04:17:49.990Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-02T04:17:49.990Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-02T04:17:49.992Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T04:17:49.992Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648873069990,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-02T04:17:50.092Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-02T04:17:50.093Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-02T04:17:50.093Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T04:17:50.115Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:17:50.116Z||pool-121-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-04-02T04:17:51.003Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T04:17:51.004Z||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-04-02T04:17:51.004Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T04:17:55.315Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:17:55.316Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-02T04:17:55.316Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"5aa883df-8d94-4fdd-ab9a-9c522da8cd99","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"30121807-1944-49bb-a28c-10203be2a556","serviceDescription":"service","serviceInvariantUUID":"30a181a2-b423-4519-beec-a03c272973e1","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"bcc1f50a-4c6b-45ce-8e27-383af822ea88","resourceInvariantUUID":"d890f457-6e7c-49cb-9fb5-8df3ec904e07","resourceCustomizationUUID":"e00905fa-ebb5-4460-8b49-e94d6500ce82","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":"MjAzMmE2NDhhZTM0ODA5NjNhZDVhN2Y2NzUzMTlkN2M\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2fb8b72b-045b-450c-b937-f69af880a96e","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":"ff9f6ac6-3807-4970-bd14-5fd938ec7f59","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":"eb0e6cc2-24e6-4d1e-b2ed-c5d024761e2d","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":"YTNkNGJhZDJlM2JhM2M5NTgzYmY2ZGEzNWNiYWRiNGI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"38bb9050-f41d-4f3b-8263-543e4b7fe9e7","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":"f67751d2-76e2-4610-b675-f13c7f3b8366","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":"06b88c51-6402-461d-b9c7-68ec554b0f04","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":"d2d1b4e7-36b8-4e49-9dbe-13fe95c083a6","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":"NWNjNjU2Njg4YjdmNmZhZjNiODM3NDY5MDc3MDcyMDQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d604bbff-77a8-4e86-8599-bc21fbda7c29","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"Njk2YTkzMWM0NTBkYmRmZjBlOGMyMjIzZGQ3ZmY5ZTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d62adf07-4a21-4f2e-b939-86dabd7d378c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-02T04:17:55.318Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-02T04:17:55.318Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-02T04:17:55.321Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T04:17:55.321Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5aa883df-8d94-4fdd-ab9a-9c522da8cd99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648873071003,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:17:55.421Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T04:17:55.422Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-02T04:17:55.422Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T04:17:55.433Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:17:55.433Z||pool-122-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-04-02T04:17:56.322Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-02T04:17:56.322Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-02T04:17:56.324Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T04:17:56.324Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5aa883df-8d94-4fdd-ab9a-9c522da8cd99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648873071003,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:17:56.424Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T04:17:56.425Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-02T04:17:56.425Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T04:17:56.436Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:17:56.437Z||pool-123-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-02T04:17:57.325Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-02T04:17:57.325Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-02T04:17:57.327Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T04:17:57.327Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5aa883df-8d94-4fdd-ab9a-9c522da8cd99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648873071003,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:17:57.427Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T04:17:57.428Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-02T04:17:57.429Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T04:17:57.440Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:17:57.441Z||pool-124-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-02T04:17:58.327Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-02T04:17:58.328Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-02T04:17:58.329Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T04:17:58.330Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5aa883df-8d94-4fdd-ab9a-9c522da8cd99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648873071003,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:17:58.429Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-02T04:17:58.430Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-02T04:17:58.430Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T04:17:58.447Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:17:58.447Z||pool-125-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-02T04:17:59.330Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-02T04:17:59.330Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-02T04:17:59.332Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T04:17:59.332Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5aa883df-8d94-4fdd-ab9a-9c522da8cd99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648873071003,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:17:59.432Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T04:17:59.433Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-02T04:17:59.433Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T04:17:59.447Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:17:59.448Z||pool-126-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-02T04:18:00.333Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-02T04:18:00.333Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-02T04:18:00.335Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T04:18:00.335Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5aa883df-8d94-4fdd-ab9a-9c522da8cd99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648873071003,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:18:00.435Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T04:18:00.436Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-02T04:18:00.436Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T04:18:00.449Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:18:00.449Z||pool-127-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-02T04:18:01.336Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-02T04:18:01.336Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-02T04:18:01.338Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T04:18:01.338Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5aa883df-8d94-4fdd-ab9a-9c522da8cd99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648873071003,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:18:01.438Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T04:18:01.439Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-02T04:18:01.439Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T04:18:01.449Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:18:01.450Z||pool-128-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-02T04:18:02.338Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-02T04:18:02.339Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-02T04:18:02.341Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T04:18:02.341Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5aa883df-8d94-4fdd-ab9a-9c522da8cd99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648873071003,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:18:02.440Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-02T04:18:02.441Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-02T04:18:02.441Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T04:18:02.456Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:18:02.456Z||pool-129-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-02T04:18:03.341Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-02T04:18:03.342Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-02T04:18:03.343Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T04:18:03.343Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5aa883df-8d94-4fdd-ab9a-9c522da8cd99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648873071003,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-02T04:18:03.443Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-02T04:18:03.444Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-02T04:18:03.444Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T04:18:03.455Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:18:03.456Z||pool-130-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-02T04:18:04.345Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "5aa883df-8d94-4fdd-ab9a-9c522da8cd99",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "30121807-1944-49bb-a28c-10203be2a556",
  "serviceDescription": "service",
  "serviceInvariantUUID": "30a181a2-b423-4519-beec-a03c272973e1",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "e00905fa-ebb5-4460-8b49-e94d6500ce82",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "bcc1f50a-4c6b-45ce-8e27-383af822ea88",
      "resourceInvariantUUID": "d890f457-6e7c-49cb-9fb5-8df3ec904e07",
      "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": "Njk2YTkzMWM0NTBkYmRmZjBlOGMyMjIzZGQ3ZmY5ZTE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d62adf07-4a21-4f2e-b939-86dabd7d378c"
    }
  ],
  "workloadContext": "Production"
}
2022-04-02T04:18:04.346Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-02T04:18:04.346Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 30121807-1944-49bb-a28c-10203be2a556 ASDC
2022-04-02T04:18:04.346Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:5aa883df-8d94-4fdd-ab9a-9c522da8cd99
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:30121807-1944-49bb-a28c-10203be2a556
ServiceInvariantUUID:30a181a2-b423-4519-beec-a03c272973e1
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:d62adf07-4a21-4f2e-b939-86dabd7d378c
ArtifactChecksum:Njk2YTkzMWM0NTBkYmRmZjBlOGMyMjIzZGQ3ZmY5ZTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:e00905fa-ebb5-4460-8b49-e94d6500ce82
ResourceInvariantUUID:d890f457-6e7c-49cb-9fb5-8df3ec904e07
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:bcc1f50a-4c6b-45ce-8e27-383af822ea88
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-04-02T04:18:04.346Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 30121807-1944-49bb-a28c-10203be2a556 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-04-02T04:18:04.372Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-02T04:18:04.372Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-04-02T04:18:04.372Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-04-02T04:18:04.373Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: d62adf07-4a21-4f2e-b939-86dabd7d378c from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-04-02T04:18:04.373Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-04-02T04:18:04.373Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-04-02T04:18:04.636Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-04-02T04:18:04.641Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar d62adf07-4a21-4f2e-b939-86dabd7d378c 105636
2022-04-02T04:18:04.641Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-04-02T04:18:04.641Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-04-02T04:18:04.641Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-02T04:18:04.642Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-02T04:18:04.643Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T04:18:04.643Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5aa883df-8d94-4fdd-ab9a-9c522da8cd99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648873084641,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-02T04:18:04.743Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-02T04:18:04.744Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-02T04:18:04.744Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T04:18:04.755Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:18:04.755Z||pool-131-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-02T04:18:05.644Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-02T04:18:05.645Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-04-02T04:18:05.645Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: d62adf07-4a21-4f2e-b939-86dabd7d378c, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-02T04:18:05.645Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-04-02T04:18:05.646Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-02T04:18:05.646Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-02T04:18:05.751Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5859351189190520542/Definitions/service-TestPnfMacro-template.yml
2022-04-02T04:18:06.400Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-02T04:18:06.400Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-04-02T04:18:06.400Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-02T04:18:06.401Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-04-02T04:18:06.401Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-02T04:18:06.401Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-02T04:18:06.401Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||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-04-02T04:18:06.401Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-02T04:18:06.401Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-02T04:18:06.402Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-02T04:18:06.402Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-02T04:18:06.402Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-04-02T04:18:06.402Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:18:06.402Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T04:18:06.402Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-04-02T04:18:06.403Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-04-02T04:18:06.403Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-02T04:18:06.403Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:18:06.403Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T04:18:06.404Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-04-02T04:18:06.404Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-04-02T04:18:06.404Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-02T04:18:06.404Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:18:06.404Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T04:18:06.405Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:18:06.405Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T04:18:06.405Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:18:06.405Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T04:18:06.405Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:18:06.405Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T04:18:06.406Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:18:06.406Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T04:18:06.406Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:30121807-1944-49bb-a28c-10203be2a556
Model Version:NULL
Model InvariantUuid:30a181a2-b423-4519-beec-a03c272973e1
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-04-02T04:18:06.409Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: bcc1f50a-4c6b-45ce-8e27-383af822ea88
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-04-02T04:18:06.411Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||INFO|500||test-pnf 0
2022-04-02T04:18:06.411Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: bcc1f50a-4c6b-45ce-8e27-383af822ea88
2022-04-02T04:18:06.411Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 30121807-1944-49bb-a28c-10203be2a556
2022-04-02T04:18:06.412Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 30121807-1944-49bb-a28c-10203be2a556
2022-04-02T04:18:06.412Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 bcc1f50a-4c6b-45ce-8e27-383af822ea88 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-04-02T04:18:06.414Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@20199c04, org.onap.sdc.toscaparser.api.parameters.Input@6b8614f2, org.onap.sdc.toscaparser.api.parameters.Input@2fc16ceb, org.onap.sdc.toscaparser.api.parameters.Input@75840b4f, org.onap.sdc.toscaparser.api.parameters.Input@19114047]
2022-04-02T04:18:06.415Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:18:06.415Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T04:18:06.415Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 30121807-1944-49bb-a28c-10203be2a556: test-pnf
2022-04-02T04:18:06.415Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||INFO|500||Processing PNF resource: bcc1f50a-4c6b-45ce-8e27-383af822ea88
2022-04-02T04:18:06.415Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T04:18:06.416Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T04:18:06.416Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||INFO|500||Resource customization UUID: e00905fa-ebb5-4460-8b49-e94d6500ce82 is the same as notified resource customizationUUID: e00905fa-ebb5-4460-8b49-e94d6500ce82
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-04-02T04:18:06.438Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf bcc1f50a-4c6b-45ce-8e27-383af822ea88 0 ASDC deployResourceStructure
2022-04-02T04:18:06.439Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-04-02T04:18:06.439Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-04-02T04:18:06.439Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-02T04:18:06.439Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-02T04:18:06.441Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T04:18:06.441Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5aa883df-8d94-4fdd-ab9a-9c522da8cd99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648873086438,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-02T04:18:06.541Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T04:18:06.542Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-02T04:18:06.542Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T04:18:06.553Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:18:06.554Z||pool-132-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-02T04:18:07.442Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5aa883df-8d94-4fdd-ab9a-9c522da8cd99
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-02T04:18:07.449Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5aa883df-8d94-4fdd-ab9a-9c522da8cd99
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-02T04:18:07.451Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-02T04:18:07.451Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-02T04:18:07.451Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-02T04:18:20.008Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T04:18:20.009Z||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-04-02T04:18:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T04:18:20.033Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:18:20.034Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:18:20.034Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa883df-8d94-4fdd-ab9a-9c522da8cd99",
  "consumerID": "cds",
  "timestamp": 1648872921328,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-02T04:18:20.034Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:18:20.035Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:18:20.035Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa883df-8d94-4fdd-ab9a-9c522da8cd99",
  "consumerID": "aai-ml",
  "timestamp": 1648872921580,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-02T04:18:20.035Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:18:20.035Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:18:20.035Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa883df-8d94-4fdd-ab9a-9c522da8cd99",
  "consumerID": "dcae-sch",
  "timestamp": 1648872919512,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:18:20.035Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:18:20.035Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:18:20.036Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa883df-8d94-4fdd-ab9a-9c522da8cd99",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648872915661,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:18:20.036Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:18:20.036Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:18:20.036Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e20d450-1046-4c3b-9830-8d8b83e941d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872837344,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-02T04:18:20.036Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:18:20.036Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:18:20.036Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa883df-8d94-4fdd-ab9a-9c522da8cd99",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648872914216,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-04-02T04:18:20.036Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:18:20.036Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:18:20.036Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa883df-8d94-4fdd-ab9a-9c522da8cd99",
  "consumerID": "dcae-sch",
  "timestamp": 1648872919512,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:18:20.036Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:18:20.037Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:18:20.037Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa883df-8d94-4fdd-ab9a-9c522da8cd99",
  "consumerID": "policy-id",
  "timestamp": 1648872920620,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:18:20.037Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:18:20.037Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:18:20.037Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa883df-8d94-4fdd-ab9a-9c522da8cd99",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648872915661,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:18:20.037Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:18:20.037Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:18:20.037Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa883df-8d94-4fdd-ab9a-9c522da8cd99",
  "consumerID": "cds",
  "timestamp": 1648872922598,
  "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=?
2022-04-02T04:18:20.043Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5aa883df-8d94-4fdd-ab9a-9c522da8cd99
2022-04-02T04:18:20.043Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5aa883df-8d94-4fdd-ab9a-9c522da8cd99 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-04-02T04:18:20.051Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:18:20.051Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa883df-8d94-4fdd-ab9a-9c522da8cd99",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648872914216,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:18:20.051Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:18:20.051Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:18:20.051Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e20d450-1046-4c3b-9830-8d8b83e941d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872921977,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-02T04:18:20.051Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:18:20.051Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:18:20.051Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa883df-8d94-4fdd-ab9a-9c522da8cd99",
  "consumerID": "dcae-sch",
  "timestamp": 1648872919512,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:18:20.051Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:18:20.052Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:18:20.052Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa883df-8d94-4fdd-ab9a-9c522da8cd99",
  "consumerID": "policy-id",
  "timestamp": 1648872920620,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:18:20.052Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:18:20.052Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:18:20.052Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa883df-8d94-4fdd-ab9a-9c522da8cd99",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648872915661,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:18:20.052Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:18:20.052Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:18:20.052Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa883df-8d94-4fdd-ab9a-9c522da8cd99",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648872914216,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:18:20.052Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:18:20.053Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:18:20.053Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa883df-8d94-4fdd-ab9a-9c522da8cd99",
  "consumerID": "policy-id",
  "timestamp": 1648872920620,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:18:20.053Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:18:20.053Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:18:20.053Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa883df-8d94-4fdd-ab9a-9c522da8cd99",
  "consumerID": "dcae-sch",
  "timestamp": 1648872919512,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:18:20.053Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:18:20.053Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:18:20.053Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa883df-8d94-4fdd-ab9a-9c522da8cd99",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648872915661,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:18:20.053Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:18:20.053Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:18:20.053Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa883df-8d94-4fdd-ab9a-9c522da8cd99",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648872924126,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-02T04:18:20.054Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:18:20.054Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:18:20.054Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa883df-8d94-4fdd-ab9a-9c522da8cd99",
  "consumerID": "dcae-sch",
  "timestamp": 1648872919512,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:18:20.054Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:18:20.054Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:18:20.054Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa883df-8d94-4fdd-ab9a-9c522da8cd99",
  "consumerID": "policy-id",
  "timestamp": 1648872920620,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:18:20.054Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:18:20.054Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:18:20.054Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e20d450-1046-4c3b-9830-8d8b83e941d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872924466,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-02T04:18:20.054Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:18:20.054Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:18:20.054Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa883df-8d94-4fdd-ab9a-9c522da8cd99",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648872915661,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-02T04:18:20.054Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:18:20.055Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:18:20.055Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa883df-8d94-4fdd-ab9a-9c522da8cd99",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648872925153,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-04-02T04:18:20.055Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:18:20.055Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:18:20.055Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa883df-8d94-4fdd-ab9a-9c522da8cd99",
  "consumerID": "policy-id",
  "timestamp": 1648872920620,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:18:20.055Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:18:20.055Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:18:20.055Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa883df-8d94-4fdd-ab9a-9c522da8cd99",
  "consumerID": "dcae-sch",
  "timestamp": 1648872919512,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:18:20.055Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:18:20.055Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:18:20.055Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e20d450-1046-4c3b-9830-8d8b83e941d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872925678,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-02T04:18:20.055Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:18:20.055Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:18:20.055Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa883df-8d94-4fdd-ab9a-9c522da8cd99",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648872925662,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-02T04:18:20.056Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:18:20.056Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:18:20.056Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa883df-8d94-4fdd-ab9a-9c522da8cd99",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648872926155,
  "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-04-02T04:18:20.060Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 5aa883df-8d94-4fdd-ab9a-9c522da8cd99
2022-04-02T04:18:20.060Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5aa883df-8d94-4fdd-ab9a-9c522da8cd99 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-04-02T04:18:20.068Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:18:20.068Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa883df-8d94-4fdd-ab9a-9c522da8cd99",
  "consumerID": "aai-ml",
  "timestamp": 1648872927560,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-02T04:18:20.068Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:18:20.068Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:18:20.068Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa883df-8d94-4fdd-ab9a-9c522da8cd99",
  "consumerID": "clamp",
  "timestamp": 1648872926091,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-02T04:18:20.068Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:18:20.069Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:18:20.069Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa883df-8d94-4fdd-ab9a-9c522da8cd99",
  "consumerID": "policy-id",
  "timestamp": 1648872920620,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:18:20.069Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:18:20.069Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:18:20.069Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa883df-8d94-4fdd-ab9a-9c522da8cd99",
  "consumerID": "dcae-sch",
  "timestamp": 1648872919512,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:18:20.069Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:18:20.069Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:18:20.069Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e20d450-1046-4c3b-9830-8d8b83e941d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872926892,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-04-02T04:18:20.069Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:18:20.070Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:18:20.070Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa883df-8d94-4fdd-ab9a-9c522da8cd99",
  "consumerID": "aai-ml",
  "timestamp": 1648872928569,
  "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-04-02T04:18:20.075Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5aa883df-8d94-4fdd-ab9a-9c522da8cd99
2022-04-02T04:18:20.075Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5aa883df-8d94-4fdd-ab9a-9c522da8cd99 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-04-02T04:18:20.083Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:18:20.083Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa883df-8d94-4fdd-ab9a-9c522da8cd99",
  "consumerID": "policy-id",
  "timestamp": 1648872920620,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:18:20.083Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:18:20.083Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:18:20.083Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa883df-8d94-4fdd-ab9a-9c522da8cd99",
  "consumerID": "dcae-sch",
  "timestamp": 1648872919512,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:18:20.083Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:18:20.083Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:18:20.083Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e20d450-1046-4c3b-9830-8d8b83e941d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872927979,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-02T04:18:20.084Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:18:20.084Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:18:20.084Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa883df-8d94-4fdd-ab9a-9c522da8cd99",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648872928026,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-02T04:18:20.084Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:18:20.084Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:18:20.084Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa883df-8d94-4fdd-ab9a-9c522da8cd99",
  "consumerID": "clamp",
  "timestamp": 1648872928098,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-02T04:18:20.084Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:18:20.084Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:18:20.084Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa883df-8d94-4fdd-ab9a-9c522da8cd99",
  "consumerID": "policy-id",
  "timestamp": 1648872920620,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:18:20.085Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:18:20.085Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:18:20.085Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa883df-8d94-4fdd-ab9a-9c522da8cd99",
  "consumerID": "dcae-sch",
  "timestamp": 1648872919512,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:18:20.085Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:18:20.085Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:18:20.085Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e20d450-1046-4c3b-9830-8d8b83e941d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872928982,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-04-02T04:18:20.085Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:18:20.085Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:18:20.085Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa883df-8d94-4fdd-ab9a-9c522da8cd99",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648872929032,
  "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-04-02T04:18:20.090Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5aa883df-8d94-4fdd-ab9a-9c522da8cd99
2022-04-02T04:18:20.090Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5aa883df-8d94-4fdd-ab9a-9c522da8cd99 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-04-02T04:18:20.097Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:18:20.097Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa883df-8d94-4fdd-ab9a-9c522da8cd99",
  "consumerID": "clamp",
  "timestamp": 1648872929101,
  "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-04-02T04:18:20.101Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5aa883df-8d94-4fdd-ab9a-9c522da8cd99
2022-04-02T04:18:20.101Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5aa883df-8d94-4fdd-ab9a-9c522da8cd99 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-04-02T04:18:20.109Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:18:20.109Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa883df-8d94-4fdd-ab9a-9c522da8cd99",
  "consumerID": "policy-id",
  "timestamp": 1648872920620,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-02T04:18:20.109Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:18:20.109Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:18:20.109Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e20d450-1046-4c3b-9830-8d8b83e941d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872929985,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-04-02T04:18:20.109Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:18:20.109Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:18:20.109Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa883df-8d94-4fdd-ab9a-9c522da8cd99",
  "consumerID": "policy-id",
  "timestamp": 1648872930394,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-02T04:18:20.109Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:18:20.110Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:18:20.110Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e20d450-1046-4c3b-9830-8d8b83e941d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872930989,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-02T04:18:20.110Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:18:20.110Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:18:20.110Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa883df-8d94-4fdd-ab9a-9c522da8cd99",
  "consumerID": "policy-id",
  "timestamp": 1648872931399,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-02T04:18:20.110Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:18:20.110Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:18:20.110Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa883df-8d94-4fdd-ab9a-9c522da8cd99",
  "consumerID": "policy-id",
  "timestamp": 1648872932402,
  "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-04-02T04:18:20.114Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5aa883df-8d94-4fdd-ab9a-9c522da8cd99
2022-04-02T04:18:20.114Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5aa883df-8d94-4fdd-ab9a-9c522da8cd99 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-04-02T04:18:20.121Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:18:20.121Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e20d450-1046-4c3b-9830-8d8b83e941d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872962428,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-02T04:18:20.122Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:18:20.122Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:18:20.122Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ac445be-7054-4b2a-b680-169948a79012",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872837344,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:18:20.122Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:18:20.122Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:18:20.122Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ac445be-7054-4b2a-b680-169948a79012",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872837344,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-02T04:18:20.122Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:18:20.122Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:18:20.122Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ac445be-7054-4b2a-b680-169948a79012",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872837344,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-02T04:18:20.122Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:18:20.122Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:18:20.123Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ac445be-7054-4b2a-b680-169948a79012",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872837344,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:18:20.123Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:18:20.123Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:18:20.123Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ac445be-7054-4b2a-b680-169948a79012",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872837344,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-04-02T04:18:20.123Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:18:20.123Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:18:20.123Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ac445be-7054-4b2a-b680-169948a79012",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872837344,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:18:20.123Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:18:20.123Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:18:20.123Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ac445be-7054-4b2a-b680-169948a79012",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872837344,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:18:20.123Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:18:20.123Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:18:20.123Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ac445be-7054-4b2a-b680-169948a79012",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872837344,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-02T04:18:20.124Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:18:20.124Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:18:20.124Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ac445be-7054-4b2a-b680-169948a79012",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872972962,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-02T04:18:20.124Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:18:20.124Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:18:20.124Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ac445be-7054-4b2a-b680-169948a79012",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872975561,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-02T04:18:20.124Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:18:20.124Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:18:20.124Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ac445be-7054-4b2a-b680-169948a79012",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872977066,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-02T04:18:20.124Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:18:20.124Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:18:20.124Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ac445be-7054-4b2a-b680-169948a79012",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872978467,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-04-02T04:18:20.125Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:18:20.125Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:18:20.125Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ac445be-7054-4b2a-b680-169948a79012",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872979547,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-02T04:18:20.125Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:18:37.451Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5aa883df-8d94-4fdd-ab9a-9c522da8cd99
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-02T04:18:37.462Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5aa883df-8d94-4fdd-ab9a-9c522da8cd99
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-02T04:18:37.464Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-02T04:18:37.464Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-02T04:18:37.464Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-02T04:18:37.464Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-02T04:18:37.465Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-02T04:18:37.465Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-02T04:18:37.465Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-02T04:18:37.465Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-02T04:18:37.465Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-02T04:18:37.465Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-02T04:18:37.465Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-02T04:18:37.465Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-02T04:18:37.469Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-02T04:19:07.469Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5aa883df-8d94-4fdd-ab9a-9c522da8cd99 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-04-02T04:19:07.474Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5aa883df-8d94-4fdd-ab9a-9c522da8cd99 and serviceModelVersionId: 30121807-1944-49bb-a28c-10203be2a556
2022-04-02T04:19:07.474Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 30a181a2-b423-4519-beec-a03c272973e1
2022-04-02T04:19:07.475Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/30a181a2-b423-4519-beec-a03c272973e1/model-vers/model-ver/30121807-1944-49bb-a28c-10203be2a556?depth=0
2022-04-02T04:19:07.481Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-04-02T04:19:07.522Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30a181a2-b423-4519-beec-a03c272973e1/model-vers/model-ver/30121807-1944-49bb-a28c-10203be2a556?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-04-02T04:19:07.526Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30a181a2-b423-4519-beec-a03c272973e1/model-vers/model-ver/30121807-1944-49bb-a28c-10203be2a556?depth=0|INFO|500||Invoke
2022-04-02T04:19:07.545Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30a181a2-b423-4519-beec-a03c272973e1/model-vers/model-ver/30121807-1944-49bb-a28c-10203be2a556?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-02T04:19:07.823Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30a181a2-b423-4519-beec-a03c272973e1/model-vers/model-ver/30121807-1944-49bb-a28c-10203be2a556?depth=0|INFO|500||InvokeReturn
2022-04-02T04:19:07.823Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30a181a2-b423-4519-beec-a03c272973e1/model-vers/model-ver/30121807-1944-49bb-a28c-10203be2a556?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220402-04:19:07:425-68459], vertex-id=[454792], Content-Length=[0], Date=[Sat, 02 Apr 2022 04:19:07 GMT], Content-Type=[application/json]}
2022-04-02T04:19:07.824Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2022-04-02T04:19:07.825Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-02T04:19:07.825Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-02T04:19:07.830Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-02T04:19:07.830Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5aa883df-8d94-4fdd-ab9a-9c522da8cd99 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-02T04:19:07.831Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-02T04:19:07.831Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-02T04:19:07.833Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T04:19:07.833Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5aa883df-8d94-4fdd-ab9a-9c522da8cd99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648873147830,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-02T04:19:07.933Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T04:19:07.933Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-02T04:19:07.934Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T04:19:07.952Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:19:07.952Z||pool-133-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-02T04:19:08.843Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T04:19:08.844Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|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-04-02T04:19:08.844Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|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 GCqzoDOAtKeQqP9d) ...
2022-04-02T04:19:18.396Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:19:18.397Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T04:19:18.397Z|e83bf634-fb39-4d4b-b86f-99f895afa254|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-04-02T04:19:18.397Z|e83bf634-fb39-4d4b-b86f-99f895afa254|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 GCqzoDOAtKeQqP9d) ...
2022-04-02T04:19:20.011Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T04:19:20.012Z||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-04-02T04:19:20.012Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T04:19:20.034Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:19:20.035Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-02T04:19:20.035Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ac445be-7054-4b2a-b680-169948a79012",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872980550,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-04-02T04:19:20.035Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:19:20.036Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-02T04:19:20.036Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ac445be-7054-4b2a-b680-169948a79012",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872981554,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-04-02T04:19:20.036Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:19:20.036Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-02T04:19:20.036Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ac445be-7054-4b2a-b680-169948a79012",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872982559,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-02T04:19:20.036Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:19:20.037Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-02T04:19:20.037Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ac445be-7054-4b2a-b680-169948a79012",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648873014384,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-02T04:19:20.037Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:19:20.037Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-02T04:19:20.037Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872837344,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:19:20.037Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:19:20.037Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-02T04:19:20.038Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872837344,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-04-02T04:19:20.038Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:19:20.038Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-02T04:19:20.038Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872837344,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-04-02T04:19:20.038Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:19:20.038Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-02T04:19:20.039Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872837344,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-04-02T04:19:20.039Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:19:20.039Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-02T04:19:20.039Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872837344,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-04-02T04:19:20.039Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:19:20.040Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-02T04:19:20.040Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872837344,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:19:20.040Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:19:20.040Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-02T04:19:20.040Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872837344,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-04-02T04:19:20.041Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:19:20.041Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-02T04:19:20.041Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872837344,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:19:20.041Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:19:20.041Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-02T04:19:20.041Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648872837344,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-02T04:19:20.041Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:19:20.042Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-02T04:19:20.042Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648873025047,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-02T04:19:20.042Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:19:20.042Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-02T04:19:20.042Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648873027520,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-04-02T04:19:20.042Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:19:20.043Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-02T04:19:20.043Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648873028739,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-04-02T04:19:20.043Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:19:20.043Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-02T04:19:20.043Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648873030121,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-02T04:19:20.043Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:19:20.044Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-02T04:19:20.044Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648873031476,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-02T04:19:20.044Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:19:20.044Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-02T04:19:20.044Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648873032664,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-04-02T04:19:20.044Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:19:20.045Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-02T04:19:20.045Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648873033747,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-04-02T04:19:20.045Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:19:20.045Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-02T04:19:20.045Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648873034750,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-04-02T04:19:20.046Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:19:20.046Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-02T04:19:20.046Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648873035754,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-02T04:19:20.046Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:19:20.046Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-02T04:19:20.046Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648873036757,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-04-02T04:19:20.046Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:19:20.047Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-02T04:19:20.047Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648873037761,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-04-02T04:19:20.047Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:19:20.047Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-02T04:19:20.047Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648873038764,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-02T04:19:20.047Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:19:27.934Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:19:27.935Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T04:19:27.935Z|e83bf634-fb39-4d4b-b86f-99f895afa254|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-04-02T04:19:27.935Z|e83bf634-fb39-4d4b-b86f-99f895afa254|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 GCqzoDOAtKeQqP9d) ...
2022-04-02T04:19:37.474Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:19:37.474Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T04:19:37.475Z|e83bf634-fb39-4d4b-b86f-99f895afa254|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-04-02T04:19:37.475Z|e83bf634-fb39-4d4b-b86f-99f895afa254|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 GCqzoDOAtKeQqP9d) ...
2022-04-02T04:19:47.009Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:19:47.009Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T04:19:47.010Z|e83bf634-fb39-4d4b-b86f-99f895afa254|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-04-02T04:19:47.010Z|e83bf634-fb39-4d4b-b86f-99f895afa254|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 GCqzoDOAtKeQqP9d) ...
2022-04-02T04:19:56.549Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:19:56.549Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T04:19:56.550Z|e83bf634-fb39-4d4b-b86f-99f895afa254|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-04-02T04:19:56.550Z|e83bf634-fb39-4d4b-b86f-99f895afa254|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 GCqzoDOAtKeQqP9d) ...
2022-04-02T04:20:06.083Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:20:06.084Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T04:20:06.084Z|e83bf634-fb39-4d4b-b86f-99f895afa254|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-04-02T04:20:06.085Z|e83bf634-fb39-4d4b-b86f-99f895afa254|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 GCqzoDOAtKeQqP9d) ...
2022-04-02T04:20:15.621Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:20:20.001Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T04:20:20.002Z|e83bf634-fb39-4d4b-b86f-99f895afa254|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-04-02T04:20:20.002Z|e83bf634-fb39-4d4b-b86f-99f895afa254|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 GCqzoDOAtKeQqP9d) ...
2022-04-02T04:20:20.008Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T04:20:20.008Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|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-04-02T04:20:20.008Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|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 GCqzoDOAtKeQqP9d) ...
2022-04-02T04:20:20.030Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:20:20.031Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-02T04:20:20.031Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d12b803f-3bda-4dd5-8be6-80ffdb3257a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648873069990,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-02T04:20:20.032Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:20:20.032Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-02T04:20:20.032Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa883df-8d94-4fdd-ab9a-9c522da8cd99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648873071003,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:20:20.033Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:20:20.033Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-02T04:20:20.033Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa883df-8d94-4fdd-ab9a-9c522da8cd99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648873071003,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:20:20.033Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:20:20.033Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-02T04:20:20.033Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa883df-8d94-4fdd-ab9a-9c522da8cd99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648873071003,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:20:20.034Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:20:20.034Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-02T04:20:20.034Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa883df-8d94-4fdd-ab9a-9c522da8cd99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648873071003,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:20:20.034Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:20:20.034Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-02T04:20:20.034Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa883df-8d94-4fdd-ab9a-9c522da8cd99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648873071003,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:20:20.034Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:20:20.035Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-02T04:20:20.035Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa883df-8d94-4fdd-ab9a-9c522da8cd99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648873071003,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:20:20.035Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:20:20.035Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-02T04:20:20.035Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa883df-8d94-4fdd-ab9a-9c522da8cd99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648873071003,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:20:20.035Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:20:20.036Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-02T04:20:20.036Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa883df-8d94-4fdd-ab9a-9c522da8cd99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648873071003,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T04:20:20.036Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:20:20.036Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-02T04:20:20.036Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa883df-8d94-4fdd-ab9a-9c522da8cd99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648873071003,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-02T04:20:20.036Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-02T04:20:20.036Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-02T04:20:20.037Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa883df-8d94-4fdd-ab9a-9c522da8cd99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648873084641,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-02T04:20:20.037Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:20:20.037Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-02T04:20:20.037Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa883df-8d94-4fdd-ab9a-9c522da8cd99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648873086438,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-02T04:20:20.037Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:20:29.542Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:21:20.001Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T04:21:20.001Z|e83bf634-fb39-4d4b-b86f-99f895afa254|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-04-02T04:21:20.002Z|e83bf634-fb39-4d4b-b86f-99f895afa254|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 GCqzoDOAtKeQqP9d) ...
2022-04-02T04:21:20.008Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T04:21:20.008Z||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-04-02T04:21:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T04:21:20.528Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:21:20.529Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-02T04:21:20.529Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa883df-8d94-4fdd-ab9a-9c522da8cd99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648873147830,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-02T04:21:20.530Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:21:29.551Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:22:20.001Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T04:22:20.002Z|e83bf634-fb39-4d4b-b86f-99f895afa254|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-04-02T04:22:20.002Z|e83bf634-fb39-4d4b-b86f-99f895afa254|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 GCqzoDOAtKeQqP9d) ...
2022-04-02T04:22:20.008Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T04:22:20.008Z||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-04-02T04:22:20.008Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T04:22:29.543Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:22:29.545Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:23:20.001Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T04:23:20.003Z|e83bf634-fb39-4d4b-b86f-99f895afa254|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-04-02T04:23:20.003Z|e83bf634-fb39-4d4b-b86f-99f895afa254|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 GCqzoDOAtKeQqP9d) ...
2022-04-02T04:23:20.008Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T04:23:20.009Z||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-04-02T04:23:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T04:23:29.546Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:23:29.547Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:24:20.001Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T04:24:20.002Z|e83bf634-fb39-4d4b-b86f-99f895afa254|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-04-02T04:24:20.002Z|e83bf634-fb39-4d4b-b86f-99f895afa254|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 GCqzoDOAtKeQqP9d) ...
2022-04-02T04:24:20.008Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T04:24:20.008Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|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-04-02T04:24:20.009Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|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 GCqzoDOAtKeQqP9d) ...
2022-04-02T04:24:29.544Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:24:29.546Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:25:20.001Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T04:25:20.002Z|e83bf634-fb39-4d4b-b86f-99f895afa254|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-04-02T04:25:20.002Z|e83bf634-fb39-4d4b-b86f-99f895afa254|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 GCqzoDOAtKeQqP9d) ...
2022-04-02T04:25:20.008Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T04:25:20.008Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|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-04-02T04:25:20.009Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|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 GCqzoDOAtKeQqP9d) ...
2022-04-02T04:25:29.543Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:25:29.543Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:26:20.001Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T04:26:20.001Z|e83bf634-fb39-4d4b-b86f-99f895afa254|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-04-02T04:26:20.001Z|e83bf634-fb39-4d4b-b86f-99f895afa254|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 GCqzoDOAtKeQqP9d) ...
2022-04-02T04:26:20.008Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T04:26:20.009Z||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-04-02T04:26:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T04:26:29.542Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:26:29.543Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:27:20.001Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T04:27:20.001Z|e83bf634-fb39-4d4b-b86f-99f895afa254|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-04-02T04:27:20.001Z|e83bf634-fb39-4d4b-b86f-99f895afa254|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 GCqzoDOAtKeQqP9d) ...
2022-04-02T04:27:20.008Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T04:27:20.009Z||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-04-02T04:27:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T04:27:29.572Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:27:29.585Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:28:20.001Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T04:28:20.001Z|e83bf634-fb39-4d4b-b86f-99f895afa254|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-04-02T04:28:20.001Z|e83bf634-fb39-4d4b-b86f-99f895afa254|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 GCqzoDOAtKeQqP9d) ...
2022-04-02T04:28:20.008Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T04:28:20.009Z||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-04-02T04:28:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T04:28:29.542Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:28:29.543Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:29:20.001Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T04:29:20.002Z|e83bf634-fb39-4d4b-b86f-99f895afa254|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-04-02T04:29:20.002Z|e83bf634-fb39-4d4b-b86f-99f895afa254|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 GCqzoDOAtKeQqP9d) ...
2022-04-02T04:29:20.008Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T04:29:20.008Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|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-04-02T04:29:20.009Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|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 GCqzoDOAtKeQqP9d) ...
2022-04-02T04:29:29.545Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:29:29.545Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:30:20.001Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T04:30:20.002Z|e83bf634-fb39-4d4b-b86f-99f895afa254|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-04-02T04:30:20.002Z|e83bf634-fb39-4d4b-b86f-99f895afa254|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 GCqzoDOAtKeQqP9d) ...
2022-04-02T04:30:20.008Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T04:30:20.009Z||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-04-02T04:30:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T04:30:29.543Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:30:29.544Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:31:20.001Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T04:31:20.002Z|e83bf634-fb39-4d4b-b86f-99f895afa254|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-04-02T04:31:20.002Z|e83bf634-fb39-4d4b-b86f-99f895afa254|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 GCqzoDOAtKeQqP9d) ...
2022-04-02T04:31:20.008Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T04:31:20.011Z||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-04-02T04:31:20.011Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T04:31:29.552Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:31:29.552Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:32:20.001Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T04:32:20.002Z|e83bf634-fb39-4d4b-b86f-99f895afa254|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-04-02T04:32:20.002Z|e83bf634-fb39-4d4b-b86f-99f895afa254|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 GCqzoDOAtKeQqP9d) ...
2022-04-02T04:32:20.008Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T04:32:20.008Z||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-04-02T04:32:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T04:32:29.552Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:32:29.553Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:33:20.001Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T04:33:20.001Z|e83bf634-fb39-4d4b-b86f-99f895afa254|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-04-02T04:33:20.002Z|e83bf634-fb39-4d4b-b86f-99f895afa254|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 GCqzoDOAtKeQqP9d) ...
2022-04-02T04:33:20.008Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T04:33:20.008Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|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-04-02T04:33:20.009Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|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 GCqzoDOAtKeQqP9d) ...
2022-04-02T04:33:29.576Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:33:29.576Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:34:20.001Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T04:34:20.001Z|e83bf634-fb39-4d4b-b86f-99f895afa254|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-04-02T04:34:20.001Z|e83bf634-fb39-4d4b-b86f-99f895afa254|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 GCqzoDOAtKeQqP9d) ...
2022-04-02T04:34:20.008Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T04:34:20.008Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|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-04-02T04:34:20.009Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|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 GCqzoDOAtKeQqP9d) ...
2022-04-02T04:34:29.568Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:34:29.569Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:35:20.001Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T04:35:20.001Z|e83bf634-fb39-4d4b-b86f-99f895afa254|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-04-02T04:35:20.001Z|e83bf634-fb39-4d4b-b86f-99f895afa254|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 GCqzoDOAtKeQqP9d) ...
2022-04-02T04:35:20.008Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T04:35:20.009Z||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-04-02T04:35:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T04:35:29.541Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:35:29.541Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:36:20.001Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T04:36:20.001Z|e83bf634-fb39-4d4b-b86f-99f895afa254|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-04-02T04:36:20.001Z|e83bf634-fb39-4d4b-b86f-99f895afa254|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 GCqzoDOAtKeQqP9d) ...
2022-04-02T04:36:20.008Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T04:36:20.009Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|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-04-02T04:36:20.009Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|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 GCqzoDOAtKeQqP9d) ...
2022-04-02T04:36:29.541Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:36:29.546Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:37:20.001Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T04:37:20.002Z|e83bf634-fb39-4d4b-b86f-99f895afa254|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-04-02T04:37:20.002Z|e83bf634-fb39-4d4b-b86f-99f895afa254|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 GCqzoDOAtKeQqP9d) ...
2022-04-02T04:37:20.008Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T04:37:20.009Z||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-04-02T04:37:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T04:37:29.548Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:37:29.548Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:38:20.001Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T04:38:20.002Z|e83bf634-fb39-4d4b-b86f-99f895afa254|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-04-02T04:38:20.002Z|e83bf634-fb39-4d4b-b86f-99f895afa254|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 GCqzoDOAtKeQqP9d) ...
2022-04-02T04:38:20.008Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T04:38:20.009Z||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-04-02T04:38:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T04:38:29.548Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:38:29.548Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:39:20.001Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T04:39:20.002Z|e83bf634-fb39-4d4b-b86f-99f895afa254|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-04-02T04:39:20.002Z|e83bf634-fb39-4d4b-b86f-99f895afa254|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 GCqzoDOAtKeQqP9d) ...
2022-04-02T04:39:20.008Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T04:39:20.009Z||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-04-02T04:39:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T04:39:29.545Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:39:29.545Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:40:20.001Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T04:40:20.002Z|e83bf634-fb39-4d4b-b86f-99f895afa254|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-04-02T04:40:20.002Z|e83bf634-fb39-4d4b-b86f-99f895afa254|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 GCqzoDOAtKeQqP9d) ...
2022-04-02T04:40:20.008Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T04:40:20.009Z||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-04-02T04:40:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T04:40:29.540Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:40:29.541Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:41:20.001Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T04:41:20.002Z|e83bf634-fb39-4d4b-b86f-99f895afa254|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-04-02T04:41:20.002Z|e83bf634-fb39-4d4b-b86f-99f895afa254|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 GCqzoDOAtKeQqP9d) ...
2022-04-02T04:41:20.008Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T04:41:20.009Z||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-04-02T04:41:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T04:41:29.543Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:41:29.544Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:42:20.001Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T04:42:20.001Z|e83bf634-fb39-4d4b-b86f-99f895afa254|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-04-02T04:42:20.002Z|e83bf634-fb39-4d4b-b86f-99f895afa254|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 GCqzoDOAtKeQqP9d) ...
2022-04-02T04:42:20.008Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T04:42:20.008Z||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-04-02T04:42:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T04:42:29.550Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:42:29.552Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:43:20.001Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T04:43:20.001Z|e83bf634-fb39-4d4b-b86f-99f895afa254|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-04-02T04:43:20.002Z|e83bf634-fb39-4d4b-b86f-99f895afa254|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 GCqzoDOAtKeQqP9d) ...
2022-04-02T04:43:20.008Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T04:43:20.008Z||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-04-02T04:43:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T04:43:29.547Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:43:29.546Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:44:20.001Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T04:44:20.001Z|e83bf634-fb39-4d4b-b86f-99f895afa254|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-04-02T04:44:20.001Z|e83bf634-fb39-4d4b-b86f-99f895afa254|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 GCqzoDOAtKeQqP9d) ...
2022-04-02T04:44:20.008Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T04:44:20.008Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|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-04-02T04:44:20.009Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|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 GCqzoDOAtKeQqP9d) ...
2022-04-02T04:44:29.555Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:44:29.559Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:45:20.001Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T04:45:20.001Z|e83bf634-fb39-4d4b-b86f-99f895afa254|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-04-02T04:45:20.001Z|e83bf634-fb39-4d4b-b86f-99f895afa254|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 GCqzoDOAtKeQqP9d) ...
2022-04-02T04:45:20.008Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T04:45:20.008Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|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-04-02T04:45:20.009Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|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 GCqzoDOAtKeQqP9d) ...
2022-04-02T04:45:29.543Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:45:29.545Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:46:20.001Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T04:46:20.002Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-02T04:46:20.002Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GCqzoDOAtKeQqP9d) ...
2022-04-02T04:46:20.008Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T04:46:20.009Z||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-04-02T04:46:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T04:46:29.544Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:46:29.544Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:47:20.001Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T04:47:20.002Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-02T04:47:20.002Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GCqzoDOAtKeQqP9d) ...
2022-04-02T04:47:20.008Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T04:47:20.008Z||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-04-02T04:47:20.008Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T04:47:29.548Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:47:29.548Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:48:20.001Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T04:48:20.002Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-02T04:48:20.002Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GCqzoDOAtKeQqP9d) ...
2022-04-02T04:48:20.008Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T04:48:20.009Z||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-04-02T04:48:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T04:48:29.545Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:48:29.545Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:49:20.001Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T04:49:20.002Z||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-04-02T04:49:20.002Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T04:49:20.008Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T04:49:20.009Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|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-04-02T04:49:20.009Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|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 GCqzoDOAtKeQqP9d) ...
2022-04-02T04:49:29.551Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:49:29.552Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:50:20.001Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T04:50:20.001Z||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-04-02T04:50:20.002Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T04:50:20.008Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T04:50:20.008Z||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-04-02T04:50:20.008Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T04:50:29.547Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:50:29.547Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:51:20.001Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T04:51:20.001Z||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-04-02T04:51:20.002Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T04:51:20.008Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T04:51:20.008Z||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-04-02T04:51:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T04:51:29.547Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:51:29.548Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:52:20.001Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T04:52:20.001Z||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-04-02T04:52:20.001Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T04:52:20.008Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T04:52:20.008Z||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-04-02T04:52:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T04:52:29.545Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:52:29.545Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:53:20.001Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T04:53:20.002Z||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-04-02T04:53:20.002Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T04:53:20.008Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T04:53:20.009Z||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-04-02T04:53:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T04:53:29.559Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:53:29.563Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:54:20.001Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T04:54:20.001Z||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-04-02T04:54:20.001Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T04:54:20.008Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T04:54:20.008Z||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-04-02T04:54:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T04:54:29.552Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:54:29.553Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:55:20.001Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T04:55:20.001Z||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-04-02T04:55:20.001Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T04:55:20.008Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T04:55:20.008Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|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-04-02T04:55:20.009Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|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 GCqzoDOAtKeQqP9d) ...
2022-04-02T04:55:29.557Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:55:29.557Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:56:20.001Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T04:56:20.001Z||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-04-02T04:56:20.002Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T04:56:20.008Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T04:56:20.009Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|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-04-02T04:56:20.009Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|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 GCqzoDOAtKeQqP9d) ...
2022-04-02T04:56:29.564Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:56:29.565Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:57:20.001Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T04:57:20.002Z||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-04-02T04:57:20.002Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T04:57:20.008Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T04:57:20.009Z||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-04-02T04:57:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T04:57:29.554Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:57:29.555Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:58:20.001Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T04:58:20.002Z||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-04-02T04:58:20.002Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T04:58:20.008Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T04:58:20.009Z||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-04-02T04:58:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T04:58:29.537Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:58:29.551Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:59:20.001Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T04:59:20.002Z||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-04-02T04:59:20.002Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T04:59:20.008Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T04:59:20.008Z||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-04-02T04:59:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T04:59:29.549Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T04:59:29.553Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T05:00:20.001Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T05:00:20.001Z||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-04-02T05:00:20.002Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T05:00:20.008Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T05:00:20.009Z||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-04-02T05:00:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T05:00:29.542Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T05:00:29.542Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T05:01:20.001Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T05:01:20.001Z||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-04-02T05:01:20.001Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T05:01:20.008Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T05:01:20.009Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|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-04-02T05:01:20.009Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|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 GCqzoDOAtKeQqP9d) ...
2022-04-02T05:01:29.541Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T05:01:29.548Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T05:02:20.001Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T05:02:20.001Z||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-04-02T05:02:20.001Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T05:02:20.008Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T05:02:20.008Z||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-04-02T05:02:20.008Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T05:02:29.543Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T05:02:29.544Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T05:03:20.001Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T05:03:20.001Z||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-04-02T05:03:20.001Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T05:03:20.008Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T05:03:20.008Z||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-04-02T05:03:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T05:03:29.550Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T05:03:29.551Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T05:04:20.001Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T05:04:20.001Z||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-04-02T05:04:20.001Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T05:04:20.008Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T05:04:20.008Z||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-04-02T05:04:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T05:04:29.544Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T05:04:29.545Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T05:05:20.001Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T05:05:20.001Z||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-04-02T05:05:20.001Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T05:05:20.008Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T05:05:20.008Z||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-04-02T05:05:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T05:05:29.546Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T05:05:29.546Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T05:06:20.001Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T05:06:20.002Z||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-04-02T05:06:20.002Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T05:06:20.008Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T05:06:20.008Z||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-04-02T05:06:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T05:06:29.539Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T05:06:29.540Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T05:07:20.001Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T05:07:20.001Z||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-04-02T05:07:20.002Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T05:07:20.008Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T05:07:20.009Z|e83bf634-fb39-4d4b-b86f-99f895afa254|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-04-02T05:07:20.009Z|e83bf634-fb39-4d4b-b86f-99f895afa254|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 GCqzoDOAtKeQqP9d) ...
2022-04-02T05:07:29.543Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T05:07:29.562Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T05:08:20.001Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T05:08:20.002Z||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-04-02T05:08:20.002Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T05:08:20.008Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T05:08:20.008Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|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-04-02T05:08:20.009Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|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 GCqzoDOAtKeQqP9d) ...
2022-04-02T05:08:29.548Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T05:08:29.548Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T05:09:20.001Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T05:09:20.002Z||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-04-02T05:09:20.002Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T05:09:20.008Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T05:09:20.009Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|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-04-02T05:09:20.009Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|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 GCqzoDOAtKeQqP9d) ...
2022-04-02T05:09:29.543Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T05:09:29.545Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T05:10:20.001Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T05:10:20.002Z||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-04-02T05:10:20.002Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T05:10:20.008Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T05:10:20.009Z||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-04-02T05:10:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T05:10:29.549Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T05:10:29.559Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T05:11:20.001Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T05:11:20.001Z||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-04-02T05:11:20.001Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T05:11:20.008Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T05:11:20.008Z|e83bf634-fb39-4d4b-b86f-99f895afa254|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-04-02T05:11:20.009Z|e83bf634-fb39-4d4b-b86f-99f895afa254|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 GCqzoDOAtKeQqP9d) ...
2022-04-02T05:11:29.544Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T05:11:29.544Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T05:12:20.001Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T05:12:20.001Z||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-04-02T05:12:20.001Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T05:12:20.008Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T05:12:20.008Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|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-04-02T05:12:20.009Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|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 GCqzoDOAtKeQqP9d) ...
2022-04-02T05:12:29.542Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T05:12:29.542Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T05:13:20.001Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T05:13:20.001Z||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-04-02T05:13:20.001Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T05:13:20.008Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T05:13:20.008Z||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-04-02T05:13:20.008Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T05:13:29.540Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T05:13:29.553Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T05:14:20.001Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T05:14:20.001Z||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-04-02T05:14:20.002Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T05:14:20.008Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T05:14:20.009Z||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-04-02T05:14:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T05:14:29.544Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T05:14:29.544Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T05:15:20.003Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T05:15:20.004Z||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-04-02T05:15:20.004Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T05:15:20.008Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T05:15:20.009Z||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-04-02T05:15:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T05:15:29.555Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T05:15:29.557Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T05:16:20.001Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T05:16:20.001Z||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-04-02T05:16:20.001Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T05:16:20.008Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T05:16:20.008Z||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-04-02T05:16:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T05:16:29.540Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T05:16:29.541Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T05:17:20.001Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T05:17:20.002Z||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-04-02T05:17:20.002Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T05:17:20.008Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T05:17:20.009Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|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-04-02T05:17:20.009Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|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 GCqzoDOAtKeQqP9d) ...
2022-04-02T05:17:29.549Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T05:17:29.550Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T05:18:20.001Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T05:18:20.002Z||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-04-02T05:18:20.002Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T05:18:20.008Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T05:18:20.008Z||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-04-02T05:18:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T05:18:29.545Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T05:18:29.546Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T05:19:20.001Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T05:19:20.002Z||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-04-02T05:19:20.003Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T05:19:20.008Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T05:19:20.009Z||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-04-02T05:19:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T05:19:29.546Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T05:19:29.548Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T05:20:20.001Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T05:20:20.002Z||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-04-02T05:20:20.002Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T05:20:20.008Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T05:20:20.009Z||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-04-02T05:20:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T05:20:29.548Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T05:20:29.548Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T05:21:20.001Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T05:21:20.001Z||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-04-02T05:21:20.002Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T05:21:20.008Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T05:21:20.008Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|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-04-02T05:21:20.009Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|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 GCqzoDOAtKeQqP9d) ...
2022-04-02T05:21:29.550Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T05:21:29.551Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T05:22:20.001Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T05:22:20.001Z||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-04-02T05:22:20.001Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T05:22:20.008Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T05:22:20.009Z|e83bf634-fb39-4d4b-b86f-99f895afa254|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-04-02T05:22:20.009Z|e83bf634-fb39-4d4b-b86f-99f895afa254|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 GCqzoDOAtKeQqP9d) ...
2022-04-02T05:22:29.544Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T05:22:29.545Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T05:23:20.001Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T05:23:20.001Z||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-04-02T05:23:20.001Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T05:23:20.008Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T05:23:20.008Z|e83bf634-fb39-4d4b-b86f-99f895afa254|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-04-02T05:23:20.008Z|e83bf634-fb39-4d4b-b86f-99f895afa254|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 GCqzoDOAtKeQqP9d) ...
2022-04-02T05:23:29.548Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T05:23:29.549Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T05:24:20.001Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T05:24:20.001Z||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-04-02T05:24:20.001Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T05:24:20.008Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T05:24:20.009Z||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-04-02T05:24:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T05:24:29.548Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T05:24:29.550Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T05:25:20.001Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T05:25:20.001Z||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-04-02T05:25:20.002Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T05:25:20.008Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T05:25:20.008Z||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-04-02T05:25:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T05:25:29.545Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T05:25:29.548Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T05:26:20.001Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T05:26:20.001Z||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-04-02T05:26:20.002Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T05:26:20.008Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T05:26:20.008Z||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-04-02T05:26:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T05:26:29.541Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T05:26:29.541Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T05:27:20.001Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T05:27:20.002Z||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-04-02T05:27:20.002Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T05:27:20.008Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T05:27:20.008Z||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-04-02T05:27:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T05:27:29.549Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T05:27:29.550Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T05:28:20.001Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T05:28:20.002Z||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-04-02T05:28:20.003Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T05:28:20.008Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T05:28:20.008Z||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-04-02T05:28:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T05:28:29.550Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T05:28:29.550Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T05:29:20.001Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T05:29:20.002Z||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-04-02T05:29:20.002Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T05:29:20.008Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T05:29:20.009Z||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-04-02T05:29:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T05:29:29.553Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T05:29:29.554Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T05:30:20.001Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T05:30:20.002Z||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-04-02T05:30:20.002Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T05:30:20.008Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T05:30:20.008Z||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-04-02T05:30:20.008Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T05:30:29.546Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T05:30:29.546Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T05:31:20.001Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T05:31:20.002Z||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-04-02T05:31:20.002Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T05:31:20.008Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T05:31:20.009Z||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-04-02T05:31:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T05:31:29.545Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T05:31:29.546Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T05:32:20.001Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T05:32:20.001Z||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-04-02T05:32:20.001Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T05:32:20.008Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T05:32:20.009Z||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-04-02T05:32:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T05:32:29.547Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T05:32:29.547Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T05:33:20.001Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T05:33:20.001Z||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-04-02T05:33:20.001Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T05:33:20.008Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T05:33:20.008Z||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-04-02T05:33:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T05:33:29.544Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T05:33:29.557Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T05:34:20.001Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T05:34:20.002Z||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-04-02T05:34:20.002Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T05:34:20.008Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T05:34:20.009Z|e83bf634-fb39-4d4b-b86f-99f895afa254|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-04-02T05:34:20.009Z|e83bf634-fb39-4d4b-b86f-99f895afa254|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 GCqzoDOAtKeQqP9d) ...
2022-04-02T05:34:29.544Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T05:34:29.544Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T05:35:20.001Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T05:35:20.002Z|e83bf634-fb39-4d4b-b86f-99f895afa254|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-04-02T05:35:20.002Z|e83bf634-fb39-4d4b-b86f-99f895afa254|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 GCqzoDOAtKeQqP9d) ...
2022-04-02T05:35:20.008Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T05:35:20.009Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|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-04-02T05:35:20.009Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|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 GCqzoDOAtKeQqP9d) ...
2022-04-02T05:35:29.551Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T05:35:29.553Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T05:36:20.001Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T05:36:20.001Z|e83bf634-fb39-4d4b-b86f-99f895afa254|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-04-02T05:36:20.001Z|e83bf634-fb39-4d4b-b86f-99f895afa254|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 GCqzoDOAtKeQqP9d) ...
2022-04-02T05:36:20.008Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T05:36:20.008Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|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-04-02T05:36:20.008Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|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 GCqzoDOAtKeQqP9d) ...
2022-04-02T05:36:29.549Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T05:36:29.549Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T05:37:20.001Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T05:37:20.002Z|e83bf634-fb39-4d4b-b86f-99f895afa254|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-04-02T05:37:20.002Z|e83bf634-fb39-4d4b-b86f-99f895afa254|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 GCqzoDOAtKeQqP9d) ...
2022-04-02T05:37:20.008Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T05:37:20.008Z||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-04-02T05:37:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T05:37:29.549Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T05:37:29.551Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T05:38:20.001Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T05:38:20.002Z|e83bf634-fb39-4d4b-b86f-99f895afa254|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-04-02T05:38:20.002Z|e83bf634-fb39-4d4b-b86f-99f895afa254|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 GCqzoDOAtKeQqP9d) ...
2022-04-02T05:38:20.008Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T05:38:20.008Z||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-04-02T05:38:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T05:38:29.546Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T05:38:29.546Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T05:39:20.001Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T05:39:20.002Z|e83bf634-fb39-4d4b-b86f-99f895afa254|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-04-02T05:39:20.002Z|e83bf634-fb39-4d4b-b86f-99f895afa254|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 GCqzoDOAtKeQqP9d) ...
2022-04-02T05:39:20.008Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T05:39:20.008Z||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-04-02T05:39:20.008Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T05:39:29.545Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T05:39:29.546Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T05:40:20.001Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T05:40:20.003Z||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-04-02T05:40:20.003Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T05:40:20.008Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T05:40:20.010Z||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-04-02T05:40:20.012Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T05:40:29.554Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T05:40:29.555Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T05:41:20.001Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T05:41:20.002Z||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-04-02T05:41:20.002Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T05:41:20.008Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T05:41:20.009Z||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-04-02T05:41:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T05:41:20.134Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T05:41:20.135Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-02T05:41:20.135Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "601efd94-4095-4f49-9d93-16aea994fe55",
  "consumerID": "clamp",
  "timestamp": 1648878064957,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T05:41:20.137Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-02T05:41:20.137Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-02T05:41:20.137Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "601efd94-4095-4f49-9d93-16aea994fe55",
  "consumerID": "aai-ml",
  "timestamp": 1648878069255,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T05:41:20.137Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-02T05:41:20.138Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-02T05:41:20.138Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "601efd94-4095-4f49-9d93-16aea994fe55",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648878068900,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T05:41:20.138Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-02T05:41:20.138Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-02T05:41:20.138Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "601efd94-4095-4f49-9d93-16aea994fe55",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648878074217,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T05:41:20.138Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-02T05:41:20.138Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-02T05:41:20.138Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "601efd94-4095-4f49-9d93-16aea994fe55",
  "consumerID": "clamp",
  "timestamp": 1648878064957,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T05:41:20.138Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-02T05:41:20.138Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-02T05:41:20.138Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "601efd94-4095-4f49-9d93-16aea994fe55",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648878068900,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T05:41:20.138Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-02T05:41:20.139Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-02T05:41:20.139Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "601efd94-4095-4f49-9d93-16aea994fe55",
  "consumerID": "aai-ml",
  "timestamp": 1648878069255,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T05:41:20.139Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-02T05:41:20.139Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-02T05:41:20.139Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "601efd94-4095-4f49-9d93-16aea994fe55",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648878074217,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T05:41:20.139Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-02T05:41:20.139Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-02T05:41:20.139Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "601efd94-4095-4f49-9d93-16aea994fe55",
  "consumerID": "clamp",
  "timestamp": 1648878064957,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-04-02T05:41:20.139Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-02T05:41:20.139Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-02T05:41:20.139Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "601efd94-4095-4f49-9d93-16aea994fe55",
  "consumerID": "aai-ml",
  "timestamp": 1648878069255,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-02T05:41:20.140Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-02T05:41:20.140Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-02T05:41:20.140Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "601efd94-4095-4f49-9d93-16aea994fe55",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648878068900,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-04-02T05:41:20.140Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-02T05:41:20.140Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-02T05:41:20.140Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "601efd94-4095-4f49-9d93-16aea994fe55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648878075661,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T05:41:20.140Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-02T05:41:20.140Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-02T05:41:20.140Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "601efd94-4095-4f49-9d93-16aea994fe55",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648878074217,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-02T05:41:20.140Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-02T05:41:20.140Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-02T05:41:20.140Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "601efd94-4095-4f49-9d93-16aea994fe55",
  "consumerID": "cds",
  "timestamp": 1648878077453,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T05:41:20.141Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-02T05:41:20.141Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-02T05:41:20.141Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "601efd94-4095-4f49-9d93-16aea994fe55",
  "consumerID": "clamp",
  "timestamp": 1648878064957,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T05:41:20.141Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-02T05:41:20.141Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-02T05:41:20.141Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "601efd94-4095-4f49-9d93-16aea994fe55",
  "consumerID": "aai-ml",
  "timestamp": 1648878069255,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T05:41:20.141Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-02T05:41:20.141Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-02T05:41:20.141Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "601efd94-4095-4f49-9d93-16aea994fe55",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648878068900,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-02T05:41:20.141Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-02T05:41:20.141Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-02T05:41:20.141Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "601efd94-4095-4f49-9d93-16aea994fe55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648878075661,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T05:41:20.141Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-02T05:41:20.142Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-02T05:41:20.142Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "601efd94-4095-4f49-9d93-16aea994fe55",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648878074217,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T05:41:20.142Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-02T05:41:20.142Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-02T05:41:20.142Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "601efd94-4095-4f49-9d93-16aea994fe55",
  "consumerID": "cds",
  "timestamp": 1648878077453,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T05:41:20.142Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-02T05:41:20.142Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-02T05:41:20.142Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "601efd94-4095-4f49-9d93-16aea994fe55",
  "consumerID": "clamp",
  "timestamp": 1648878064957,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T05:41:20.142Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-02T05:41:20.142Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-02T05:41:20.142Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "601efd94-4095-4f49-9d93-16aea994fe55",
  "consumerID": "aai-ml",
  "timestamp": 1648878069255,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T05:41:20.142Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-02T05:41:20.143Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-02T05:41:20.143Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "601efd94-4095-4f49-9d93-16aea994fe55",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648878068900,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T05:41:20.143Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-02T05:41:20.143Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-02T05:41:20.143Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "601efd94-4095-4f49-9d93-16aea994fe55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648878075661,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-02T05:41:20.143Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-02T05:41:20.143Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-02T05:41:20.143Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "601efd94-4095-4f49-9d93-16aea994fe55",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648878074217,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T05:41:20.143Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-02T05:41:20.143Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-02T05:41:20.143Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "601efd94-4095-4f49-9d93-16aea994fe55",
  "consumerID": "cds",
  "timestamp": 1648878077453,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-02T05:41:20.143Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-02T05:41:20.144Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-02T05:41:20.144Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "601efd94-4095-4f49-9d93-16aea994fe55",
  "consumerID": "clamp",
  "timestamp": 1648878064957,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-02T05:41:20.144Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-02T05:41:20.144Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-02T05:41:20.144Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "601efd94-4095-4f49-9d93-16aea994fe55",
  "consumerID": "aai-ml",
  "timestamp": 1648878069255,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-02T05:41:20.144Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-02T05:41:20.144Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-02T05:41:20.144Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "601efd94-4095-4f49-9d93-16aea994fe55",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648878068900,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-04-02T05:41:20.144Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-02T05:41:20.144Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-02T05:41:20.144Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "601efd94-4095-4f49-9d93-16aea994fe55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648878075661,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T05:41:20.145Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-02T05:41:20.145Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-02T05:41:20.145Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "601efd94-4095-4f49-9d93-16aea994fe55",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648878074217,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-02T05:41:20.145Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-02T05:41:20.145Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-02T05:41:20.145Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "601efd94-4095-4f49-9d93-16aea994fe55",
  "consumerID": "cds",
  "timestamp": 1648878077453,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T05:41:20.145Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-02T05:41:20.626Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T05:41:20.626Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-02T05:41:20.626Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"601efd94-4095-4f49-9d93-16aea994fe55","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"50bd09f9-0825-4851-96ce-585cca5e94c9","serviceDescription":"service","serviceInvariantUUID":"9045f003-43e9-45b9-885f-0167f941556d","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"18e1b2b2-7b92-4707-8a4b-129da0a6140d","resourceInvariantUUID":"fd112533-3777-4eb1-97df-6b23223b84e9","resourceCustomizationUUID":"30ae32ca-2b23-400e-ba81-02a72922129b","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":"061b2cf1-ccd4-4795-8640-dc13c79e1197","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":"YjljYjY3NjgyYTQ4MDdiY2I4ZGY4Njk1ZDk5NGNjOWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"691b8eac-9c96-4113-9cb1-e00ccb8d8301","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":"MzAyZWUyNjZjZjk4OTU1MzI1M2M0YWRlZTFmMzU3MGU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0904e8b1-9f6e-4085-b644-e37c3091e193","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":"e2daf143-2a1e-49c7-98c7-ae6280ca95e6","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":"734db770-67ac-41db-b77b-100e29ecd2be","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":"6cd0de64-4e46-4343-b407-c9c8dc7b237d","artifactVersion":"2","generatedFromUUID":"e2daf143-2a1e-49c7-98c7-ae6280ca95e6"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"NWZhZmE3MDc3ZDlhYzVlNGIyNWJlNjg4MTM2NGY3YTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"072333a7-a60a-4eea-9816-3c5458304c2e","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"MjNmYzE4NTQ2YWI2NWY3MDFlN2U4YjlmZWI5NmFkZDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"89713bfe-bb08-4bf3-a801-9e494f570508","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-02T05:41:20.629Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-02T05:41:20.630Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-02T05:41:20.635Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T05:41:20.635Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "601efd94-4095-4f49-9d93-16aea994fe55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648878080001,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T05:41:20.734Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-02T05:41:20.736Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-02T05:41:20.736Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T05:41:20.746Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T05:41:20.747Z||pool-134-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-02T05:41:21.636Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-02T05:41:21.636Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-02T05:41:21.638Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T05:41:21.638Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "601efd94-4095-4f49-9d93-16aea994fe55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648878080001,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T05:41:21.738Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T05:41:21.739Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-02T05:41:21.739Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T05:41:21.750Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T05:41:21.750Z||pool-135-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-02T05:41:22.639Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-02T05:41:22.639Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-02T05:41:22.641Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T05:41:22.641Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "601efd94-4095-4f49-9d93-16aea994fe55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648878080001,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-04-02T05:41:22.741Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T05:41:22.742Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-02T05:41:22.742Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T05:41:22.752Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T05:41:22.753Z||pool-136-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-02T05:41:23.641Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-02T05:41:23.642Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-02T05:41:23.644Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T05:41:23.644Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "601efd94-4095-4f49-9d93-16aea994fe55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648878080001,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-02T05:41:23.744Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T05:41:23.744Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-02T05:41:23.745Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T05:41:23.755Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T05:41:23.756Z||pool-137-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-02T05:41:24.644Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-02T05:41:24.645Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-02T05:41:24.647Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T05:41:24.647Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "601efd94-4095-4f49-9d93-16aea994fe55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648878080001,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T05:41:24.747Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-02T05:41:24.747Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-02T05:41:24.747Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T05:41:24.763Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T05:41:24.763Z||pool-138-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-02T05:41:25.647Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-02T05:41:25.648Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-02T05:41:25.650Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T05:41:25.650Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "601efd94-4095-4f49-9d93-16aea994fe55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648878080001,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-04-02T05:41:25.750Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T05:41:25.751Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-02T05:41:25.751Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T05:41:25.776Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T05:41:25.776Z||pool-139-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-04-02T05:41:26.650Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-02T05:41:26.651Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-02T05:41:26.653Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T05:41:26.653Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "601efd94-4095-4f49-9d93-16aea994fe55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648878080001,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T05:41:26.753Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T05:41:26.754Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-02T05:41:26.754Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T05:41:26.788Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T05:41:26.788Z||pool-140-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1}
2022-04-02T05:41:27.653Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-02T05:41:27.654Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-02T05:41:27.656Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T05:41:27.656Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "601efd94-4095-4f49-9d93-16aea994fe55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648878080001,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-04-02T05:41:27.756Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T05:41:27.757Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-02T05:41:27.757Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T05:41:27.787Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T05:41:27.787Z||pool-141-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-04-02T05:41:28.657Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "601efd94-4095-4f49-9d93-16aea994fe55",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "50bd09f9-0825-4851-96ce-585cca5e94c9",
  "serviceDescription": "service",
  "serviceInvariantUUID": "9045f003-43e9-45b9-885f-0167f941556d",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "30ae32ca-2b23-400e-ba81-02a72922129b",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "18e1b2b2-7b92-4707-8a4b-129da0a6140d",
      "resourceInvariantUUID": "fd112533-3777-4eb1-97df-6b23223b84e9",
      "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": "MzAyZWUyNjZjZjk4OTU1MzI1M2M0YWRlZTFmMzU3MGU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "0904e8b1-9f6e-4085-b644-e37c3091e193",
          "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": "e2daf143-2a1e-49c7-98c7-ae6280ca95e6",
          "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": "6cd0de64-4e46-4343-b407-c9c8dc7b237d",
            "generatedFromUUID": "e2daf143-2a1e-49c7-98c7-ae6280ca95e6"
          },
          "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": "6cd0de64-4e46-4343-b407-c9c8dc7b237d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "MjNmYzE4NTQ2YWI2NWY3MDFlN2U4YjlmZWI5NmFkZDY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "89713bfe-bb08-4bf3-a801-9e494f570508"
    }
  ],
  "workloadContext": "Production"
}
2022-04-02T05:41:28.657Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-02T05:41:28.658Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 50bd09f9-0825-4851-96ce-585cca5e94c9 ASDC
2022-04-02T05:41:28.659Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:601efd94-4095-4f49-9d93-16aea994fe55
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:50bd09f9-0825-4851-96ce-585cca5e94c9
ServiceInvariantUUID:9045f003-43e9-45b9-885f-0167f941556d
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:89713bfe-bb08-4bf3-a801-9e494f570508
ArtifactChecksum:MjNmYzE4NTQ2YWI2NWY3MDFlN2U4YjlmZWI5NmFkZDY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:30ae32ca-2b23-400e-ba81-02a72922129b
ResourceInvariantUUID:fd112533-3777-4eb1-97df-6b23223b84e9
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:18e1b2b2-7b92-4707-8a4b-129da0a6140d
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:0904e8b1-9f6e-4085-b644-e37c3091e193
ArtifactChecksum:MzAyZWUyNjZjZjk4OTU1MzI1M2M0YWRlZTFmMzU3MGU=
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:e2daf143-2a1e-49c7-98c7-ae6280ca95e6
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:6cd0de64-4e46-4343-b407-c9c8dc7b237d
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:6cd0de64-4e46-4343-b407-c9c8dc7b237d
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-02T05:41:28.659Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 50bd09f9-0825-4851-96ce-585cca5e94c9 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-04-02T05:41:28.710Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-02T05:41:28.711Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-04-02T05:41:28.711Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-04-02T05:41:28.711Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 89713bfe-bb08-4bf3-a801-9e494f570508 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-04-02T05:41:28.711Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-04-02T05:41:28.711Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-04-02T05:41:28.881Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-04-02T05:41:28.885Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 89713bfe-bb08-4bf3-a801-9e494f570508 73655
2022-04-02T05:41:28.885Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2022-04-02T05:41:28.885Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-04-02T05:41:28.885Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-02T05:41:28.885Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-02T05:41:28.887Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T05:41:28.887Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "601efd94-4095-4f49-9d93-16aea994fe55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648878088885,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-02T05:41:28.987Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T05:41:28.988Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-02T05:41:28.988Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T05:41:28.999Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T05:41:28.999Z||pool-142-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-02T05:41:29.888Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-02T05:41:29.888Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-04-02T05:41:29.889Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 89713bfe-bb08-4bf3-a801-9e494f570508, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2022-04-02T05:41:29.889Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2022-04-02T05:41:29.889Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2022-04-02T05:41:29.889Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2022-04-02T05:41:30.036Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15823753592151714628/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-04-02T05:41:31.131Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-02T05:41:31.132Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-04-02T05:41:31.132Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-04-02T05:41:31.132Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-04-02T05:41:31.132Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||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-04-02T05:41:31.132Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-04-02T05:41:31.132Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-04-02T05:41:31.133Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-04-02T05:41:31.133Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-04-02T05:41:31.133Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-04-02T05:41:31.133Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-04-02T05:41:31.133Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-04-02T05:41:31.133Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-04-02T05:41:31.133Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-04-02T05:41:31.133Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T05:41:31.133Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T05:41:31.134Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-04-02T05:41:31.134Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-04-02T05:41:31.134Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-02T05:41:31.134Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T05:41:31.134Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T05:41:31.134Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-04-02T05:41:31.134Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-04-02T05:41:31.135Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-02T05:41:31.135Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T05:41:31.135Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T05:41:31.135Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T05:41:31.135Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-04-02T05:41:31.135Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-04-02T05:41:31.135Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-04-02T05:41:31.136Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-04-02T05:41:31.136Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-02T05:41:31.136Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-02T05:41:31.136Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T05:41:31.136Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-02T05:41:31.136Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T05:41:31.136Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-04-02T05:41:31.136Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-02T05:41:31.137Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T05:41:31.137Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-04-02T05:41:31.137Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-02T05:41:31.137Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T05:41:31.137Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-04-02T05:41:31.137Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-02T05:41:31.137Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T05:41:31.138Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-04-02T05:41:31.138Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-04-02T05:41:31.138Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-02T05:41:31.138Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=7c88c62f-5cc9-4906-a52f-66f8d0813ceb
2022-04-02T05:41:31.138Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T05:41:31.138Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T05:41:31.138Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T05:41:31.138Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T05:41:31.139Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T05:41:31.139Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T05:41:31.139Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T05:41:31.139Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T05:41:31.139Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:50bd09f9-0825-4851-96ce-585cca5e94c9
Model Version:NULL
Model InvariantUuid:9045f003-43e9-45b9-885f-0167f941556d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:c3e6df5a-3f87-4f7e-8562-76ed2b3d0eea
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:fd112533-3777-4eb1-97df-6b23223b84e9
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:30ae32ca-2b23-400e-ba81-02a72922129b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2b496c36-ce30-498b-b015-a87ec2e91a63
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:5f314d59-dc30-4230-a65b-ce0a3d356d6c
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:7c88c62f-5cc9-4906-a52f-66f8d0813ceb
ModelInvariantUuid:20d7319d-0de4-4b91-888b-4ff46b09a929
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:1ee6ba16-699a-4df5-acb9-fb2c551876aa
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:2342ea0b-225c-4e2f-bd5a-a1c26ce09c55
ModelInvariantUuid:b620069d-5118-4759-9ac4-40226b782c5c
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:1254be8f-fe64-4c23-9d38-7303e4375fea
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-04-02T05:41:31.146Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 18e1b2b2-7b92-4707-8a4b-129da0a6140d
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-04-02T05:41:31.149Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||INFO|500||basicclamp 0
2022-04-02T05:41:31.150Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 18e1b2b2-7b92-4707-8a4b-129da0a6140d
2022-04-02T05:41:31.150Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 0904e8b1-9f6e-4085-b644-e37c3091e193 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-04-02T05:41:31.150Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-04-02T05:41:31.150Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-04-02T05:41:31.262Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-04-02T05:41:31.263Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 0904e8b1-9f6e-4085-b644-e37c3091e193 790
2022-04-02T05:41:31.263Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||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-04-02T05:41:31.263Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||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-04-02T05:41:31.263Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-02T05:41:31.264Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-02T05:41:31.266Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T05:41:31.266Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "601efd94-4095-4f49-9d93-16aea994fe55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648878091263,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-02T05:41:31.366Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-02T05:41:31.366Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-02T05:41:31.366Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T05:41:31.383Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T05:41:31.383Z||pool-143-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-04-02T05:41:32.266Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "2b496c36-ce30-498b-b015-a87ec2e91a63",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5f314d59-dc30-4230-a65b-ce0a3d356d6c",
    "vfModuleModelCustomizationUUID": "f6f77b6a-4edb-4a42-8b3e-32caaae2136c",
    "isBase": true,
    "artifacts": [
      "e2daf143-2a1e-49c7-98c7-ae6280ca95e6",
      "6cd0de64-4e46-4343-b407-c9c8dc7b237d"
    ],
    "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-04-02T05:41:32.273Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5f314d59-dc30-4230-a65b-ce0a3d356d6c
VfModuleModelInvariantUUID:2b496c36-ce30-498b-b015-a87ec2e91a63
VfModuleModelDescription:NULL
Artifacts UUID List:{
e2daf143-2a1e-49c7-98c7-ae6280ca95e6
,
6cd0de64-4e46-4343-b407-c9c8dc7b237d

}
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-04-02T05:41:32.275Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "2b496c36-ce30-498b-b015-a87ec2e91a63",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5f314d59-dc30-4230-a65b-ce0a3d356d6c",
    "vfModuleModelCustomizationUUID": "f6f77b6a-4edb-4a42-8b3e-32caaae2136c",
    "isBase": true,
    "artifacts": [
      "e2daf143-2a1e-49c7-98c7-ae6280ca95e6",
      "6cd0de64-4e46-4343-b407-c9c8dc7b237d"
    ],
    "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-04-02T05:41:32.275Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5f314d59-dc30-4230-a65b-ce0a3d356d6c
VfModuleModelInvariantUUID:2b496c36-ce30-498b-b015-a87ec2e91a63
VfModuleModelDescription:NULL
Artifacts UUID List:{
e2daf143-2a1e-49c7-98c7-ae6280ca95e6
,
6cd0de64-4e46-4343-b407-c9c8dc7b237d

}
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-04-02T05:41:32.275Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: e2daf143-2a1e-49c7-98c7-ae6280ca95e6 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-04-02T05:41:32.276Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-04-02T05:41:32.276Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-04-02T05:41:32.419Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-04-02T05:41:32.420Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml e2daf143-2a1e-49c7-98c7-ae6280ca95e6 5033
2022-04-02T05:41:32.420Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||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-04-02T05:41:32.420Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||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-04-02T05:41:32.420Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-02T05:41:32.421Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-02T05:41:32.422Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T05:41:32.423Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "601efd94-4095-4f49-9d93-16aea994fe55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648878092420,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-02T05:41:32.522Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-02T05:41:32.523Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-02T05:41:32.523Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T05:41:32.535Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T05:41:32.535Z||pool-144-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-02T05:41:33.423Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 6cd0de64-4e46-4343-b407-c9c8dc7b237d from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-04-02T05:41:33.423Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-04-02T05:41:33.424Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-04-02T05:41:33.632Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-04-02T05:41:33.633Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 6cd0de64-4e46-4343-b407-c9c8dc7b237d 909
2022-04-02T05:41:33.633Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||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-04-02T05:41:33.633Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||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-04-02T05:41:33.633Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-02T05:41:33.633Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-02T05:41:33.635Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T05:41:33.635Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "601efd94-4095-4f49-9d93-16aea994fe55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648878093633,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-04-02T05:41:33.735Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T05:41:33.736Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-02T05:41:33.736Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T05:41:33.747Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T05:41:33.748Z||pool-145-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-02T05:41:34.635Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 50bd09f9-0825-4851-96ce-585cca5e94c9
2022-04-02T05:41:34.636Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 18e1b2b2-7b92-4707-8a4b-129da0a6140d 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-04-02T05:41:34.648Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@d6ffb11, org.onap.sdc.toscaparser.api.parameters.Input@40965d53, org.onap.sdc.toscaparser.api.parameters.Input@551b9047, org.onap.sdc.toscaparser.api.parameters.Input@38adf9, org.onap.sdc.toscaparser.api.parameters.Input@72fd799c]
2022-04-02T05:41:34.650Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T05:41:34.650Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T05:41:34.650Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-04-02T05:41:34.650Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 30ae32ca-2b23-400e-ba81-02a72922129b
2022-04-02T05:41:34.650Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 30ae32ca-2b23-400e-ba81-02a72922129b matches Tosca VF Customization UUID: 30ae32ca-2b23-400e-ba81-02a72922129b
2022-04-02T05:41:34.651Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 30ae32ca-2b23-400e-ba81-02a72922129b  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-04-02T05:41:34.653Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T05:41:34.653Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T05:41:34.654Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 30ae32ca-2b23-400e-ba81-02a72922129b: {\"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-04-02T05:41:34.654Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4cf1dc14
2022-04-02T05:41:34.654Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T05:41:34.654Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-02T05:41:34.654Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f6f77b6a-4edb-4a42-8b3e-32caaae2136c
2022-04-02T05:41:34.654Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f6f77b6a-4edb-4a42-8b3e-32caaae2136c
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-04-02T05:41:34.657Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T05:41:34.657Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-04-02T05:41:34.657Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-02T05:41:34.657Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T05:41:34.657Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-04-02T05:41:34.657Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-02T05:41:34.658Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T05:41:34.658Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-04-02T05:41:34.658Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-04-02T05:41:34.658Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-02T05:41:34.658Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=7c88c62f-5cc9-4906-a52f-66f8d0813ceb
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-04-02T05:41:34.660Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T05:41:34.660Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-04-02T05:41:34.661Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-02T05:41:34.661Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T05:41:34.661Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-04-02T05:41:34.661Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=30ae32ca-2b23-400e-ba81-02a72922129b
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-04-02T05:41:34.663Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T05:41:34.663Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T05:41:34.663Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 50bd09f9-0825-4851-96ce-585cca5e94c9: basicclamp
2022-04-02T05:41:34.663Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T05:41:34.663Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T05:41:34.663Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T05:41:34.664Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T05:41:34.664Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T05:41:34.664Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T05:41:34.664Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T05:41:34.664Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T05:41:34.664Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-02T05:41:34.665Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T05:41:34.665Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||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-04-02T05:41:34.733Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 18e1b2b2-7b92-4707-8a4b-129da0a6140d 1 ASDC deployResourceStructure
2022-04-02T05:41:34.733Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||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-04-02T05:41:34.733Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||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-04-02T05:41:34.733Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-02T05:41:34.733Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-02T05:41:34.735Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T05:41:34.735Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "601efd94-4095-4f49-9d93-16aea994fe55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648878094733,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-02T05:41:34.835Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T05:41:34.836Z||pool-146-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-02T05:41:34.836Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T05:41:34.846Z||pool-146-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T05:41:34.846Z||pool-146-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-02T05:41:35.736Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||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-04-02T05:41:35.736Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||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-04-02T05:41:35.736Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-02T05:41:35.736Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-02T05:41:35.738Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T05:41:35.738Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "601efd94-4095-4f49-9d93-16aea994fe55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648878095736,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-04-02T05:41:35.838Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T05:41:35.838Z||pool-147-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-02T05:41:35.839Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T05:41:35.848Z||pool-147-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T05:41:35.849Z||pool-147-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-02T05:41:36.739Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||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-04-02T05:41:36.739Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||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-04-02T05:41:36.739Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-02T05:41:36.739Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-02T05:41:36.741Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T05:41:36.741Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "601efd94-4095-4f49-9d93-16aea994fe55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648878096739,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-04-02T05:41:36.841Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T05:41:36.842Z||pool-148-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-02T05:41:36.842Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T05:41:36.852Z||pool-148-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T05:41:36.852Z||pool-148-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-02T05:41:37.741Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2022-04-02T05:41:37.742Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-04-02T05:41:37.742Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-02T05:41:37.742Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-02T05:41:37.744Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T05:41:37.744Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "601efd94-4095-4f49-9d93-16aea994fe55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648878097741,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-02T05:41:37.844Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-02T05:41:37.845Z||pool-149-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-02T05:41:37.845Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T05:41:37.855Z||pool-149-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T05:41:37.855Z||pool-149-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-04-02T05:41:38.745Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 601efd94-4095-4f49-9d93-16aea994fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-02T05:41:38.757Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 601efd94-4095-4f49-9d93-16aea994fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-02T05:41:38.759Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-02T05:41:38.759Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-02T05:41:38.759Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-02T05:42:08.760Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 601efd94-4095-4f49-9d93-16aea994fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-02T05:42:08.768Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 601efd94-4095-4f49-9d93-16aea994fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-02T05:42:08.770Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-02T05:42:08.771Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-02T05:42:08.771Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-02T05:42:20.008Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T05:42:20.009Z||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-04-02T05:42:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T05:42:20.030Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T05:42:20.031Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-02T05:42:20.031Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "601efd94-4095-4f49-9d93-16aea994fe55",
  "consumerID": "clamp",
  "timestamp": 1648878064957,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T05:42:20.032Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-02T05:42:38.771Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 601efd94-4095-4f49-9d93-16aea994fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-02T05:42:38.780Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 601efd94-4095-4f49-9d93-16aea994fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-02T05:42:38.782Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-02T05:42:38.782Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-02T05:42:38.782Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-02T05:43:08.783Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 601efd94-4095-4f49-9d93-16aea994fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-02T05:43:08.792Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 601efd94-4095-4f49-9d93-16aea994fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-02T05:43:08.794Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-02T05:43:08.794Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-02T05:43:08.794Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-02T05:43:20.008Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T05:43:20.009Z||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-04-02T05:43:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T05:43:20.031Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T05:43:20.031Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-02T05:43:20.031Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "601efd94-4095-4f49-9d93-16aea994fe55",
  "consumerID": "aai-ml",
  "timestamp": 1648878069255,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T05:43:20.032Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-02T05:43:20.032Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-02T05:43:20.032Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "601efd94-4095-4f49-9d93-16aea994fe55",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648878068900,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T05:43:20.032Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-02T05:43:38.794Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 601efd94-4095-4f49-9d93-16aea994fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-02T05:43:38.801Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 601efd94-4095-4f49-9d93-16aea994fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-02T05:43:38.803Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-02T05:43:38.803Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-02T05:43:38.803Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-02T05:44:08.803Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 601efd94-4095-4f49-9d93-16aea994fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-02T05:44:08.812Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 601efd94-4095-4f49-9d93-16aea994fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-02T05:44:08.814Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-02T05:44:08.814Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-02T05:44:08.814Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-02T05:44:20.008Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T05:44:20.009Z||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-04-02T05:44:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T05:44:20.544Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T05:44:20.545Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-02T05:44:20.545Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "601efd94-4095-4f49-9d93-16aea994fe55",
  "consumerID": "dcae-sch",
  "timestamp": 1648878079513,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOTIFIED"
}
2022-04-02T05:44:20.545Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-02T05:44:20.545Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-02T05:44:20.546Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "601efd94-4095-4f49-9d93-16aea994fe55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648878075661,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T05:44:20.546Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-02T05:44:20.546Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-02T05:44:20.546Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "601efd94-4095-4f49-9d93-16aea994fe55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648878080001,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T05:44:20.546Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-02T05:44:20.546Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-02T05:44:20.546Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "601efd94-4095-4f49-9d93-16aea994fe55",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648878074217,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T05:44:20.546Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-02T05:44:20.546Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-02T05:44:20.546Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "601efd94-4095-4f49-9d93-16aea994fe55",
  "consumerID": "cds",
  "timestamp": 1648878077453,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T05:44:20.546Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-02T05:44:20.546Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-02T05:44:20.546Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "601efd94-4095-4f49-9d93-16aea994fe55",
  "consumerID": "clamp",
  "timestamp": 1648878064957,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-04-02T05:44:20.547Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-02T05:44:20.547Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-02T05:44:20.547Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "601efd94-4095-4f49-9d93-16aea994fe55",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648878068900,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-04-02T05:44:20.547Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-02T05:44:20.547Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-02T05:44:20.547Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "601efd94-4095-4f49-9d93-16aea994fe55",
  "consumerID": "aai-ml",
  "timestamp": 1648878069255,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-04-02T05:44:20.547Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-02T05:44:20.547Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-02T05:44:20.547Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "601efd94-4095-4f49-9d93-16aea994fe55",
  "consumerID": "dcae-sch",
  "timestamp": 1648878079513,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T05:44:20.547Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-02T05:44:20.547Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-02T05:44:20.548Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "601efd94-4095-4f49-9d93-16aea994fe55",
  "consumerID": "policy-id",
  "timestamp": 1648878080620,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T05:44:20.548Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-02T05:44:20.548Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-02T05:44:20.548Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "601efd94-4095-4f49-9d93-16aea994fe55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648878075661,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-02T05:44:20.548Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-02T05:44:20.548Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-02T05:44:20.548Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "601efd94-4095-4f49-9d93-16aea994fe55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648878080001,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T05:44:20.548Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-02T05:44:20.548Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-02T05:44:20.548Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "601efd94-4095-4f49-9d93-16aea994fe55",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648878074217,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-02T05:44:20.549Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-02T05:44:20.549Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-02T05:44:20.549Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "601efd94-4095-4f49-9d93-16aea994fe55",
  "consumerID": "cds",
  "timestamp": 1648878077453,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-02T05:44:20.549Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-02T05:44:20.549Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-02T05:44:20.549Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "601efd94-4095-4f49-9d93-16aea994fe55",
  "consumerID": "dcae-sch",
  "timestamp": 1648878079513,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-02T05:44:20.549Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-02T05:44:20.549Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-02T05:44:20.549Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "601efd94-4095-4f49-9d93-16aea994fe55",
  "consumerID": "policy-id",
  "timestamp": 1648878080620,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T05:44:20.549Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-02T05:44:20.549Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-02T05:44:20.549Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "601efd94-4095-4f49-9d93-16aea994fe55",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648878082190,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-02T05:44:20.550Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T05:44:20.550Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-02T05:44:20.550Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "601efd94-4095-4f49-9d93-16aea994fe55",
  "consumerID": "aai-ml",
  "timestamp": 1648878084168,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-02T05:44:20.550Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T05:44:20.550Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-02T05:44:20.550Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "601efd94-4095-4f49-9d93-16aea994fe55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648878075661,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T05:44:20.550Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-02T05:44:20.550Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-02T05:44:20.550Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "601efd94-4095-4f49-9d93-16aea994fe55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648878080001,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-04-02T05:44:20.550Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-02T05:44:20.550Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-02T05:44:20.550Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "601efd94-4095-4f49-9d93-16aea994fe55",
  "consumerID": "cds",
  "timestamp": 1648878077453,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T05:44:20.550Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-02T05:44:20.551Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-02T05:44:20.551Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "601efd94-4095-4f49-9d93-16aea994fe55",
  "consumerID": "dcae-sch",
  "timestamp": 1648878079513,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T05:44:20.551Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-02T05:44:20.551Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-02T05:44:20.551Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "601efd94-4095-4f49-9d93-16aea994fe55",
  "consumerID": "policy-id",
  "timestamp": 1648878080620,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-02T05:44:20.551Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-02T05:44:20.551Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-02T05:44:20.551Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "601efd94-4095-4f49-9d93-16aea994fe55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648878075661,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-04-02T05:44:20.551Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-02T05:44:20.551Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-02T05:44:20.551Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "601efd94-4095-4f49-9d93-16aea994fe55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648878080001,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-02T05:44:20.551Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-02T05:44:20.552Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-02T05:44:20.552Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "601efd94-4095-4f49-9d93-16aea994fe55",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648878083486,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-02T05:44:20.552Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T05:44:20.552Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-02T05:44:20.552Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "601efd94-4095-4f49-9d93-16aea994fe55",
  "consumerID": "cds",
  "timestamp": 1648878077453,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-04-02T05:44:20.552Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-02T05:44:20.552Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-02T05:44:20.552Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "601efd94-4095-4f49-9d93-16aea994fe55",
  "consumerID": "dcae-sch",
  "timestamp": 1648878079513,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T05:44:20.552Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-02T05:44:20.552Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-02T05:44:20.552Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "601efd94-4095-4f49-9d93-16aea994fe55",
  "consumerID": "policy-id",
  "timestamp": 1648878080620,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-02T05:44:20.552Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-02T05:44:20.552Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-02T05:44:20.553Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "601efd94-4095-4f49-9d93-16aea994fe55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648878080001,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T05:44:20.553Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-02T05:44:20.553Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-02T05:44:20.553Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "601efd94-4095-4f49-9d93-16aea994fe55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648878084651,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-02T05:44:20.553Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T05:44:20.553Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-02T05:44:20.553Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "601efd94-4095-4f49-9d93-16aea994fe55",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648878084784,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-04-02T05:44:20.553Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T05:44:20.553Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-02T05:44:20.553Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "601efd94-4095-4f49-9d93-16aea994fe55",
  "consumerID": "cds",
  "timestamp": 1648878086330,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-02T05:44:20.553Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T05:44:20.553Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-02T05:44:20.553Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "601efd94-4095-4f49-9d93-16aea994fe55",
  "consumerID": "dcae-sch",
  "timestamp": 1648878079513,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-02T05:44:20.554Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-02T05:44:20.554Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-02T05:44:20.554Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "601efd94-4095-4f49-9d93-16aea994fe55",
  "consumerID": "policy-id",
  "timestamp": 1648878080620,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T05:44:20.554Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-02T05:44:20.554Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-02T05:44:20.554Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "601efd94-4095-4f49-9d93-16aea994fe55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648878080001,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-04-02T05:44:20.554Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-02T05:44:20.554Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-02T05:44:20.554Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "601efd94-4095-4f49-9d93-16aea994fe55",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648878085814,
  "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-04-02T05:44:20.559Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 601efd94-4095-4f49-9d93-16aea994fe55
2022-04-02T05:44:20.559Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 601efd94-4095-4f49-9d93-16aea994fe55 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-04-02T05:44:20.566Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-02T05:44:20.566Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "601efd94-4095-4f49-9d93-16aea994fe55",
  "consumerID": "clamp",
  "timestamp": 1648878085848,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-02T05:44:20.566Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T05:44:20.567Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-02T05:44:20.567Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "601efd94-4095-4f49-9d93-16aea994fe55",
  "consumerID": "cds",
  "timestamp": 1648878087346,
  "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-04-02T05:44:20.571Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 601efd94-4095-4f49-9d93-16aea994fe55
2022-04-02T05:44:20.571Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 601efd94-4095-4f49-9d93-16aea994fe55 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-04-02T05:44:20.579Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-02T05:44:20.579Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "601efd94-4095-4f49-9d93-16aea994fe55",
  "consumerID": "dcae-sch",
  "timestamp": 1648878079513,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T05:44:20.579Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-02T05:44:20.580Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-02T05:44:20.580Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "601efd94-4095-4f49-9d93-16aea994fe55",
  "consumerID": "policy-id",
  "timestamp": 1648878080620,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-02T05:44:20.580Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-02T05:44:20.580Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-02T05:44:20.580Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "601efd94-4095-4f49-9d93-16aea994fe55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648878080001,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T05:44:20.580Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-02T05:44:20.580Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-02T05:44:20.580Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "601efd94-4095-4f49-9d93-16aea994fe55",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648878086823,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-02T05:44:20.580Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T05:44:20.580Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-02T05:44:20.580Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "601efd94-4095-4f49-9d93-16aea994fe55",
  "consumerID": "clamp",
  "timestamp": 1648878086851,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-02T05:44:20.581Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T05:44:20.581Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-02T05:44:20.581Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "601efd94-4095-4f49-9d93-16aea994fe55",
  "consumerID": "policy-id",
  "timestamp": 1648878080620,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-02T05:44:20.581Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-02T05:44:20.581Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-02T05:44:20.581Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "601efd94-4095-4f49-9d93-16aea994fe55",
  "consumerID": "dcae-sch",
  "timestamp": 1648878079513,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-02T05:44:20.581Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-02T05:44:20.581Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-02T05:44:20.581Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "601efd94-4095-4f49-9d93-16aea994fe55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648878087331,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-02T05:44:20.581Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T05:44:20.581Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-02T05:44:20.581Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "601efd94-4095-4f49-9d93-16aea994fe55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648878080001,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-04-02T05:44:20.581Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-02T05:44:20.582Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-02T05:44:20.582Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "601efd94-4095-4f49-9d93-16aea994fe55",
  "consumerID": "policy-id",
  "timestamp": 1648878080620,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-04-02T05:44:20.582Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-02T05:44:20.582Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-02T05:44:20.582Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "601efd94-4095-4f49-9d93-16aea994fe55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648878088335,
  "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-04-02T05:44:20.586Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 601efd94-4095-4f49-9d93-16aea994fe55
2022-04-02T05:44:20.586Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 601efd94-4095-4f49-9d93-16aea994fe55 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-04-02T05:44:20.593Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-02T05:44:20.593Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "601efd94-4095-4f49-9d93-16aea994fe55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648878088885,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-02T05:44:20.593Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T05:44:20.593Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-02T05:44:20.593Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "601efd94-4095-4f49-9d93-16aea994fe55",
  "consumerID": "dcae-sch",
  "timestamp": 1648878089357,
  "artifactURL": "/sdc/v1/catalog/services/50bd09f9-0825-4851-96ce-585cca5e94c9/resourceInstances/basicclamp0/artifacts/061b2cf1-ccd4-4795-8640-dc13c79e1197",
  "status": "DOWNLOAD_OK"
}
2022-04-02T05:44:20.593Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T05:44:20.593Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-02T05:44:20.593Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "601efd94-4095-4f49-9d93-16aea994fe55",
  "consumerID": "policy-id",
  "timestamp": 1648878089568,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-02T05:44:20.594Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T05:44:20.594Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-02T05:44:20.594Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "601efd94-4095-4f49-9d93-16aea994fe55",
  "consumerID": "policy-id",
  "timestamp": 1648878090573,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-02T05:44:20.594Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T05:44:20.594Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-02T05:44:20.594Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "601efd94-4095-4f49-9d93-16aea994fe55",
  "consumerID": "dcae-sch",
  "timestamp": 1648878090689,
  "artifactURL": "/sdc/v1/catalog/services/50bd09f9-0825-4851-96ce-585cca5e94c9/resourceInstances/basicclamp0/artifacts/061b2cf1-ccd4-4795-8640-dc13c79e1197",
  "status": "DEPLOY_OK"
}
2022-04-02T05:44:20.594Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T05:44:20.594Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-02T05:44:20.594Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "601efd94-4095-4f49-9d93-16aea994fe55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648878091263,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-02T05:44:20.595Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T05:44:20.595Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-02T05:44:20.595Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "601efd94-4095-4f49-9d93-16aea994fe55",
  "consumerID": "aai-ml",
  "timestamp": 1648878093158,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-02T05:44:20.595Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T05:44:20.595Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-02T05:44:20.595Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "601efd94-4095-4f49-9d93-16aea994fe55",
  "consumerID": "policy-id",
  "timestamp": 1648878091575,
  "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-04-02T05:44:20.600Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 601efd94-4095-4f49-9d93-16aea994fe55
2022-04-02T05:44:20.600Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 601efd94-4095-4f49-9d93-16aea994fe55 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-04-02T05:44:20.607Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-02T05:44:20.607Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "601efd94-4095-4f49-9d93-16aea994fe55",
  "consumerID": "dcae-sch",
  "timestamp": 1648878091693,
  "artifactURL": "/sdc/v1/catalog/services/50bd09f9-0825-4851-96ce-585cca5e94c9/resourceInstances/basicclamp0/artifacts/061b2cf1-ccd4-4795-8640-dc13c79e1197",
  "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-04-02T05:44:20.612Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 601efd94-4095-4f49-9d93-16aea994fe55
2022-04-02T05:44:20.612Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 601efd94-4095-4f49-9d93-16aea994fe55 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-04-02T05:44:20.620Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-02T05:44:20.620Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "601efd94-4095-4f49-9d93-16aea994fe55",
  "consumerID": "aai-ml",
  "timestamp": 1648878094162,
  "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-04-02T05:44:20.624Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 601efd94-4095-4f49-9d93-16aea994fe55
2022-04-02T05:44:20.624Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 601efd94-4095-4f49-9d93-16aea994fe55 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-04-02T05:44:20.632Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-02T05:44:20.632Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "601efd94-4095-4f49-9d93-16aea994fe55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648878092420,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-02T05:44:20.632Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T05:44:20.632Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-02T05:44:20.632Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "601efd94-4095-4f49-9d93-16aea994fe55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648878093633,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-04-02T05:44:20.632Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T05:44:20.632Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-02T05:44:20.633Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "601efd94-4095-4f49-9d93-16aea994fe55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648878094733,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-02T05:44:20.633Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T05:44:20.633Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-02T05:44:20.633Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "601efd94-4095-4f49-9d93-16aea994fe55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648878095736,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-04-02T05:44:20.633Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T05:44:20.633Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-02T05:44:20.633Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "601efd94-4095-4f49-9d93-16aea994fe55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648878096739,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-04-02T05:44:20.633Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T05:44:20.633Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-02T05:44:20.633Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "601efd94-4095-4f49-9d93-16aea994fe55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648878097741,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-02T05:44:20.634Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T05:44:20.634Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-02T05:44:20.634Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "601efd94-4095-4f49-9d93-16aea994fe55",
  "consumerID": "clamp",
  "timestamp": 1648878100919,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-02T05:44:20.634Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T05:44:20.634Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-02T05:44:20.634Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "601efd94-4095-4f49-9d93-16aea994fe55",
  "consumerID": "clamp",
  "timestamp": 1648878101922,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-02T05:44:20.634Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T05:44:20.634Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-02T05:44:20.635Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "601efd94-4095-4f49-9d93-16aea994fe55",
  "consumerID": "clamp",
  "timestamp": 1648878102926,
  "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-04-02T05:44:20.638Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 601efd94-4095-4f49-9d93-16aea994fe55
2022-04-02T05:44:20.639Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 601efd94-4095-4f49-9d93-16aea994fe55 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-04-02T05:44:38.814Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 601efd94-4095-4f49-9d93-16aea994fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-02T05:44:38.823Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 601efd94-4095-4f49-9d93-16aea994fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-02T05:44:38.825Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-02T05:44:38.825Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-02T05:44:38.825Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-02T05:44:38.825Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-02T05:44:38.825Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-02T05:44:38.825Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-02T05:44:38.825Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-02T05:44:38.825Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-02T05:44:38.825Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-02T05:44:38.825Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-02T05:44:38.825Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-02T05:44:38.825Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-02T05:44:38.829Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-02T05:45:08.829Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 601efd94-4095-4f49-9d93-16aea994fe55 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-04-02T05:45:08.834Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 601efd94-4095-4f49-9d93-16aea994fe55 and serviceModelVersionId: 50bd09f9-0825-4851-96ce-585cca5e94c9
2022-04-02T05:45:08.834Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9045f003-43e9-45b9-885f-0167f941556d
2022-04-02T05:45:08.835Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9045f003-43e9-45b9-885f-0167f941556d/model-vers/model-ver/50bd09f9-0825-4851-96ce-585cca5e94c9?depth=0
2022-04-02T05:45:08.840Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-04-02T05:45:08.886Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9045f003-43e9-45b9-885f-0167f941556d/model-vers/model-ver/50bd09f9-0825-4851-96ce-585cca5e94c9?depth=0|INFO|500||Invoke
2022-04-02T05:45:08.886Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9045f003-43e9-45b9-885f-0167f941556d/model-vers/model-ver/50bd09f9-0825-4851-96ce-585cca5e94c9?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9045f003-43e9-45b9-885f-0167f941556d/model-vers/model-ver/50bd09f9-0825-4851-96ce-585cca5e94c9?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[601efd94-4095-4f49-9d93-16aea994fe55], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1e3e0e07-7a87-4d56-9ac0-9fbdfcb93fbf], X-ECOMP-RequestID=[601efd94-4095-4f49-9d93-16aea994fe55], X-TransactionId=[], X-ONAP-RequestID=[601efd94-4095-4f49-9d93-16aea994fe55], Content-Type=[application/merge-patch+json]}
2022-04-02T05:45:08.906Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9045f003-43e9-45b9-885f-0167f941556d/model-vers/model-ver/50bd09f9-0825-4851-96ce-585cca5e94c9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-02T05:45:09.179Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9045f003-43e9-45b9-885f-0167f941556d/model-vers/model-ver/50bd09f9-0825-4851-96ce-585cca5e94c9?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/9045f003-43e9-45b9-885f-0167f941556d/model-vers/model-ver/50bd09f9-0825-4851-96ce-585cca5e94c9?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220402-05:45:08:788-79632], vertex-id=[225464], Content-Length=[0], Date=[Sat, 02 Apr 2022 05:45:08 GMT], Content-Type=[application/json]}
2022-04-02T05:45:09.179Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9045f003-43e9-45b9-885f-0167f941556d/model-vers/model-ver/50bd09f9-0825-4851-96ce-585cca5e94c9?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-02T05:45:09.183Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9045f003-43e9-45b9-885f-0167f941556d/model-vers/model-ver/50bd09f9-0825-4851-96ce-585cca5e94c9?depth=0|INFO|500||InvokeReturn
2022-04-02T05:45:09.183Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-02T05:45:09.183Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-02T05:45:09.190Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-02T05:45:09.190Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 601efd94-4095-4f49-9d93-16aea994fe55 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-02T05:45:09.190Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-02T05:45:09.190Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-02T05:45:09.192Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T05:45:09.192Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "601efd94-4095-4f49-9d93-16aea994fe55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648878309190,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-02T05:45:09.292Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T05:45:09.293Z||pool-150-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-02T05:45:09.293Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T05:45:09.309Z||pool-150-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T05:45:09.309Z||pool-150-thread-1|||||INFO|500||cambria reply ok (17 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-04-02T05:45:10.204Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T05:45:10.205Z|601efd94-4095-4f49-9d93-16aea994fe55|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-04-02T05:45:10.205Z|601efd94-4095-4f49-9d93-16aea994fe55|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 GCqzoDOAtKeQqP9d) ...
2022-04-02T05:45:20.008Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T05:45:20.009Z||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-04-02T05:45:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T05:45:20.456Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T05:45:20.457Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T05:45:20.457Z|601efd94-4095-4f49-9d93-16aea994fe55|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-04-02T05:45:20.457Z|601efd94-4095-4f49-9d93-16aea994fe55|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 GCqzoDOAtKeQqP9d) ...
2022-04-02T05:45:20.631Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T05:45:20.631Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-02T05:45:20.632Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "601efd94-4095-4f49-9d93-16aea994fe55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648878309190,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-02T05:45:20.632Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T05:45:29.995Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T05:45:29.996Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T05:45:29.996Z|601efd94-4095-4f49-9d93-16aea994fe55|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-04-02T05:45:29.996Z|601efd94-4095-4f49-9d93-16aea994fe55|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 GCqzoDOAtKeQqP9d) ...
2022-04-02T05:45:39.559Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T05:45:39.560Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T05:45:39.560Z|601efd94-4095-4f49-9d93-16aea994fe55|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-04-02T05:45:39.561Z|601efd94-4095-4f49-9d93-16aea994fe55|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 GCqzoDOAtKeQqP9d) ...
2022-04-02T05:45:49.096Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T05:46:20.001Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T05:46:20.001Z|601efd94-4095-4f49-9d93-16aea994fe55|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-04-02T05:46:20.001Z|601efd94-4095-4f49-9d93-16aea994fe55|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 GCqzoDOAtKeQqP9d) ...
2022-04-02T05:46:20.008Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T05:46:20.008Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|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-04-02T05:46:20.008Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|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 GCqzoDOAtKeQqP9d) ...
2022-04-02T05:46:29.541Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T05:46:29.546Z|5aa883df-8d94-4fdd-ab9a-9c522da8cd99|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T05:47:20.001Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T05:47:20.001Z|601efd94-4095-4f49-9d93-16aea994fe55|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-04-02T05:47:20.001Z|601efd94-4095-4f49-9d93-16aea994fe55|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 GCqzoDOAtKeQqP9d) ...
2022-04-02T05:47:20.008Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T05:47:20.009Z||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-04-02T05:47:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T05:47:29.546Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T05:47:29.546Z|601efd94-4095-4f49-9d93-16aea994fe55|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T05:48:20.001Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T05:48:20.002Z||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-04-02T05:48:20.002Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T05:48:20.008Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T05:48:20.008Z|e83bf634-fb39-4d4b-b86f-99f895afa254|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-04-02T05:48:20.009Z|e83bf634-fb39-4d4b-b86f-99f895afa254|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 GCqzoDOAtKeQqP9d) ...
2022-04-02T05:48:29.543Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T05:48:29.545Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T05:49:20.001Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T05:49:20.002Z||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-04-02T05:49:20.002Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T05:49:20.008Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T05:49:20.009Z||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-04-02T05:49:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T05:49:29.544Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T05:49:29.545Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T05:50:20.001Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T05:50:20.004Z||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-04-02T05:50:20.005Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T05:50:20.008Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T05:50:20.009Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|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-04-02T05:50:20.009Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|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 GCqzoDOAtKeQqP9d) ...
2022-04-02T05:50:29.550Z|d12b803f-3bda-4dd5-8be6-80ffdb3257a6|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T05:50:29.550Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T05:51:20.001Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T05:51:20.002Z||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-04-02T05:51:20.002Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T05:51:20.008Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T05:51:20.009Z||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-04-02T05:51:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T05:51:29.558Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T05:51:29.559Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T05:52:20.001Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T05:52:20.001Z||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-04-02T05:52:20.002Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T05:52:20.008Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T05:52:20.008Z||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-04-02T05:52:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T05:52:29.543Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-02T05:52:29.544Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK