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-02-05T00:55:08.128Z||main|||||INFO|500||The following profiles are active: basic
2022-02-05T00:55:15.481Z||main|||||INFO|500||Starting service [Tomcat]
2022-02-05T00:55:15.481Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-02-05T00:55:15.546Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-02-05T00:55:17.247Z||main|||||INFO|500||catdb-pool - Starting...
2022-02-05T00:55:17.395Z||main|||||INFO|500||catdb-pool - Start completed.
2022-02-05T00:55:17.652Z||main|||||INFO|500||reqdb-pool - Starting...
2022-02-05T00:55:17.658Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-02-05T00:55:17.736Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-02-05T00:55:17.932Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-02-05T00:55:18.224Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-02-05T00:55:19.005Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-02-05T00:55:20.583Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-02-05T00:55:20.627Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-02-05T00:55:20.972Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-02-05T00:55:21.056Z||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-02-05T00:55:22.033Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-02-05T00:55:22.803Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-02-05T00:55:22.817Z||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$$9c674a38.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-02-05T00:55:22.818Z||main|||||WARN|500||The sdc end point is not alive
2022-02-05T00:55:24.876Z||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-02-05T00:55:26.932Z||main|||||WARN|500||---
2022-02-05T00:55:26.932Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-02-05T00:55:26.932Z||main|||||WARN|500||---
2022-02-05T00:55:27.220Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-02-05T00:55:30.605Z||main|||||INFO|500||Started Application in 25.967 seconds (JVM running for 26.924)
2022-02-05T00:55:30.620Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-02-05T00:55:30.621Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-02-05T00:55:30.636Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-02-05T00:55:30.656Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-02-05T00:55:30.724Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 49475217-90b1-4794-b1a2-d389176202fe url= /sdc/v1/artifactTypes
2022-02-05T00:55:30.725Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-02-05T00:55:30.931Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-02-05T00:55:30.949Z||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-02-05T00:55:30.970Z||scheduling-1|||||DEBUG|500||create keys
2022-02-05T00:55:30.976Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-02-05T00:55:31.516Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T00:55:31.531Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 1909c646-62bf-4aac-a83a-c6c5d6a8ff56 url= /sdc/v1/registerForDistribution
2022-02-05T00:55:32.412Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 1909c646-62bf-4aac-a83a-c6c5d6a8ff56 url= /sdc/v1/registerForDistribution
2022-02-05T00:55:32.412Z||scheduling-1|||||INFO|500||start DistributionClient
2022-02-05T00:55:32.422Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T00:55:32.422Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T00:55:32.427Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-02-05T00:55:32.429Z||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-02-05T00:55:32.429Z||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-02-05T00:55:32.430Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T00:55:32.430Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T00:55:44.905Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T00:55:45.411Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T00:56:32.420Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T00:56:32.421Z||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-02-05T00:56:32.421Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T00:56:32.421Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T00:56:32.422Z||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-02-05T00:56:32.423Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T00:56:41.968Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T00:56:41.971Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T00:57:32.420Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T00:57:32.421Z||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-02-05T00:57:32.421Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T00:57:32.421Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T00:57:32.423Z||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-02-05T00:57:32.423Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T00:57:41.969Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T00:57:41.970Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T00:58:32.420Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T00:58:32.421Z||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-02-05T00:58:32.421Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T00:58:32.421Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T00:58:32.422Z||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-02-05T00:58:32.424Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T00:58:41.965Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T00:58:41.967Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T00:59:32.424Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T00:59:32.424Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T00:59:32.427Z||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-02-05T00:59:32.427Z||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-02-05T00:59:32.427Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T00:59:32.428Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T00:59:41.999Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T00:59:41.999Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:00:32.421Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:00:32.421Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:00:32.422Z||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-02-05T01:00:32.422Z||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-02-05T01:00:32.422Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:00:32.423Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:00:41.964Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:00:41.967Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:01:32.420Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:01:32.421Z||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-02-05T01:01:32.421Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:01:32.421Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:01:32.423Z||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-02-05T01:01:32.423Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:01:41.964Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:01:41.964Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:02:32.420Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:02:32.421Z||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-02-05T01:02:32.421Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:02:32.421Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:02:32.424Z||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-02-05T01:02:32.424Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:02:41.965Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:02:41.966Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:03:32.420Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:03:32.420Z||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-02-05T01:03:32.421Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:03:32.421Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:03:32.422Z||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-02-05T01:03:32.422Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:03:41.966Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:03:41.966Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:04:32.420Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:04:32.420Z||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-02-05T01:04:32.421Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:04:32.421Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:04:32.422Z||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-02-05T01:04:32.422Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:04:41.963Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:04:41.967Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:05:32.420Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:05:32.420Z||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-02-05T01:05:32.421Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:05:32.421Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:05:32.422Z||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-02-05T01:05:32.422Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:05:39.834Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-02-05T01:05:41.963Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:05:41.963Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:06:32.420Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:06:32.421Z||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-02-05T01:06:32.421Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:06:32.421Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:06:32.422Z||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-02-05T01:06:32.422Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:06:41.966Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:06:41.966Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:07:32.420Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:07:32.420Z||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-02-05T01:07:32.421Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:07:32.421Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:07:32.422Z||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-02-05T01:07:32.422Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:07:41.964Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:07:41.964Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:08:32.420Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:08:32.420Z||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-02-05T01:08:32.421Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:08:32.421Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:08:32.422Z||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-02-05T01:08:32.422Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:08:41.963Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:08:41.963Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:09:32.420Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:09:32.420Z||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-02-05T01:09:32.420Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:09:32.422Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:09:32.423Z||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-02-05T01:09:32.423Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:09:41.962Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:09:41.963Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:10:32.420Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:10:32.420Z||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-02-05T01:10:32.421Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:10:32.421Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:10:32.422Z||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-02-05T01:10:32.422Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:10:41.967Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:10:41.969Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:11:32.420Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:11:32.420Z||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-02-05T01:11:32.421Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:11:32.422Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:11:32.422Z||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-02-05T01:11:32.423Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:11:41.965Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:11:41.966Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:12:32.420Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:12:32.420Z||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-02-05T01:12:32.420Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:12:32.422Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:12:32.422Z||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-02-05T01:12:32.423Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:12:41.965Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:12:41.967Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:13:32.420Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:13:32.420Z||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-02-05T01:13:32.421Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:13:32.421Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:13:32.422Z||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-02-05T01:13:32.422Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:13:41.961Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:13:41.965Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:14:32.420Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:14:32.420Z||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-02-05T01:14:32.421Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:14:32.421Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:14:32.422Z||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-02-05T01:14:32.423Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:14:41.963Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:14:41.979Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:15:32.420Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:15:32.420Z||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-02-05T01:15:32.421Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:15:32.421Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:15:32.422Z||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-02-05T01:15:32.422Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:15:41.960Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:15:41.964Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:16:32.420Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:16:32.420Z||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-02-05T01:16:32.421Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:16:32.421Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:16:32.422Z||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-02-05T01:16:32.422Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:16:41.965Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:16:41.976Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:17:32.420Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:17:32.420Z||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-02-05T01:17:32.421Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:17:32.421Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:17:32.422Z||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-02-05T01:17:32.422Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:17:41.960Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:17:41.964Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:18:32.420Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:18:32.421Z||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-02-05T01:18:32.421Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:18:32.421Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:18:32.422Z||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-02-05T01:18:32.422Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:18:41.966Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:18:41.968Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:19:32.420Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:19:32.420Z||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-02-05T01:19:32.421Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:19:32.421Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:19:32.422Z||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-02-05T01:19:32.422Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:19:41.961Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:19:41.963Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:20:32.420Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:20:32.421Z||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-02-05T01:20:32.421Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:20:32.421Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:20:32.422Z||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-02-05T01:20:32.422Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:20:41.964Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:20:41.970Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:21:32.420Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:21:32.420Z||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-02-05T01:21:32.421Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:21:32.421Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:21:32.422Z||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-02-05T01:21:32.422Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:21:41.961Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:21:41.965Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:22:32.420Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:22:32.420Z||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-02-05T01:22:32.420Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:22:32.422Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:22:32.423Z||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-02-05T01:22:32.423Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:22:41.965Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:22:41.967Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:23:32.420Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:23:32.421Z||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-02-05T01:23:32.421Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:23:32.421Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:23:32.422Z||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-02-05T01:23:32.422Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:23:41.963Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:23:41.965Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:24:32.420Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:24:32.420Z||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-02-05T01:24:32.421Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:24:32.421Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:24:32.422Z||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-02-05T01:24:32.422Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:24:41.963Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:24:41.964Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:25:32.419Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:25:32.420Z||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-02-05T01:25:32.421Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:25:32.421Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:25:32.422Z||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-02-05T01:25:32.422Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:25:41.963Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:25:41.966Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:26:32.419Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:26:32.420Z||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-02-05T01:26:32.420Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:26:32.421Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:26:32.422Z||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-02-05T01:26:32.422Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:26:41.963Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:26:41.964Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:27:32.419Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:27:32.420Z||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-02-05T01:27:32.421Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:27:32.421Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:27:32.422Z||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-02-05T01:27:32.422Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:27:41.962Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:27:41.963Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:28:32.420Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:28:32.420Z||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-02-05T01:28:32.421Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:28:32.421Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:28:32.422Z||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-02-05T01:28:32.423Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:28:41.960Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:28:41.965Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:29:32.419Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:29:32.420Z||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-02-05T01:29:32.420Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:29:32.422Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:29:32.423Z||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-02-05T01:29:32.423Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:29:41.963Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:29:41.965Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:30:32.420Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:30:32.420Z||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-02-05T01:30:32.421Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:30:32.421Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:30:32.422Z||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-02-05T01:30:32.423Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:30:41.962Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:30:41.963Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:31:32.419Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:31:32.420Z||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-02-05T01:31:32.420Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:31:32.421Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:31:32.422Z||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-02-05T01:31:32.422Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:31:41.971Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:31:41.972Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:32:32.420Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:32:32.420Z||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-02-05T01:32:32.421Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:32:32.421Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:32:32.423Z||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-02-05T01:32:32.423Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:32:41.963Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:32:41.968Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:33:32.419Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:33:32.420Z||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-02-05T01:33:32.421Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:33:32.421Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:33:32.422Z||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-02-05T01:33:32.422Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:33:41.961Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:33:41.963Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:34:32.420Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:34:32.420Z||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-02-05T01:34:32.420Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:34:32.421Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:34:32.422Z||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-02-05T01:34:32.422Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:34:41.962Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:34:41.964Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:35:32.419Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:35:32.420Z||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-02-05T01:35:32.420Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:35:32.421Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:35:32.422Z||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-02-05T01:35:32.422Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:35:42.184Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:35:42.185Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:36:32.420Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:36:32.421Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:36:32.422Z||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-02-05T01:36:32.422Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:36:32.422Z||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-02-05T01:36:32.422Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:36:41.964Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:36:41.964Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:37:32.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:37:32.420Z||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-02-05T01:37:32.420Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:37:32.422Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:37:32.422Z||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-02-05T01:37:32.423Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:37:32.547Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:37:32.552Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T01:37:32.552Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644025031529,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:37:32.568Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:37:32.568Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T01:37:32.568Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
  "consumerID": "cds",
  "timestamp": 1644025032046,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:37:32.568Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:37:32.569Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T01:37:32.569Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
  "consumerID": "cds",
  "timestamp": 1644025032046,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/basic_onboard_kmjjff0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:37:32.569Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:37:32.569Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T01:37:32.569Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644025031529,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/basic_onboard_kmjjff0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:37:32.569Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:37:32.569Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T01:37:32.569Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
  "consumerID": "cds",
  "timestamp": 1644025032046,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:37:32.569Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:37:32.569Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T01:37:32.569Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644025031529,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:37:32.570Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:37:32.570Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T01:37:32.570Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
  "consumerID": "cds",
  "timestamp": 1644025032046,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:37:32.570Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:37:32.570Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T01:37:32.570Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644025031529,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:37:32.570Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:37:32.570Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T01:37:32.570Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
  "consumerID": "cds",
  "timestamp": 1644025032046,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:37:32.570Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:37:32.570Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T01:37:32.570Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644025031529,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:37:32.570Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:37:32.571Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T01:37:32.571Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
  "consumerID": "cds",
  "timestamp": 1644025032046,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/artifacts/service-BasicOnboardKmjjff-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:37:32.571Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:37:32.571Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T01:37:32.571Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644025031529,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/artifacts/service-BasicOnboardKmjjff-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:37:32.571Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:37:32.571Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T01:37:32.571Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
  "consumerID": "clamp",
  "timestamp": 1644025037865,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:37:32.571Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:37:32.571Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T01:37:32.571Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
  "consumerID": "cds",
  "timestamp": 1644025032046,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/artifacts/service-BasicOnboardKmjjff-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T01:37:32.571Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:37:32.571Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T01:37:32.571Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644025031529,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/artifacts/service-BasicOnboardKmjjff-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T01:37:32.572Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:37:32.572Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T01:37:32.572Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
  "consumerID": "clamp",
  "timestamp": 1644025037865,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/basic_onboard_kmjjff0_modules.json",
  "status": "NOTIFIED"
}
2022-02-05T01:37:32.572Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:37:32.572Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T01:37:32.572Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
  "consumerID": "policy-id",
  "timestamp": 1644025039711,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:37:32.572Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:37:32.572Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T01:37:32.572Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
  "consumerID": "clamp",
  "timestamp": 1644025037865,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:37:32.573Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:37:32.573Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T01:37:32.573Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
  "consumerID": "cds",
  "timestamp": 1644025040567,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/artifacts/service-BasicOnboardKmjjff-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T01:37:32.573Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:37:32.573Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T01:37:32.573Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644025040569,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/artifacts/service-BasicOnboardKmjjff-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T01:37:32.573Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:37:32.573Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T01:37:32.573Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
  "consumerID": "policy-id",
  "timestamp": 1644025039711,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/basic_onboard_kmjjff0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:37:32.573Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:37:32.573Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T01:37:32.573Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
  "consumerID": "clamp",
  "timestamp": 1644025037865,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:37:32.574Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:37:32.574Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T01:37:32.574Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
  "consumerID": "cds",
  "timestamp": 1644025041582,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/artifacts/service-BasicOnboardKmjjff-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-02-05T01:37:32.688Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of de896675-10b2-45d6-9da4-a4005a00b7d9
2022-02-05T01:37:32.701Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId de896675-10b2-45d6-9da4-a4005a00b7d9 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-02-05T01:37:32.715Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T01:37:32.716Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644025041320,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:37:32.716Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:37:32.716Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T01:37:32.716Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644025041421,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:37:32.716Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:37:32.716Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T01:37:32.717Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
  "consumerID": "policy-id",
  "timestamp": 1644025039711,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-02-05T01:37:32.717Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:37:32.717Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T01:37:32.717Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
  "consumerID": "clamp",
  "timestamp": 1644025037865,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:37:32.717Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:37:32.717Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T01:37:32.718Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644025041320,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/basic_onboard_kmjjff0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:37:32.718Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:37:32.718Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T01:37:32.718Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644025041421,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/basic_onboard_kmjjff0_modules.json",
  "status": "NOTIFIED"
}
2022-02-05T01:37:32.718Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:37:32.718Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T01:37:32.718Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
  "consumerID": "policy-id",
  "timestamp": 1644025039711,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:37:32.719Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:37:32.719Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T01:37:32.719Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
  "consumerID": "clamp",
  "timestamp": 1644025037865,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/artifacts/service-BasicOnboardKmjjff-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:37:32.719Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:37:32.719Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T01:37:32.719Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644025041320,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:37:32.719Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:37:32.719Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T01:37:32.720Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644025041421,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-02-05T01:37:32.720Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:37:32.720Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T01:37:32.720Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
  "consumerID": "policy-id",
  "timestamp": 1644025039711,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:37:32.720Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:37:32.720Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T01:37:32.720Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644025044484,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/artifacts/service-BasicOnboardKmjjff-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-05T01:37:32.721Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:37:32.721Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T01:37:32.721Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
  "consumerID": "clamp",
  "timestamp": 1644025037865,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/artifacts/service-BasicOnboardKmjjff-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T01:37:32.721Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:37:32.721Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T01:37:32.721Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644025041320,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:37:32.722Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:37:32.722Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T01:37:32.722Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644025041421,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:37:32.722Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:37:32.722Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T01:37:32.722Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
  "consumerID": "policy-id",
  "timestamp": 1644025039711,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/artifacts/service-BasicOnboardKmjjff-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:37:32.722Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:37:32.723Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T01:37:32.723Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644025045488,
  "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-02-05T01:37:32.733Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of de896675-10b2-45d6-9da4-a4005a00b7d9
2022-02-05T01:37:32.733Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId de896675-10b2-45d6-9da4-a4005a00b7d9 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-02-05T01:37:32.740Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T01:37:32.740Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644025041320,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:37:32.741Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:37:32.741Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T01:37:32.741Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644025041421,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-02-05T01:37:32.741Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:37:32.741Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T01:37:32.741Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
  "consumerID": "policy-id",
  "timestamp": 1644025039711,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/artifacts/service-BasicOnboardKmjjff-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T01:37:32.741Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:37:32.741Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T01:37:32.741Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644025041320,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/artifacts/service-BasicOnboardKmjjff-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:37:32.741Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:37:32.741Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T01:37:32.741Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644025041421,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/artifacts/service-BasicOnboardKmjjff-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:37:32.742Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:37:32.742Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T01:37:32.742Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
  "consumerID": "policy-id",
  "timestamp": 1644025047532,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/artifacts/service-BasicOnboardKmjjff-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T01:37:32.742Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:37:32.742Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T01:37:32.742Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644025041320,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/artifacts/service-BasicOnboardKmjjff-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:37:32.742Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:37:32.743Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T01:37:32.743Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644025041421,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/artifacts/service-BasicOnboardKmjjff-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T01:37:32.743Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:37:32.743Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T01:37:32.743Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
  "consumerID": "policy-id",
  "timestamp": 1644025048538,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/artifacts/service-BasicOnboardKmjjff-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-05T01:37:32.743Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:37:32.743Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T01:37:32.743Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644025049141,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/basic_onboard_kmjjff0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-05T01:37:32.744Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:37:32.744Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T01:37:32.744Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
  "consumerID": "policy-id",
  "timestamp": 1644025049541,
  "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-02-05T01:37:32.748Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of de896675-10b2-45d6-9da4-a4005a00b7d9
2022-02-05T01:37:32.749Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId de896675-10b2-45d6-9da4-a4005a00b7d9 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-02-05T01:37:32.755Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T01:37:32.756Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644025050187,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-05T01:37:32.756Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:37:32.756Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T01:37:32.756Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644025051228,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-02-05T01:37:32.756Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:37:32.756Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T01:37:32.756Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
  "consumerID": "aai-ml",
  "timestamp": 1644025050673,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:37:32.757Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:37:32.757Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T01:37:32.757Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644025052307,
  "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-02-05T01:37:32.761Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of de896675-10b2-45d6-9da4-a4005a00b7d9
2022-02-05T01:37:32.761Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId de896675-10b2-45d6-9da4-a4005a00b7d9 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-02-05T01:37:33.042Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:37:33.043Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T01:37:33.043Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"de896675-10b2-45d6-9da4-a4005a00b7d9","serviceName":"basic_onboard_kmJJFF","serviceVersion":"1.0","serviceUUID":"60d2287e-58ca-4032-a149-4b8627d48853","serviceDescription":"service","serviceInvariantUUID":"212b06da-33e5-4a34-9f6b-7a700df0448d","resources":[{"resourceInstanceName":"basic_onboard_kmJJFF 0","resourceName":"basic_onboard_kmJJFF","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c559fed4-be54-479e-92b9-aaba4020011b","resourceInvariantUUID":"1259c0f4-540a-400d-8795-7713c28e0201","resourceCustomizationUUID":"9707fa19-baf6-4043-aaea-745300052554","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/vf-license-model.xml","artifactChecksum":"YTRkNGY3NGQyY2RjMzNjN2M0Mjk0ZjQ5YWNjZmE3ZGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"be8940ae-6f84-49e2-963b-1872678b1352","artifactVersion":"1"},{"artifactName":"basic_onboard_kmjjff0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/basic_onboard_kmjjff0_modules.json","artifactChecksum":"NTJhZjM0YjA3M2NjNWFjMTFiZGJjZjEzZDg5YjkwZjY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8a3bf6cd-ed01-4eba-8bd6-df2af2e83c75","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"fe88e80b-8f69-4444-8f68-d6537edd87dd","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4eec9114-4c38-417e-8f67-21c5230d9bde","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"095f2e4f-7f32-4f44-9a93-2a9c45a17bcc","artifactVersion":"2","generatedFromUUID":"fe88e80b-8f69-4444-8f68-d6537edd87dd"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardKmjjff-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/artifacts/service-BasicOnboardKmjjff-template.yml","artifactChecksum":"NWNhYzliZmFmMDBlODBmOWQ1ZWY1MjQ0MWExZmNhNTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a07ec4f9-0823-460d-b4d8-f37bc08a54e3","artifactVersion":"1"},{"artifactName":"service-BasicOnboardKmjjff-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/artifacts/service-BasicOnboardKmjjff-csar.csar","artifactChecksum":"ZGRkZGVjZDdhYjc0ZmQ1ZWI0OTJiNGM3N2EyODNhZmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4b54d982-5b5f-4892-a17b-90e4fbdec77c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-05T01:37:33.047Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T01:37:33.052Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-05T01:37:33.058Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T01:37:33.058Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644025052419,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:37:33.158Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-02-05T01:37:33.163Z||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-02-05T01:37:33.163Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:37:33.173Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:37:33.174Z||pool-3-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-05T01:37:34.062Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T01:37:34.063Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-05T01:37:34.065Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T01:37:34.065Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644025052419,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/basic_onboard_kmjjff0_modules.json",
  "status": "NOTIFIED"
}
2022-02-05T01:37:34.165Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T01:37:34.166Z||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-02-05T01:37:34.166Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:37:34.176Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:37:34.176Z||pool-4-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-05T01:37:35.066Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T01:37:35.067Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-05T01:37:35.069Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T01:37:35.069Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644025052419,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-02-05T01:37:35.169Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T01:37:35.170Z||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-02-05T01:37:35.170Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:37:35.179Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:37:35.180Z||pool-5-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-05T01:37:36.069Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T01:37:36.071Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-05T01:37:36.073Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T01:37:36.073Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644025052419,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:37:36.173Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T01:37:36.174Z||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-02-05T01:37:36.174Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:37:36.183Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:37:36.184Z||pool-6-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-05T01:37:37.074Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T01:37:37.075Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-05T01:37:37.078Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T01:37:37.078Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644025052419,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-02-05T01:37:37.178Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T01:37:37.179Z||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-02-05T01:37:37.179Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:37:37.189Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:37:37.189Z||pool-7-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-05T01:37:38.078Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T01:37:38.080Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-05T01:37:38.082Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T01:37:38.082Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644025052419,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/artifacts/service-BasicOnboardKmjjff-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:37:38.182Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T01:37:38.183Z||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-02-05T01:37:38.183Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:37:38.192Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:37:38.193Z||pool-8-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-05T01:37:39.083Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T01:37:39.084Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-05T01:37:39.086Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T01:37:39.086Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644025052419,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/artifacts/service-BasicOnboardKmjjff-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T01:37:39.186Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T01:37:39.187Z||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-02-05T01:37:39.187Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:37:39.197Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:37:39.197Z||pool-9-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-05T01:37:40.088Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
  "serviceName": "basic_onboard_kmJJFF",
  "serviceVersion": "1.0",
  "serviceUUID": "60d2287e-58ca-4032-a149-4b8627d48853",
  "serviceDescription": "service",
  "serviceInvariantUUID": "212b06da-33e5-4a34-9f6b-7a700df0448d",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_kmJJFF 0",
      "resourceCustomizationUUID": "9707fa19-baf6-4043-aaea-745300052554",
      "resourceName": "basic_onboard_kmJJFF",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c559fed4-be54-479e-92b9-aaba4020011b",
      "resourceInvariantUUID": "1259c0f4-540a-400d-8795-7713c28e0201",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_kmjjff0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/basic_onboard_kmjjff0_modules.json",
          "artifactChecksum": "NTJhZjM0YjA3M2NjNWFjMTFiZGJjZjEzZDg5YjkwZjY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "8a3bf6cd-ed01-4eba-8bd6-df2af2e83c75",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "fe88e80b-8f69-4444-8f68-d6537edd87dd",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "095f2e4f-7f32-4f44-9a93-2a9c45a17bcc",
            "generatedFromUUID": "fe88e80b-8f69-4444-8f68-d6537edd87dd"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "095f2e4f-7f32-4f44-9a93-2a9c45a17bcc",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardKmjjff-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/artifacts/service-BasicOnboardKmjjff-csar.csar",
      "artifactChecksum": "ZGRkZGVjZDdhYjc0ZmQ1ZWI0OTJiNGM3N2EyODNhZmI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4b54d982-5b5f-4892-a17b-90e4fbdec77c"
    }
  ],
  "workloadContext": "Production"
}
2022-02-05T01:37:40.089Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-05T01:37:40.090Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 60d2287e-58ca-4032-a149-4b8627d48853 ASDC
2022-02-05T01:37:40.171Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:de896675-10b2-45d6-9da4-a4005a00b7d9
ServiceName:basic_onboard_kmJJFF
ServiceVersion:1.0
ServiceUUID:60d2287e-58ca-4032-a149-4b8627d48853
ServiceInvariantUUID:212b06da-33e5-4a34-9f6b-7a700df0448d
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardKmjjff-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/artifacts/service-BasicOnboardKmjjff-csar.csar
ArtifactUUID:4b54d982-5b5f-4892-a17b-90e4fbdec77c
ArtifactChecksum:ZGRkZGVjZDdhYjc0ZmQ1ZWI0OTJiNGM3N2EyODNhZmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_kmJJFF 0
ResourceCustomizationUUID:9707fa19-baf6-4043-aaea-745300052554
ResourceInvariantUUID:1259c0f4-540a-400d-8795-7713c28e0201
ResourceName:basic_onboard_kmJJFF
ResourceType:VF
ResourceUUID:c559fed4-be54-479e-92b9-aaba4020011b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_kmjjff0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/basic_onboard_kmjjff0_modules.json
ArtifactUUID:8a3bf6cd-ed01-4eba-8bd6-df2af2e83c75
ArtifactChecksum:NTJhZjM0YjA3M2NjNWFjMTFiZGJjZjEzZDg5YjkwZjY=
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/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/base_ubuntu18.yaml
ArtifactUUID:fe88e80b-8f69-4444-8f68-d6537edd87dd
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/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/base_ubuntu18.env
ArtifactUUID:095f2e4f-7f32-4f44-9a93-2a9c45a17bcc
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/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/base_ubuntu18.env
ArtifactUUID:095f2e4f-7f32-4f44-9a93-2a9c45a17bcc
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-02-05T01:37:40.171Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 60d2287e-58ca-4032-a149-4b8627d48853 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-02-05T01:37:40.229Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-05T01:37:40.229Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-02-05T01:37:40.230Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-02-05T01:37:40.230Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 4b54d982-5b5f-4892-a17b-90e4fbdec77c from URL: /sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/artifacts/service-BasicOnboardKmjjff-csar.csar
2022-02-05T01:37:40.230Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-02-05T01:37:40.231Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/artifacts/service-BasicOnboardKmjjff-csar.csar
2022-02-05T01:37:40.428Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-02-05T01:37:40.439Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/artifacts/service-BasicOnboardKmjjff-csar.csar 4b54d982-5b5f-4892-a17b-90e4fbdec77c 71554
2022-02-05T01:37:40.440Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/artifacts/service-BasicOnboardKmjjff-csar.csar ASDC sendASDCNotification
2022-02-05T01:37:40.440Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/artifacts/service-BasicOnboardKmjjff-csar.csar
2022-02-05T01:37:40.441Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-05T01:37:40.441Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-05T01:37:40.442Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T01:37:40.442Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644025060439,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/artifacts/service-BasicOnboardKmjjff-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T01:37:40.543Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-05T01:37:40.544Z||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-02-05T01:37:40.544Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:37:40.555Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:37:40.555Z||pool-10-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-05T01:37:41.443Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-05T01:37:41.444Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-02-05T01:37:41.445Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 4b54d982-5b5f-4892-a17b-90e4fbdec77c, URL: /sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/artifacts/service-BasicOnboardKmjjff-csar.csar to file: /app/ASDC/1/service-BasicOnboardKmjjff-csar.csar
2022-02-05T01:37:41.445Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardKmjjff-csar.csar
2022-02-05T01:37:41.496Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardKmjjff-csar.csar
2022-02-05T01:37:41.497Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardKmjjff-csar.csar
2022-02-05T01:37:41.810Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16918716755879182554/Definitions/service-BasicOnboardKmjjff-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-02-05T01:37:43.265Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-05T01:37:43.269Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-02-05T01:37:43.269Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardKmjjff-csar.csar
2022-02-05T01:37:43.269Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-02-05T01:37:43.269Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_kmJJFF 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-BasicOnboardKmjjff-csar.csar
2022-02-05T01:37:43.269Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardKmjjff-csar.csar
2022-02-05T01:37:43.270Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardKmjjff-csar.csar
2022-02-05T01:37:43.270Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardKmjjff-csar.csar
2022-02-05T01:37:43.270Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardKmjjff-csar.csar
2022-02-05T01:37:43.270Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardKmjjff-csar.csar
2022-02-05T01:37:43.270Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardKmjjff-csar.csar
2022-02-05T01:37:43.270Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardKmjjff-csar.csar
2022-02-05T01:37:43.270Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardKmjjff-csar.csar
2022-02-05T01:37:43.270Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-02-05T01:37:43.275Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T01:37:43.276Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_kmJJFF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T01:37:43.279Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_kmJJFF 0 is matching search criteria
2022-02-05T01:37:43.279Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-02-05T01:37:43.280Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_kmJJFF 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-05T01:37:43.281Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T01:37:43.281Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_kmJJFF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T01:37:43.282Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_kmJJFF 0 is matching search criteria
2022-02-05T01:37:43.282Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-02-05T01:37:43.282Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_kmJJFF 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-05T01:37:43.282Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T01:37:43.282Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_kmJJFF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T01:37:43.285Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T01:37:43.285Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_kmJJFF 0 is not matching search criteria
2022-02-05T01:37:43.285Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-02-05T01:37:43.285Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-02-05T01:37:43.285Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-02-05T01:37:43.285Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-02-05T01:37:43.285Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-02-05T01:37:43.286Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T01:37:43.286Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_kmJJFF is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-05T01:37:43.286Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T01:37:43.287Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_kmJJFF 0 is matching search criteria
2022-02-05T01:37:43.287Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_kmJJFF 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-05T01:37:43.287Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T01:37:43.287Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_kmJJFF 0 is matching search criteria
2022-02-05T01:37:43.287Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_kmJJFF 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-05T01:37:43.288Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T01:37:43.288Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_kmJJFF 0 is matching search criteria
2022-02-05T01:37:43.288Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_kmJJFF 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-05T01:37:43.288Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T01:37:43.288Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_kmJJFF 0 is not matching search criteria
2022-02-05T01:37:43.288Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-02-05T01:37:43.288Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-02-05T01:37:43.289Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=24c115ab-e4a0-4039-958c-9ed9d96837b5
2022-02-05T01:37:43.289Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T01:37:43.289Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_kmJJFF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T01:37:43.289Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T01:37:43.289Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_kmJJFF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T01:37:43.289Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T01:37:43.289Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_kmJJFF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T01:37:43.290Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T01:37:43.290Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_kmJJFF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T01:37:43.290Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_kmJJFF
Description:service
Model UUID:60d2287e-58ca-4032-a149-4b8627d48853
Model Version:NULL
Model InvariantUuid:212b06da-33e5-4a34-9f6b-7a700df0448d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_kmJJFF
Model UUID:4edaf30d-4052-4d2c-823e-8cbde04924cb
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:1259c0f4-540a-400d-8795-7713c28e0201
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:9707fa19-baf6-4043-aaea-745300052554
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:800c470e-3124-4dd0-8743-fc3a045a56ce
ModelName:BasicOnboardKmjjff..base_ubuntu18..module-0
ModelUuid:a0cb2ade-390d-4eb3-b54e-f123f51a3591
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:24c115ab-e4a0-4039-958c-9ed9d96837b5
ModelInvariantUuid:7146e5bf-0e60-4490-b77a-f8a54e691696
ModelName:basic_onboard_kmJJFF-nodes.ubuntu18Cvfc
ModelUuid:3f5a12a4-b3a0-49f6-afd4-981003d2602e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:7f56fe51-f4d8-4be2-83b1-9dbef393b8e8
ModelInvariantUuid:ae1072ad-07a9-41ee-ab1d-a20d23f07e4e
ModelName:BasicOnboardKmjjff.compute.nodes.heat.ubuntu18
ModelUuid:7bc1f6d6-6779-4403-8fbb-1f62e6d95ca8
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-02-05T01:37:43.303Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: c559fed4-be54-479e-92b9-aaba4020011b
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-02-05T01:37:43.364Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||basic_onboard_kmJJFF 0
2022-02-05T01:37:43.369Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c559fed4-be54-479e-92b9-aaba4020011b
2022-02-05T01:37:43.369Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 8a3bf6cd-ed01-4eba-8bd6-df2af2e83c75 from URL: /sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/basic_onboard_kmjjff0_modules.json
2022-02-05T01:37:43.369Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-02-05T01:37:43.370Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/basic_onboard_kmjjff0_modules.json
2022-02-05T01:37:43.522Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-02-05T01:37:43.522Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/basic_onboard_kmjjff0_modules.json 8a3bf6cd-ed01-4eba-8bd6-df2af2e83c75 798
2022-02-05T01:37:43.523Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/basic_onboard_kmjjff0_modules.json ASDC sendASDCNotification
2022-02-05T01:37:43.523Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/basic_onboard_kmjjff0_modules.json
2022-02-05T01:37:43.523Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-05T01:37:43.524Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-05T01:37:43.527Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T01:37:43.527Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644025063523,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/basic_onboard_kmjjff0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-05T01:37:43.627Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T01:37:43.627Z||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-02-05T01:37:43.628Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:37:43.637Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:37:43.637Z||pool-11-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-05T01:37:44.528Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardKmjjff..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "800c470e-3124-4dd0-8743-fc3a045a56ce",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a0cb2ade-390d-4eb3-b54e-f123f51a3591",
    "vfModuleModelCustomizationUUID": "d9962aea-e9f4-4834-b1a3-cb4e0e7e1fb0",
    "isBase": true,
    "artifacts": [
      "fe88e80b-8f69-4444-8f68-d6537edd87dd",
      "095f2e4f-7f32-4f44-9a93-2a9c45a17bcc"
    ],
    "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-02-05T01:37:44.544Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardKmjjff..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a0cb2ade-390d-4eb3-b54e-f123f51a3591
VfModuleModelInvariantUUID:800c470e-3124-4dd0-8743-fc3a045a56ce
VfModuleModelDescription:NULL
Artifacts UUID List:{
fe88e80b-8f69-4444-8f68-d6537edd87dd
,
095f2e4f-7f32-4f44-9a93-2a9c45a17bcc

}
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-02-05T01:37:44.545Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardKmjjff..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "800c470e-3124-4dd0-8743-fc3a045a56ce",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a0cb2ade-390d-4eb3-b54e-f123f51a3591",
    "vfModuleModelCustomizationUUID": "d9962aea-e9f4-4834-b1a3-cb4e0e7e1fb0",
    "isBase": true,
    "artifacts": [
      "fe88e80b-8f69-4444-8f68-d6537edd87dd",
      "095f2e4f-7f32-4f44-9a93-2a9c45a17bcc"
    ],
    "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-02-05T01:37:44.546Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardKmjjff..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a0cb2ade-390d-4eb3-b54e-f123f51a3591
VfModuleModelInvariantUUID:800c470e-3124-4dd0-8743-fc3a045a56ce
VfModuleModelDescription:NULL
Artifacts UUID List:{
fe88e80b-8f69-4444-8f68-d6537edd87dd
,
095f2e4f-7f32-4f44-9a93-2a9c45a17bcc

}
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-02-05T01:37:44.546Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: fe88e80b-8f69-4444-8f68-d6537edd87dd from URL: /sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/base_ubuntu18.yaml
2022-02-05T01:37:44.546Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-02-05T01:37:44.546Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/base_ubuntu18.yaml
2022-02-05T01:37:44.631Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-02-05T01:37:44.631Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/base_ubuntu18.yaml fe88e80b-8f69-4444-8f68-d6537edd87dd 5033
2022-02-05T01:37:44.632Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-02-05T01:37:44.632Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/base_ubuntu18.yaml
2022-02-05T01:37:44.632Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-05T01:37:44.633Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-05T01:37:44.635Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T01:37:44.635Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644025064632,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-05T01:37:44.735Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T01:37:44.736Z||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-02-05T01:37:44.736Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:37:44.747Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:37:44.747Z||pool-12-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-05T01:37:45.636Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 095f2e4f-7f32-4f44-9a93-2a9c45a17bcc from URL: /sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/base_ubuntu18.env
2022-02-05T01:37:45.637Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-02-05T01:37:45.637Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/base_ubuntu18.env
2022-02-05T01:37:45.813Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-02-05T01:37:45.813Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/base_ubuntu18.env 095f2e4f-7f32-4f44-9a93-2a9c45a17bcc 909
2022-02-05T01:37:45.814Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-02-05T01:37:45.814Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/base_ubuntu18.env
2022-02-05T01:37:45.814Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-05T01:37:45.815Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-05T01:37:45.818Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T01:37:45.818Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644025065814,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-02-05T01:37:45.918Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T01:37:45.919Z||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-02-05T01:37:45.919Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:37:45.929Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:37:45.930Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-05T01:37:46.819Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 60d2287e-58ca-4032-a149-4b8627d48853
2022-02-05T01:37:46.819Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_kmJJFF 0 c559fed4-be54-479e-92b9-aaba4020011b 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-02-05T01:37:46.846Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@67699886, org.onap.sdc.toscaparser.api.parameters.Input@5e9728f6, org.onap.sdc.toscaparser.api.parameters.Input@6fb31a48, org.onap.sdc.toscaparser.api.parameters.Input@1418813a, org.onap.sdc.toscaparser.api.parameters.Input@3f1e9697]
2022-02-05T01:37:46.849Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T01:37:46.849Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_kmJJFF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T01:37:46.850Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-02-05T01:37:46.850Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 9707fa19-baf6-4043-aaea-745300052554
2022-02-05T01:37:46.850Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9707fa19-baf6-4043-aaea-745300052554 matches Tosca VF Customization UUID: 9707fa19-baf6-4043-aaea-745300052554
2022-02-05T01:37:46.850Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 9707fa19-baf6-4043-aaea-745300052554  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-02-05T01:37:46.855Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T01:37:46.855Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_kmJJFF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T01:37:46.856Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 9707fa19-baf6-4043-aaea-745300052554: {\"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-02-05T01:37:46.857Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@54eab954
2022-02-05T01:37:46.857Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T01:37:46.857Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_kmJJFF is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-05T01:37:46.858Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d9962aea-e9f4-4834-b1a3-cb4e0e7e1fb0
2022-02-05T01:37:46.858Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d9962aea-e9f4-4834-b1a3-cb4e0e7e1fb0
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-02-05T01:37:46.863Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T01:37:46.863Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_kmJJFF 0 is matching search criteria
2022-02-05T01:37:46.863Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_kmJJFF 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-05T01:37:46.864Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T01:37:46.864Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_kmJJFF 0 is matching search criteria
2022-02-05T01:37:46.864Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_kmJJFF 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-05T01:37:46.865Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T01:37:46.865Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_kmJJFF 0 is not matching search criteria
2022-02-05T01:37:46.865Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-02-05T01:37:46.865Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-02-05T01:37:46.866Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=24c115ab-e4a0-4039-958c-9ed9d96837b5
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-02-05T01:37:46.872Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T01:37:46.872Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_kmJJFF 0 is matching search criteria
2022-02-05T01:37:46.872Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_kmJJFF 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-05T01:37:46.873Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T01:37:46.873Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_kmJJFF 0 is matching search criteria
2022-02-05T01:37:46.873Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_kmJJFF 0] matching following query criteria: sdcType=VF, customizationUUID=9707fa19-baf6-4043-aaea-745300052554
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-02-05T01:37:46.875Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T01:37:46.875Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_kmJJFF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T01:37:46.875Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 60d2287e-58ca-4032-a149-4b8627d48853: basic_onboard_kmJJFF
2022-02-05T01:37:46.876Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T01:37:46.876Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_kmJJFF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T01:37:46.876Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T01:37:46.876Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_kmJJFF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T01:37:46.876Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T01:37:46.877Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_kmJJFF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T01:37:46.877Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T01:37:46.877Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_kmJJFF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T01:37:46.877Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T01:37:46.878Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_kmJJFF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T01:37:46.878Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||Saving Service: basic_onboard_kmJJFF 
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-02-05T01:37:47.003Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_kmJJFF c559fed4-be54-479e-92b9-aaba4020011b 1 ASDC deployResourceStructure
2022-02-05T01:37:47.004Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/basic_onboard_kmjjff0_modules.json ASDC sendASDCNotification
2022-02-05T01:37:47.004Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/basic_onboard_kmjjff0_modules.json
2022-02-05T01:37:47.004Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-05T01:37:47.005Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-05T01:37:47.006Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T01:37:47.007Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644025067004,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/basic_onboard_kmjjff0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-05T01:37:47.107Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T01:37:47.107Z||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-02-05T01:37:47.108Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:37:47.117Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:37:47.118Z||pool-14-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-02-05T01:37:48.007Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-02-05T01:37:48.009Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/base_ubuntu18.yaml
2022-02-05T01:37:48.009Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-05T01:37:48.009Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-05T01:37:48.012Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T01:37:48.012Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644025068007,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-02-05T01:37:48.112Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T01:37:48.113Z||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-02-05T01:37:48.113Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:37:48.173Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:37:48.173Z||pool-15-thread-1|||||INFO|500||cambria reply ok (61 ms):{"serverTimeMs":0,"count":1}
2022-02-05T01:37:49.012Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-02-05T01:37:49.013Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/base_ubuntu18.env
2022-02-05T01:37:49.014Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-05T01:37:49.014Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-05T01:37:49.016Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T01:37:49.017Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644025069012,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-02-05T01:37:49.117Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-05T01:37:49.117Z||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-02-05T01:37:49.117Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:37:49.128Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:37:49.128Z||pool-16-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-05T01:37:50.018Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/artifacts/service-BasicOnboardKmjjff-csar.csar ASDC sendASDCNotification
2022-02-05T01:37:50.018Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/artifacts/service-BasicOnboardKmjjff-csar.csar
2022-02-05T01:37:50.019Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-05T01:37:50.019Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-05T01:37:50.021Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T01:37:50.022Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644025070017,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/artifacts/service-BasicOnboardKmjjff-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-05T01:37:50.121Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-05T01:37:50.122Z||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-02-05T01:37:50.122Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:37:50.133Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:37:50.134Z||pool-17-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-05T01:37:51.023Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: de896675-10b2-45d6-9da4-a4005a00b7d9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-05T01:37:51.040Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: de896675-10b2-45d6-9da4-a4005a00b7d9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-05T01:37:51.042Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-05T01:37:51.043Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-05T01:37:51.043Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-05T01:38:21.043Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: de896675-10b2-45d6-9da4-a4005a00b7d9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-05T01:38:21.056Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: de896675-10b2-45d6-9da4-a4005a00b7d9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-05T01:38:21.060Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-05T01:38:21.060Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-05T01:38:21.061Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-05T01:38:32.421Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:38:32.422Z||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-02-05T01:38:32.422Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:38:32.441Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:38:32.442Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T01:38:32.442Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
  "consumerID": "aai-ml",
  "timestamp": 1644025050673,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/basic_onboard_kmjjff0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:38:32.443Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:38:51.061Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: de896675-10b2-45d6-9da4-a4005a00b7d9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-05T01:38:51.072Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: de896675-10b2-45d6-9da4-a4005a00b7d9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-05T01:38:51.075Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-05T01:38:51.075Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-05T01:38:51.075Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-05T01:39:21.075Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: de896675-10b2-45d6-9da4-a4005a00b7d9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-05T01:39:21.087Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: de896675-10b2-45d6-9da4-a4005a00b7d9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-05T01:39:21.089Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-05T01:39:21.090Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-05T01:39:21.090Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-05T01:39:32.421Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:39:32.423Z||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-02-05T01:39:32.423Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:39:32.445Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:39:32.446Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T01:39:32.446Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
  "consumerID": "clamp",
  "timestamp": 1644025052797,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/artifacts/service-BasicOnboardKmjjff-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T01:39:32.449Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:39:51.090Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: de896675-10b2-45d6-9da4-a4005a00b7d9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-05T01:39:51.102Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: de896675-10b2-45d6-9da4-a4005a00b7d9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-05T01:39:51.104Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-05T01:39:51.104Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-05T01:39:51.104Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-05T01:40:21.105Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: de896675-10b2-45d6-9da4-a4005a00b7d9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-05T01:40:21.118Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: de896675-10b2-45d6-9da4-a4005a00b7d9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-05T01:40:21.120Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-05T01:40:21.120Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-05T01:40:21.120Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-05T01:40:32.421Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:40:32.422Z||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-02-05T01:40:32.422Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:40:32.447Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:40:32.448Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:40:32.448Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644025052419,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:40:32.449Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:40:32.449Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:40:32.449Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644025053311,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/basic_onboard_kmjjff0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-05T01:40:32.449Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:40:32.449Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:40:32.449Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
  "consumerID": "aai-ml",
  "timestamp": 1644025050673,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:40:32.449Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:40:32.450Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:40:32.450Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
  "consumerID": "clamp",
  "timestamp": 1644025053864,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/artifacts/service-BasicOnboardKmjjff-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-05T01:40:32.450Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:40:32.450Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:40:32.450Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644025052419,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/basic_onboard_kmjjff0_modules.json",
  "status": "NOTIFIED"
}
2022-02-05T01:40:32.450Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:40:32.450Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:40:32.450Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
  "consumerID": "aai-ml",
  "timestamp": 1644025050673,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:40:32.450Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:40:32.450Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:40:32.450Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
  "consumerID": "clamp",
  "timestamp": 1644025054868,
  "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-02-05T01:40:32.457Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of de896675-10b2-45d6-9da4-a4005a00b7d9
2022-02-05T01:40:32.457Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId de896675-10b2-45d6-9da4-a4005a00b7d9 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-02-05T01:40:32.463Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:40:32.464Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644025052419,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-02-05T01:40:32.464Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:40:32.464Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:40:32.464Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
  "consumerID": "aai-ml",
  "timestamp": 1644025050673,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:40:32.464Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:40:32.464Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:40:32.464Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644025052419,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:40:32.464Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:40:32.464Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:40:32.464Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
  "consumerID": "aai-ml",
  "timestamp": 1644025050673,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/artifacts/service-BasicOnboardKmjjff-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:40:32.464Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:40:32.464Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:40:32.464Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644025052419,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-02-05T01:40:32.464Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:40:32.465Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:40:32.465Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
  "consumerID": "aai-ml",
  "timestamp": 1644025050673,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/artifacts/service-BasicOnboardKmjjff-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T01:40:32.465Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:40:32.465Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:40:32.465Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644025052419,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/artifacts/service-BasicOnboardKmjjff-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:40:32.465Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:40:32.465Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:40:32.465Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
  "consumerID": "aai-ml",
  "timestamp": 1644025058739,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/artifacts/service-BasicOnboardKmjjff-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T01:40:32.465Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:40:32.466Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:40:32.466Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644025052419,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/artifacts/service-BasicOnboardKmjjff-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T01:40:32.466Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:40:32.466Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:40:32.466Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644025060439,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/artifacts/service-BasicOnboardKmjjff-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T01:40:32.466Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:40:32.466Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:40:32.466Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644025063523,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/basic_onboard_kmjjff0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-05T01:40:32.466Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:40:32.466Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:40:32.466Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644025064632,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-05T01:40:32.466Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:40:32.466Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:40:32.466Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644025065814,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-02-05T01:40:32.466Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:40:32.467Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:40:32.467Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644025067004,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/basic_onboard_kmjjff0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-05T01:40:32.467Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:40:32.467Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:40:32.467Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
  "consumerID": "aai-ml",
  "timestamp": 1644025067807,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/artifacts/service-BasicOnboardKmjjff-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-05T01:40:32.467Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:40:32.467Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:40:32.467Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644025068007,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-02-05T01:40:32.467Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:40:32.467Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:40:32.467Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
  "consumerID": "aai-ml",
  "timestamp": 1644025068812,
  "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-02-05T01:40:32.471Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of de896675-10b2-45d6-9da4-a4005a00b7d9
2022-02-05T01:40:32.471Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId de896675-10b2-45d6-9da4-a4005a00b7d9 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-02-05T01:40:32.476Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:40:32.477Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644025069012,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-02-05T01:40:32.477Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:40:32.477Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:40:32.477Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644025070017,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/artifacts/service-BasicOnboardKmjjff-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-05T01:40:32.477Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:40:32.477Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:40:32.477Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
  "consumerID": "aai-ml",
  "timestamp": 1644025110673,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:40:32.477Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:40:32.477Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:40:32.477Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
  "consumerID": "cds",
  "timestamp": 1644025107046,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:40:32.477Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:40:51.121Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: de896675-10b2-45d6-9da4-a4005a00b7d9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-05T01:40:51.133Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: de896675-10b2-45d6-9da4-a4005a00b7d9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-05T01:40:51.136Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-05T01:40:51.136Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-05T01:40:51.136Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-05T01:40:51.136Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-05T01:40:51.136Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-05T01:40:51.136Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-05T01:40:51.137Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-05T01:40:51.137Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-05T01:40:51.137Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-05T01:40:51.137Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-05T01:40:51.137Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-05T01:40:51.141Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-05T01:41:21.142Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: de896675-10b2-45d6-9da4-a4005a00b7d9 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-02-05T01:41:21.150Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: de896675-10b2-45d6-9da4-a4005a00b7d9 and serviceModelVersionId: 60d2287e-58ca-4032-a149-4b8627d48853
2022-02-05T01:41:21.150Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 212b06da-33e5-4a34-9f6b-7a700df0448d
2022-02-05T01:41:30.696Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/212b06da-33e5-4a34-9f6b-7a700df0448d/model-vers/model-ver/60d2287e-58ca-4032-a149-4b8627d48853?depth=0
2022-02-05T01:41:30.787Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-02-05T01:41:31.139Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/212b06da-33e5-4a34-9f6b-7a700df0448d/model-vers/model-ver/60d2287e-58ca-4032-a149-4b8627d48853?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-02-05T01:41:31.142Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/212b06da-33e5-4a34-9f6b-7a700df0448d/model-vers/model-ver/60d2287e-58ca-4032-a149-4b8627d48853?depth=0|INFO|500||Invoke
2022-02-05T01:41:31.245Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/212b06da-33e5-4a34-9f6b-7a700df0448d/model-vers/model-ver/60d2287e-58ca-4032-a149-4b8627d48853?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-02-05T01:41:31.399Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/212b06da-33e5-4a34-9f6b-7a700df0448d/model-vers/model-ver/60d2287e-58ca-4032-a149-4b8627d48853?depth=0|INFO|500||InvokeReturn
2022-02-05T01:41:31.400Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/212b06da-33e5-4a34-9f6b-7a700df0448d/model-vers/model-ver/60d2287e-58ca-4032-a149-4b8627d48853?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220205-01:41:31:255-49991], vertex-id=[340152], Content-Length=[0], Date=[Sat, 05 Feb 2022 01:41:31 GMT], Content-Type=[application/json]}
2022-02-05T01:41:31.400Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-02-05T01:41:31.403Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-05T01:41:31.403Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-05T01:41:31.408Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-02-05T01:41:31.412Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID de896675-10b2-45d6-9da4-a4005a00b7d9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-05T01:41:31.413Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-05T01:41:31.413Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-05T01:41:31.415Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T01:41:31.415Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644025291413,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-05T01:41:31.515Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T01:41:31.516Z||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-02-05T01:41:31.516Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:41:31.531Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:41:31.531Z||pool-18-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-05T01:41:32.421Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:41:32.422Z||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-02-05T01:41:32.422Z||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 DKX9nAw6nCNTcxaL) ...
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-02-05T01:41:32.432Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:41:32.432Z|de896675-10b2-45d6-9da4-a4005a00b7d9|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-02-05T01:41:32.432Z|de896675-10b2-45d6-9da4-a4005a00b7d9|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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:41:32.445Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:41:32.448Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.448Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
  "consumerID": "cds",
  "timestamp": 1644025107046,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/vfw2a01be8018ac0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:41:32.449Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:41:32.449Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.449Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
  "consumerID": "aai-ml",
  "timestamp": 1644025110673,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/vfw2a01be8018ac0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:41:32.449Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:41:32.449Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.449Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
  "consumerID": "cds",
  "timestamp": 1644025107046,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:41:32.450Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:41:32.450Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.450Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
  "consumerID": "aai-ml",
  "timestamp": 1644025110673,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:41:32.450Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:41:32.450Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.450Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
  "consumerID": "cds",
  "timestamp": 1644025107046,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:41:32.451Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:41:32.451Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.451Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
  "consumerID": "aai-ml",
  "timestamp": 1644025110673,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:41:32.451Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:41:32.451Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.452Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
  "consumerID": "cds",
  "timestamp": 1644025107046,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:41:32.452Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:41:32.452Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.452Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
  "consumerID": "aai-ml",
  "timestamp": 1644025110673,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:41:32.452Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:41:32.453Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.453Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
  "consumerID": "cds",
  "timestamp": 1644025107046,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/artifacts/service-Vfw20220205013701-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:41:32.453Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:41:32.453Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.453Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
  "consumerID": "aai-ml",
  "timestamp": 1644025110673,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/artifacts/service-Vfw20220205013701-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:41:32.453Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:41:32.454Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.454Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
  "consumerID": "cds",
  "timestamp": 1644025107046,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/artifacts/service-Vfw20220205013701-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T01:41:32.454Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:41:32.454Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.454Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
  "consumerID": "aai-ml",
  "timestamp": 1644025110673,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/artifacts/service-Vfw20220205013701-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T01:41:32.454Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:41:32.454Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.455Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
  "consumerID": "cds",
  "timestamp": 1644025119730,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/artifacts/service-Vfw20220205013701-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T01:41:32.455Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:41:32.455Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.455Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
  "consumerID": "aai-ml",
  "timestamp": 1644025119828,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/artifacts/service-Vfw20220205013701-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T01:41:32.455Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:41:32.455Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.456Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
  "consumerID": "policy-id",
  "timestamp": 1644025119711,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:41:32.456Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:41:32.456Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.456Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
  "consumerID": "cds",
  "timestamp": 1644025120735,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/artifacts/service-Vfw20220205013701-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-02-05T01:41:32.468Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3bdf0885-50f3-40ec-8a98-73fdc192b588
2022-02-05T01:41:32.468Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3bdf0885-50f3-40ec-8a98-73fdc192b588 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-02-05T01:41:32.474Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.474Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
  "consumerID": "policy-id",
  "timestamp": 1644025119711,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/vfw2a01be8018ac0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:41:32.474Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:41:32.474Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.474Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644025121320,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:41:32.474Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:41:32.474Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.475Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644025121421,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:41:32.475Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:41:32.475Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.475Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644025121529,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:41:32.475Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:41:32.475Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.475Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
  "consumerID": "policy-id",
  "timestamp": 1644025119711,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-02-05T01:41:32.475Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:41:32.475Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.476Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644025121320,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/vfw2a01be8018ac0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:41:32.476Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:41:32.476Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.476Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644025121421,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/vfw2a01be8018ac0_modules.json",
  "status": "NOTIFIED"
}
2022-02-05T01:41:32.476Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:41:32.476Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.476Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644025121529,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/vfw2a01be8018ac0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:41:32.476Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:41:32.476Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.477Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
  "consumerID": "policy-id",
  "timestamp": 1644025119711,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:41:32.477Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:41:32.477Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.477Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644025121320,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:41:32.477Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:41:32.477Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.477Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644025121421,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-02-05T01:41:32.477Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:41:32.477Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.478Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644025121529,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:41:32.478Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:41:32.478Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.478Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
  "consumerID": "policy-id",
  "timestamp": 1644025119711,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:41:32.478Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:41:32.478Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.478Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644025121320,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:41:32.478Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:41:32.478Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.479Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644025121421,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:41:32.479Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:41:32.479Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.479Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644025121529,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:41:32.479Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:41:32.479Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.479Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
  "consumerID": "policy-id",
  "timestamp": 1644025119711,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/artifacts/service-Vfw20220205013701-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:41:32.479Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:41:32.479Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.479Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644025121320,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:41:32.480Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:41:32.480Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.480Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644025121421,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-02-05T01:41:32.480Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:41:32.480Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.480Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644025121529,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:41:32.480Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:41:32.480Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.480Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
  "consumerID": "policy-id",
  "timestamp": 1644025119711,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/artifacts/service-Vfw20220205013701-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T01:41:32.481Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:41:32.481Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.481Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
  "consumerID": "aai-ml",
  "timestamp": 1644025126423,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/artifacts/service-Vfw20220205013701-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-05T01:41:32.481Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:41:32.481Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.481Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644025121320,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/artifacts/service-Vfw20220205013701-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:41:32.481Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:41:32.481Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.482Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644025121421,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/artifacts/service-Vfw20220205013701-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:41:32.482Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:41:32.482Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.482Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644025121529,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/artifacts/service-Vfw20220205013701-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:41:32.482Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:41:32.482Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.482Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
  "consumerID": "aai-ml",
  "timestamp": 1644025127427,
  "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-02-05T01:41:32.486Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3bdf0885-50f3-40ec-8a98-73fdc192b588
2022-02-05T01:41:32.486Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3bdf0885-50f3-40ec-8a98-73fdc192b588 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-02-05T01:41:32.492Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.492Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
  "consumerID": "policy-id",
  "timestamp": 1644025127424,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/artifacts/service-Vfw20220205013701-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T01:41:32.492Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:41:32.493Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.493Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644025121320,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/artifacts/service-Vfw20220205013701-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:41:32.493Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:41:32.493Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.493Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644025121421,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/artifacts/service-Vfw20220205013701-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T01:41:32.493Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:41:32.493Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.493Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644025121529,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/artifacts/service-Vfw20220205013701-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T01:41:32.493Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:41:32.493Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.494Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
  "consumerID": "policy-id",
  "timestamp": 1644025128427,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/artifacts/service-Vfw20220205013701-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-05T01:41:32.494Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:41:32.494Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.494Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
  "consumerID": "clamp",
  "timestamp": 1644025127865,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:41:32.494Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:41:32.494Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.494Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644025129308,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/vfw2a01be8018ac0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-05T01:41:32.494Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:41:32.494Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.494Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
  "consumerID": "policy-id",
  "timestamp": 1644025129430,
  "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-02-05T01:41:32.498Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3bdf0885-50f3-40ec-8a98-73fdc192b588
2022-02-05T01:41:32.498Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3bdf0885-50f3-40ec-8a98-73fdc192b588 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-02-05T01:41:32.504Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.504Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
  "consumerID": "clamp",
  "timestamp": 1644025127865,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/vfw2a01be8018ac0_modules.json",
  "status": "NOTIFIED"
}
2022-02-05T01:41:32.504Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:41:32.504Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.504Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644025129515,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/artifacts/service-Vfw20220205013701-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T01:41:32.504Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:41:32.505Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.505Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
  "consumerID": "clamp",
  "timestamp": 1644025127865,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:41:32.505Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:41:32.505Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.505Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644025130507,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-05T01:41:32.505Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:41:32.505Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.505Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
  "consumerID": "clamp",
  "timestamp": 1644025127865,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:41:32.505Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:41:32.505Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.506Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644025131703,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-02-05T01:41:32.506Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:41:32.506Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.506Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
  "consumerID": "clamp",
  "timestamp": 1644025127865,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:41:32.506Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:41:32.506Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.506Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644025132722,
  "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-02-05T01:41:32.509Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3bdf0885-50f3-40ec-8a98-73fdc192b588
2022-02-05T01:41:32.510Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3bdf0885-50f3-40ec-8a98-73fdc192b588 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-02-05T01:41:32.514Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.515Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644025133007,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/artifacts/service-Vfw20220205013701-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-05T01:41:32.515Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:41:32.515Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.515Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
  "consumerID": "clamp",
  "timestamp": 1644025127865,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/artifacts/service-Vfw20220205013701-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:41:32.515Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:41:32.515Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.515Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644025133726,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/vfw2a01be8018ac0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-05T01:41:32.515Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:41:32.516Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.516Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644025134010,
  "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-02-05T01:41:32.519Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3bdf0885-50f3-40ec-8a98-73fdc192b588
2022-02-05T01:41:32.519Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3bdf0885-50f3-40ec-8a98-73fdc192b588 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-02-05T01:41:32.525Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.525Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
  "consumerID": "clamp",
  "timestamp": 1644025127865,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/artifacts/service-Vfw20220205013701-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T01:41:32.525Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:41:32.525Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.526Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
  "consumerID": "clamp",
  "timestamp": 1644025143805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/artifacts/service-Vfw20220205013701-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T01:41:32.526Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:41:32.526Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.526Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
  "consumerID": "clamp",
  "timestamp": 1644025145816,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/artifacts/service-Vfw20220205013701-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-05T01:41:32.526Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:41:32.526Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.526Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
  "consumerID": "clamp",
  "timestamp": 1644025146820,
  "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-02-05T01:41:32.530Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3bdf0885-50f3-40ec-8a98-73fdc192b588
2022-02-05T01:41:32.530Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3bdf0885-50f3-40ec-8a98-73fdc192b588 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-02-05T01:41:36.768Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:41:36.769Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T01:41:36.769Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"3bdf0885-50f3-40ec-8a98-73fdc192b588","serviceName":"vFW 2022-02-05 01-37-01","serviceVersion":"1.0","serviceUUID":"0f7cb8de-82cb-48c2-a2ca-71cbd320f337","serviceDescription":"catalog service description","serviceInvariantUUID":"343c4993-2cab-49c9-b93e-6743c0afaf28","resources":[{"resourceInstanceName":"vFW 2a01be80-18ac 0","resourceName":"vFW 2a01be80-18ac","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"02955ccb-8ca7-4cc9-a76a-7dd0cd87de69","resourceInvariantUUID":"95373160-d180-4c63-9e3a-a3a14b22eebe","resourceCustomizationUUID":"bbf6a542-d1cd-44a3-b64d-2903eeb33e7c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/vf-license-model.xml","artifactChecksum":"ZThiYTljZWUzNTljYmQ4YWFiY2E5MzJjYWUyYTQxZWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f1c5e32d-3278-4151-85e2-946e8dff0c7f","artifactVersion":"1"},{"artifactName":"vfw2a01be8018ac0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/vfw2a01be8018ac0_modules.json","artifactChecksum":"ZWVhMWE3NTkwNmMxM2EzMDYyZDIwYzhjZTYxYTZmN2Y\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0c648748-dde8-4917-9041-df9c5cb23fc8","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"872dee0f-68b8-4b5f-b423-21284d9cb72d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/vendor-license-model.xml","artifactChecksum":"ZTBhMjQzZjI1ZGY5Mjg5NzMzZGRiODQyNmZkZmNlMDc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2092cd44-333a-443e-8191-f5adadf20d82","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"decb30f4-c061-4d1c-ab22-a68d677bbf7d","artifactVersion":"2","generatedFromUUID":"872dee0f-68b8-4b5f-b423-21284d9cb72d"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220205013701-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220205013701/1.0/artifacts/service-Vfw20220205013701-template.yml","artifactChecksum":"NDk3ZjdlYTMwYmE1ZWZlMzc0ZWUzYTFjNzI1MzRiNDE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2f4adf48-b890-4fbc-afd7-70ca0e602c92","artifactVersion":"1"},{"artifactName":"service-Vfw20220205013701-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220205013701/1.0/artifacts/service-Vfw20220205013701-csar.csar","artifactChecksum":"MmJlNzYxMzIxMTBjMDEyYWJkMTI2NGIwYjkwNzY4ZmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"698615bc-72ae-4783-b763-8ae036686075","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-05T01:41:36.772Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T01:41:36.773Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-05T01:41:36.775Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T01:41:36.775Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644025292432,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:41:36.875Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T01:41:36.876Z||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-02-05T01:41:36.876Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:41:36.886Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:41:36.887Z||pool-19-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-05T01:41:37.776Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T01:41:37.777Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-05T01:41:37.779Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T01:41:37.779Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644025292432,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/vfw2a01be8018ac0_modules.json",
  "status": "NOTIFIED"
}
2022-02-05T01:41:37.879Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T01:41:37.880Z||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-02-05T01:41:37.880Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:41:37.890Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:41:37.891Z||pool-20-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-05T01:41:38.780Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T01:41:38.781Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-05T01:41:38.783Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T01:41:38.783Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644025292432,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-02-05T01:41:38.883Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T01:41:38.884Z||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-02-05T01:41:38.884Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:41:38.894Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:41:38.894Z||pool-21-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-05T01:41:39.783Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T01:41:39.785Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-05T01:41:39.787Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T01:41:39.787Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644025292432,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:41:39.888Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-05T01:41:39.889Z||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-02-05T01:41:39.889Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:41:39.898Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:41:39.898Z||pool-22-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-05T01:41:40.788Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T01:41:40.789Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-05T01:41:40.791Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T01:41:40.791Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644025292432,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-02-05T01:41:40.891Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T01:41:40.892Z||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-02-05T01:41:40.892Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:41:40.903Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:41:40.904Z||pool-23-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-05T01:41:41.792Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T01:41:41.793Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-05T01:41:41.795Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T01:41:41.795Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644025292432,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/artifacts/service-Vfw20220205013701-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:41:41.895Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T01:41:41.896Z||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-02-05T01:41:41.896Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:41:41.905Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:41:41.905Z||pool-24-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-05T01:41:42.796Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T01:41:42.797Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-05T01:41:42.799Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T01:41:42.799Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644025292432,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/artifacts/service-Vfw20220205013701-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T01:41:42.899Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T01:41:42.900Z||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-02-05T01:41:42.900Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:41:42.909Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:41:42.910Z||pool-25-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-02-05T01:41:43.801Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
  "serviceName": "vFW 2022-02-05 01-37-01",
  "serviceVersion": "1.0",
  "serviceUUID": "0f7cb8de-82cb-48c2-a2ca-71cbd320f337",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "343c4993-2cab-49c9-b93e-6743c0afaf28",
  "resources": [
    {
      "resourceInstanceName": "vFW 2a01be80-18ac 0",
      "resourceCustomizationUUID": "bbf6a542-d1cd-44a3-b64d-2903eeb33e7c",
      "resourceName": "vFW 2a01be80-18ac",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "02955ccb-8ca7-4cc9-a76a-7dd0cd87de69",
      "resourceInvariantUUID": "95373160-d180-4c63-9e3a-a3a14b22eebe",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw2a01be8018ac0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/vfw2a01be8018ac0_modules.json",
          "artifactChecksum": "ZWVhMWE3NTkwNmMxM2EzMDYyZDIwYzhjZTYxYTZmN2Y\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "0c648748-dde8-4917-9041-df9c5cb23fc8",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "872dee0f-68b8-4b5f-b423-21284d9cb72d",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "decb30f4-c061-4d1c-ab22-a68d677bbf7d",
            "generatedFromUUID": "872dee0f-68b8-4b5f-b423-21284d9cb72d"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "decb30f4-c061-4d1c-ab22-a68d677bbf7d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220205013701-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/artifacts/service-Vfw20220205013701-csar.csar",
      "artifactChecksum": "MmJlNzYxMzIxMTBjMDEyYWJkMTI2NGIwYjkwNzY4ZmQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "698615bc-72ae-4783-b763-8ae036686075"
    }
  ],
  "workloadContext": "Production"
}
2022-02-05T01:41:43.801Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-05T01:41:43.802Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0f7cb8de-82cb-48c2-a2ca-71cbd320f337 ASDC
2022-02-05T01:41:43.802Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:3bdf0885-50f3-40ec-8a98-73fdc192b588
ServiceName:vFW 2022-02-05 01-37-01
ServiceVersion:1.0
ServiceUUID:0f7cb8de-82cb-48c2-a2ca-71cbd320f337
ServiceInvariantUUID:343c4993-2cab-49c9-b93e-6743c0afaf28
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220205013701-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220205013701/1.0/artifacts/service-Vfw20220205013701-csar.csar
ArtifactUUID:698615bc-72ae-4783-b763-8ae036686075
ArtifactChecksum:MmJlNzYxMzIxMTBjMDEyYWJkMTI2NGIwYjkwNzY4ZmQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 2a01be80-18ac 0
ResourceCustomizationUUID:bbf6a542-d1cd-44a3-b64d-2903eeb33e7c
ResourceInvariantUUID:95373160-d180-4c63-9e3a-a3a14b22eebe
ResourceName:vFW 2a01be80-18ac
ResourceType:VF
ResourceUUID:02955ccb-8ca7-4cc9-a76a-7dd0cd87de69
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw2a01be8018ac0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/vfw2a01be8018ac0_modules.json
ArtifactUUID:0c648748-dde8-4917-9041-df9c5cb23fc8
ArtifactChecksum:ZWVhMWE3NTkwNmMxM2EzMDYyZDIwYzhjZTYxYTZmN2Y=
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/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/base_vfw.yaml
ArtifactUUID:872dee0f-68b8-4b5f-b423-21284d9cb72d
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/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/base_vfw.env
ArtifactUUID:decb30f4-c061-4d1c-ab22-a68d677bbf7d
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/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/base_vfw.env
ArtifactUUID:decb30f4-c061-4d1c-ab22-a68d677bbf7d
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-02-05T01:41:43.803Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0f7cb8de-82cb-48c2-a2ca-71cbd320f337 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-02-05T01:41:43.832Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-05T01:41:43.833Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-02-05T01:41:43.833Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-02-05T01:41:43.833Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 698615bc-72ae-4783-b763-8ae036686075 from URL: /sdc/v1/catalog/services/Vfw20220205013701/1.0/artifacts/service-Vfw20220205013701-csar.csar
2022-02-05T01:41:43.833Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-02-05T01:41:43.834Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220205013701/1.0/artifacts/service-Vfw20220205013701-csar.csar
2022-02-05T01:41:44.430Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-02-05T01:41:44.436Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220205013701/1.0/artifacts/service-Vfw20220205013701-csar.csar 698615bc-72ae-4783-b763-8ae036686075 98936
2022-02-05T01:41:44.436Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220205013701/1.0/artifacts/service-Vfw20220205013701-csar.csar ASDC sendASDCNotification
2022-02-05T01:41:44.436Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220205013701/1.0/artifacts/service-Vfw20220205013701-csar.csar
2022-02-05T01:41:44.437Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-05T01:41:44.437Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-05T01:41:44.439Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T01:41:44.439Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644025304436,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/artifacts/service-Vfw20220205013701-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T01:41:44.539Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T01:41:44.540Z||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-02-05T01:41:44.540Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:41:44.550Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:41:44.551Z||pool-26-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-05T01:41:45.439Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-05T01:41:45.440Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-02-05T01:41:45.441Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 698615bc-72ae-4783-b763-8ae036686075, URL: /sdc/v1/catalog/services/Vfw20220205013701/1.0/artifacts/service-Vfw20220205013701-csar.csar to file: /app/ASDC/1/service-Vfw20220205013701-csar.csar
2022-02-05T01:41:45.441Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220205013701-csar.csar
2022-02-05T01:41:45.442Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220205013701-csar.csar
2022-02-05T01:41:45.442Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220205013701-csar.csar
2022-02-05T01:41:45.623Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2332216763442025604/Definitions/service-Vfw20220205013701-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_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_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-02-05T01:41:47.331Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-05T01:41:47.332Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-02-05T01:41:47.332Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220205013701-csar.csar
2022-02-05T01:41:47.332Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-02-05T01:41:47.332Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220205013701-csar.csar
2022-02-05T01:41:47.332Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220205013701-csar.csar
2022-02-05T01:41:47.332Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220205013701-csar.csar
2022-02-05T01:41:47.332Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220205013701-csar.csar
2022-02-05T01:41:47.332Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220205013701-csar.csar
2022-02-05T01:41:47.333Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220205013701-csar.csar
2022-02-05T01:41:47.333Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220205013701-csar.csar
2022-02-05T01:41:47.333Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220205013701-csar.csar
2022-02-05T01:41:47.333Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220205013701-csar.csar
2022-02-05T01:41:47.333Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220205013701-csar.csar
2022-02-05T01:41:47.333Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220205013701-csar.csar
2022-02-05T01:41:47.333Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 2a01be80-18ac 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-Vfw20220205013701-csar.csar
2022-02-05T01:41:47.334Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220205013701-csar.csar
2022-02-05T01:41:47.334Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-02-05T01:41:47.334Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T01:41:47.335Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-05 01-37-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T01:41:47.335Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vFW 2a01be80-18ac 0 is matching search criteria
2022-02-05T01:41:47.335Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-02-05T01:41:47.335Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 2a01be80-18ac 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-05T01:41:47.335Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T01:41:47.336Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-05 01-37-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T01:41:47.336Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vFW 2a01be80-18ac 0 is matching search criteria
2022-02-05T01:41:47.336Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-02-05T01:41:47.336Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 2a01be80-18ac 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-05T01:41:47.336Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T01:41:47.336Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-05 01-37-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T01:41:47.337Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T01:41:47.337Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vFW 2a01be80-18ac 0 is not matching search criteria
2022-02-05T01:41:47.337Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-05T01:41:47.337Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-05T01:41:47.337Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-05T01:41:47.338Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-05T01:41:47.338Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-05T01:41:47.338Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-05T01:41:47.338Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-05T01:41:47.338Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-05T01:41:47.338Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-05T01:41:47.338Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-05T01:41:47.339Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-05T01:41:47.339Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-05T01:41:47.339Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-05T01:41:47.339Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-05T01:41:47.339Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-05T01:41:47.339Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-02-05T01:41:47.339Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T01:41:47.340Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-05 01-37-01 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-05T01:41:47.340Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T01:41:47.340Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vFW 2a01be80-18ac 0 is matching search criteria
2022-02-05T01:41:47.340Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 2a01be80-18ac 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-05T01:41:47.340Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T01:41:47.340Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vFW 2a01be80-18ac 0 is matching search criteria
2022-02-05T01:41:47.341Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 2a01be80-18ac 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-05T01:41:47.341Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T01:41:47.341Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vFW 2a01be80-18ac 0 is matching search criteria
2022-02-05T01:41:47.341Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 2a01be80-18ac 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-05T01:41:47.341Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T01:41:47.341Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vFW 2a01be80-18ac 0 is not matching search criteria
2022-02-05T01:41:47.341Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-05T01:41:47.342Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-02-05T01:41:47.342Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-05T01:41:47.342Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-05T01:41:47.342Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-05T01:41:47.342Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-05T01:41:47.342Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-05T01:41:47.342Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-05T01:41:47.343Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-05T01:41:47.343Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-05T01:41:47.343Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-05T01:41:47.343Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=96484e82-a973-4df8-8db6-955451a160f6
2022-02-05T01:41:47.343Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T01:41:47.343Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vFW 2a01be80-18ac 0 is not matching search criteria
2022-02-05T01:41:47.343Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-05T01:41:47.344Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-05T01:41:47.344Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-05T01:41:47.344Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-05T01:41:47.344Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-05T01:41:47.344Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-05T01:41:47.344Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-05T01:41:47.344Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-02-05T01:41:47.345Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-05T01:41:47.345Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-05T01:41:47.345Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-05T01:41:47.345Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-05T01:41:47.345Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7402127a-0bb6-400e-a60a-99c7b93199ef
2022-02-05T01:41:47.345Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T01:41:47.345Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vFW 2a01be80-18ac 0 is not matching search criteria
2022-02-05T01:41:47.346Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-05T01:41:47.346Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-05T01:41:47.346Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-05T01:41:47.346Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-05T01:41:47.346Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-05T01:41:47.346Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-05T01:41:47.346Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-05T01:41:47.347Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-05T01:41:47.347Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-05T01:41:47.347Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-05T01:41:47.347Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-05T01:41:47.347Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-02-05T01:41:47.347Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=7d2a9473-4925-4e98-9d55-da70850b5e1c
2022-02-05T01:41:47.347Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T01:41:47.348Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-05 01-37-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T01:41:47.348Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T01:41:47.348Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-05 01-37-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T01:41:47.348Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T01:41:47.348Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-05 01-37-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T01:41:47.348Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T01:41:47.349Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-05 01-37-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T01:41:47.349Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-02-05 01-37-01
Description:catalog service description
Model UUID:0f7cb8de-82cb-48c2-a2ca-71cbd320f337
Model Version:NULL
Model InvariantUuid:343c4993-2cab-49c9-b93e-6743c0afaf28
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 2a01be80-18ac
Model UUID:7fccff6e-df1d-43f1-8363-a0b8dd0f6e35
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:95373160-d180-4c63-9e3a-a3a14b22eebe
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:bbf6a542-d1cd-44a3-b64d-2903eeb33e7c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:cd4c10d4-01d8-44bf-a9d0-9af749daf367
ModelName:Vfw2a01be8018ac..base_vfw..module-0
ModelUuid:a03e650f-9904-48bd-bace-9b5181727e6b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:96484e82-a973-4df8-8db6-955451a160f6
ModelInvariantUuid:d13de9a3-188f-40f6-a8b2-0d450299a7ec
ModelName:vFW 2a01be80-18ac-nodes.vfwCvfc
ModelUuid:53f08a98-0337-44a5-8b02-27570cbd0fd1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:68e2b54d-2deb-4501-a65c-6da47c4aa107
ModelInvariantUuid:fed0f32a-0c23-425d-b742-cf7521465601
ModelName:Vfw2a01be8018ac.compute.nodes.heat.vfw
ModelUuid:83f31450-0d44-42cd-a7ff-27830e45b167
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:7402127a-0bb6-400e-a60a-99c7b93199ef
ModelInvariantUuid:1e003c5d-5325-4496-b8b3-72510232ff32
ModelName:vFW 2a01be80-18ac-nodes.vsnCvfc
ModelUuid:12ac496b-36a0-4a1c-b542-5df54c63bb64
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:3427904e-2713-4adc-8475-b151b5b69017
ModelInvariantUuid:b38f49b5-e4ef-444e-a8bd-815f66e783e4
ModelName:Vfw2a01be8018ac.compute.nodes.heat.vsn
ModelUuid:818e9ed9-e2a6-42c0-9d90-01fb642b6586
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:7d2a9473-4925-4e98-9d55-da70850b5e1c
ModelInvariantUuid:0961108d-4d59-404c-857b-528612674a1a
ModelName:vFW 2a01be80-18ac-nodes.vpgCvfc
ModelUuid:d60aac36-e8de-4e9a-81bc-d47430e9ebcc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:b7c1b115-d7b3-4337-97a2-45909429e3ff
ModelInvariantUuid:f51079cd-a270-4092-92d3-dca48992377d
ModelName:Vfw2a01be8018ac.compute.nodes.heat.vpg
ModelUuid:2e93222c-120c-444e-9c0e-0cae9b74de5e
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-02-05T01:41:47.355Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 02955ccb-8ca7-4cc9-a76a-7dd0cd87de69
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-02-05T01:41:47.357Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||vFW 2a01be80-18ac 0
2022-02-05T01:41:47.357Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 02955ccb-8ca7-4cc9-a76a-7dd0cd87de69
2022-02-05T01:41:47.358Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 0c648748-dde8-4917-9041-df9c5cb23fc8 from URL: /sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/vfw2a01be8018ac0_modules.json
2022-02-05T01:41:47.358Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-02-05T01:41:47.358Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/vfw2a01be8018ac0_modules.json
2022-02-05T01:41:47.395Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-02-05T01:41:47.395Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/vfw2a01be8018ac0_modules.json 0c648748-dde8-4917-9041-df9c5cb23fc8 785
2022-02-05T01:41:47.395Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/vfw2a01be8018ac0_modules.json ASDC sendASDCNotification
2022-02-05T01:41:47.396Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/vfw2a01be8018ac0_modules.json
2022-02-05T01:41:47.396Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-05T01:41:47.396Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-05T01:41:47.398Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T01:41:47.398Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644025307395,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/vfw2a01be8018ac0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-05T01:41:47.498Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T01:41:47.499Z||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-02-05T01:41:47.499Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:41:47.509Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:41:47.510Z||pool-27-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-05T01:41:48.399Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw2a01be8018ac..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "cd4c10d4-01d8-44bf-a9d0-9af749daf367",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a03e650f-9904-48bd-bace-9b5181727e6b",
    "vfModuleModelCustomizationUUID": "bf40ed61-77b6-40e2-af60-b9aaaed38b71",
    "isBase": true,
    "artifacts": [
      "872dee0f-68b8-4b5f-b423-21284d9cb72d",
      "decb30f4-c061-4d1c-ab22-a68d677bbf7d"
    ],
    "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-02-05T01:41:48.405Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw2a01be8018ac..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a03e650f-9904-48bd-bace-9b5181727e6b
VfModuleModelInvariantUUID:cd4c10d4-01d8-44bf-a9d0-9af749daf367
VfModuleModelDescription:NULL
Artifacts UUID List:{
872dee0f-68b8-4b5f-b423-21284d9cb72d
,
decb30f4-c061-4d1c-ab22-a68d677bbf7d

}
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-02-05T01:41:48.407Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw2a01be8018ac..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "cd4c10d4-01d8-44bf-a9d0-9af749daf367",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a03e650f-9904-48bd-bace-9b5181727e6b",
    "vfModuleModelCustomizationUUID": "bf40ed61-77b6-40e2-af60-b9aaaed38b71",
    "isBase": true,
    "artifacts": [
      "872dee0f-68b8-4b5f-b423-21284d9cb72d",
      "decb30f4-c061-4d1c-ab22-a68d677bbf7d"
    ],
    "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-02-05T01:41:48.408Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw2a01be8018ac..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a03e650f-9904-48bd-bace-9b5181727e6b
VfModuleModelInvariantUUID:cd4c10d4-01d8-44bf-a9d0-9af749daf367
VfModuleModelDescription:NULL
Artifacts UUID List:{
872dee0f-68b8-4b5f-b423-21284d9cb72d
,
decb30f4-c061-4d1c-ab22-a68d677bbf7d

}
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-02-05T01:41:48.408Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 872dee0f-68b8-4b5f-b423-21284d9cb72d from URL: /sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/base_vfw.yaml
2022-02-05T01:41:48.408Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-02-05T01:41:48.409Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/base_vfw.yaml
2022-02-05T01:41:48.518Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-02-05T01:41:48.519Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/base_vfw.yaml 872dee0f-68b8-4b5f-b423-21284d9cb72d 20368
2022-02-05T01:41:48.519Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-02-05T01:41:48.519Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/base_vfw.yaml
2022-02-05T01:41:48.520Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-05T01:41:48.520Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-05T01:41:48.522Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T01:41:48.523Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644025308519,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-05T01:41:48.622Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-05T01:41:48.623Z||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-02-05T01:41:48.623Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:41:48.633Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:41:48.634Z||pool-28-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-05T01:41:49.524Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: decb30f4-c061-4d1c-ab22-a68d677bbf7d from URL: /sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/base_vfw.env
2022-02-05T01:41:49.524Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-02-05T01:41:49.525Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/base_vfw.env
2022-02-05T01:41:49.903Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-02-05T01:41:49.904Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/base_vfw.env decb30f4-c061-4d1c-ab22-a68d677bbf7d 2098
2022-02-05T01:41:49.904Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-02-05T01:41:49.905Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/base_vfw.env
2022-02-05T01:41:49.905Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-05T01:41:49.905Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-05T01:41:49.908Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T01:41:49.908Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644025309904,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-02-05T01:41:50.008Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T01:41:50.009Z||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-02-05T01:41:50.009Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:41:50.019Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:41:50.019Z||pool-29-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-05T01:41:50.909Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 0f7cb8de-82cb-48c2-a2ca-71cbd320f337
2022-02-05T01:41:50.909Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 2a01be80-18ac 0 02955ccb-8ca7-4cc9-a76a-7dd0cd87de69 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-02-05T01:41:50.929Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3ffa0c9d, org.onap.sdc.toscaparser.api.parameters.Input@e2d5103, org.onap.sdc.toscaparser.api.parameters.Input@406590a1, org.onap.sdc.toscaparser.api.parameters.Input@3aa62447, org.onap.sdc.toscaparser.api.parameters.Input@5557596a]
2022-02-05T01:41:50.930Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T01:41:50.930Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-05 01-37-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T01:41:50.930Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-02-05T01:41:50.930Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= bbf6a542-d1cd-44a3-b64d-2903eeb33e7c
2022-02-05T01:41:50.931Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: bbf6a542-d1cd-44a3-b64d-2903eeb33e7c matches Tosca VF Customization UUID: bbf6a542-d1cd-44a3-b64d-2903eeb33e7c
2022-02-05T01:41:50.931Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: bbf6a542-d1cd-44a3-b64d-2903eeb33e7c  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-02-05T01:41:50.932Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T01:41:50.932Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-05 01-37-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T01:41:50.933Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id bbf6a542-d1cd-44a3-b64d-2903eeb33e7c: {\"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-02-05T01:41:50.933Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3ee73a2a
2022-02-05T01:41:50.933Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T01:41:50.933Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-05 01-37-01 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-05T01:41:50.933Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : bf40ed61-77b6-40e2-af60-b9aaaed38b71
2022-02-05T01:41:50.933Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID bf40ed61-77b6-40e2-af60-b9aaaed38b71
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-02-05T01:41:50.935Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T01:41:50.935Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vFW 2a01be80-18ac 0 is matching search criteria
2022-02-05T01:41:50.935Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 2a01be80-18ac 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-05T01:41:50.936Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T01:41:50.936Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vFW 2a01be80-18ac 0 is matching search criteria
2022-02-05T01:41:50.936Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 2a01be80-18ac 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-05T01:41:50.936Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T01:41:50.936Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vFW 2a01be80-18ac 0 is not matching search criteria
2022-02-05T01:41:50.936Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-05T01:41:50.936Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-02-05T01:41:50.936Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-05T01:41:50.936Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-05T01:41:50.936Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-05T01:41:50.937Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-05T01:41:50.937Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-05T01:41:50.937Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-05T01:41:50.937Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-05T01:41:50.937Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-05T01:41:50.937Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-05T01:41:50.937Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=96484e82-a973-4df8-8db6-955451a160f6
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-02-05T01:41:50.939Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T01:41:50.939Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vFW 2a01be80-18ac 0 is matching search criteria
2022-02-05T01:41:50.939Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 2a01be80-18ac 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-05T01:41:50.939Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T01:41:50.939Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vFW 2a01be80-18ac 0 is not matching search criteria
2022-02-05T01:41:50.939Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-05T01:41:50.939Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-05T01:41:50.939Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-05T01:41:50.939Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-05T01:41:50.940Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-05T01:41:50.940Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-05T01:41:50.940Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-05T01:41:50.940Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-02-05T01:41:50.940Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-05T01:41:50.940Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-05T01:41:50.940Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-05T01:41:50.940Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-05T01:41:50.940Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7402127a-0bb6-400e-a60a-99c7b93199ef
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-02-05T01:41:50.942Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T01:41:50.942Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vFW 2a01be80-18ac 0 is matching search criteria
2022-02-05T01:41:50.942Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 2a01be80-18ac 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-05T01:41:50.944Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T01:41:50.944Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vFW 2a01be80-18ac 0 is not matching search criteria
2022-02-05T01:41:50.944Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-05T01:41:50.944Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-05T01:41:50.944Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-05T01:41:50.944Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-05T01:41:50.944Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-05T01:41:50.944Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-05T01:41:50.945Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-05T01:41:50.945Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-05T01:41:50.945Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-05T01:41:50.945Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-05T01:41:50.945Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-05T01:41:50.945Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-02-05T01:41:50.945Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=7d2a9473-4925-4e98-9d55-da70850b5e1c
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-02-05T01:41:50.946Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T01:41:50.947Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vFW 2a01be80-18ac 0 is matching search criteria
2022-02-05T01:41:50.947Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 2a01be80-18ac 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-05T01:41:50.947Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T01:41:50.947Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vFW 2a01be80-18ac 0 is matching search criteria
2022-02-05T01:41:50.947Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 2a01be80-18ac 0] matching following query criteria: sdcType=VF, customizationUUID=bbf6a542-d1cd-44a3-b64d-2903eeb33e7c
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-02-05T01:41:50.948Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T01:41:50.948Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-05 01-37-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T01:41:50.949Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 0f7cb8de-82cb-48c2-a2ca-71cbd320f337: vFW 2a01be80-18ac
2022-02-05T01:41:50.949Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T01:41:50.949Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-05 01-37-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T01:41:50.949Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T01:41:50.949Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-05 01-37-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T01:41:50.949Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T01:41:50.949Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-05 01-37-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T01:41:50.949Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T01:41:50.949Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-05 01-37-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T01:41:50.949Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T01:41:50.950Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-05 01-37-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T01:41:50.950Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2022-02-05 01-37-01 
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-02-05T01:41:51.096Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 2a01be80-18ac 02955ccb-8ca7-4cc9-a76a-7dd0cd87de69 1 ASDC deployResourceStructure
2022-02-05T01:41:51.096Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/vfw2a01be8018ac0_modules.json ASDC sendASDCNotification
2022-02-05T01:41:51.096Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/vfw2a01be8018ac0_modules.json
2022-02-05T01:41:51.096Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-05T01:41:51.096Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-05T01:41:51.098Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T01:41:51.098Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644025311096,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/vfw2a01be8018ac0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-05T01:41:51.199Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-05T01:41:51.199Z||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-02-05T01:41:51.199Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:41:51.209Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:41:51.209Z||pool-30-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-05T01:41:52.102Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-02-05T01:41:52.102Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/base_vfw.yaml
2022-02-05T01:41:52.102Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-05T01:41:52.103Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-05T01:41:52.105Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T01:41:52.105Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644025312102,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-02-05T01:41:52.205Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T01:41:52.206Z||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-02-05T01:41:52.206Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:41:52.217Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:41:52.218Z||pool-31-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-05T01:41:53.105Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-02-05T01:41:53.106Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/base_vfw.env
2022-02-05T01:41:53.106Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-05T01:41:53.107Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-05T01:41:53.109Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T01:41:53.109Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644025313105,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-02-05T01:41:53.209Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T01:41:53.210Z||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-02-05T01:41:53.210Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:41:53.219Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:41:53.219Z||pool-32-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-05T01:41:54.110Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220205013701/1.0/artifacts/service-Vfw20220205013701-csar.csar ASDC sendASDCNotification
2022-02-05T01:41:54.110Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220205013701/1.0/artifacts/service-Vfw20220205013701-csar.csar
2022-02-05T01:41:54.111Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-05T01:41:54.111Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-05T01:41:54.113Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T01:41:54.113Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644025314110,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/artifacts/service-Vfw20220205013701-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-05T01:41:54.213Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T01:41:54.214Z||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-02-05T01:41:54.214Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:41:54.225Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:41:54.225Z||pool-33-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-05T01:41:55.114Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3bdf0885-50f3-40ec-8a98-73fdc192b588
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-05T01:41:55.125Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3bdf0885-50f3-40ec-8a98-73fdc192b588
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-05T01:41:55.128Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-05T01:41:55.129Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-05T01:41:55.129Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-05T01:41:55.129Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-05T01:41:55.129Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-05T01:41:55.129Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-05T01:41:55.129Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-05T01:41:55.129Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-05T01:41:55.129Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-05T01:41:55.129Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-05T01:41:55.129Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-05T01:41:55.133Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-05T01:42:25.133Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3bdf0885-50f3-40ec-8a98-73fdc192b588 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-02-05T01:42:25.140Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3bdf0885-50f3-40ec-8a98-73fdc192b588 and serviceModelVersionId: 0f7cb8de-82cb-48c2-a2ca-71cbd320f337
2022-02-05T01:42:25.140Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 343c4993-2cab-49c9-b93e-6743c0afaf28
2022-02-05T01:42:25.141Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/343c4993-2cab-49c9-b93e-6743c0afaf28/model-vers/model-ver/0f7cb8de-82cb-48c2-a2ca-71cbd320f337?depth=0
2022-02-05T01:42:25.147Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-02-05T01:42:25.178Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/343c4993-2cab-49c9-b93e-6743c0afaf28/model-vers/model-ver/0f7cb8de-82cb-48c2-a2ca-71cbd320f337?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-02-05T01:42:25.178Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/343c4993-2cab-49c9-b93e-6743c0afaf28/model-vers/model-ver/0f7cb8de-82cb-48c2-a2ca-71cbd320f337?depth=0|INFO|500||Invoke
2022-02-05T01:42:25.199Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/343c4993-2cab-49c9-b93e-6743c0afaf28/model-vers/model-ver/0f7cb8de-82cb-48c2-a2ca-71cbd320f337?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-02-05T01:42:25.506Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/343c4993-2cab-49c9-b93e-6743c0afaf28/model-vers/model-ver/0f7cb8de-82cb-48c2-a2ca-71cbd320f337?depth=0|INFO|500||InvokeReturn
2022-02-05T01:42:25.507Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/343c4993-2cab-49c9-b93e-6743c0afaf28/model-vers/model-ver/0f7cb8de-82cb-48c2-a2ca-71cbd320f337?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220205-01:42:25:207-97362], vertex-id=[438360], Content-Length=[0], Date=[Sat, 05 Feb 2022 01:42:25 GMT], Content-Type=[application/json]}
2022-02-05T01:42:25.507Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-02-05T01:42:25.507Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-05T01:42:25.507Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-05T01:42:25.511Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-02-05T01:42:25.511Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3bdf0885-50f3-40ec-8a98-73fdc192b588 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-05T01:42:25.511Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-05T01:42:25.511Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-05T01:42:25.513Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T01:42:25.513Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644025345511,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-05T01:42:25.613Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T01:42:25.614Z||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-02-05T01:42:25.614Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:42:25.628Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:42:25.628Z||pool-34-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-02-05T01:42:26.524Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:42:26.524Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|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-02-05T01:42:26.524Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:42:32.421Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:42:32.422Z||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-02-05T01:42:32.422Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:42:32.446Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:42:32.446Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:42:32.447Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644025291413,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-05T01:42:32.447Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:42:36.062Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:42:36.062Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:42:36.063Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|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-02-05T01:42:36.063Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:42:45.600Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:42:45.600Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:42:45.601Z||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-02-05T01:42:45.601Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:42:55.138Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:42:55.138Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:42:55.139Z||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-02-05T01:42:55.139Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:43:04.675Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:43:32.420Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:43:32.420Z||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-02-05T01:43:32.420Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:43:32.421Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:43:32.422Z||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-02-05T01:43:32.422Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:43:32.943Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:43:32.944Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-05T01:43:32.944Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644025292432,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:43:32.945Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:43:32.945Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-05T01:43:32.945Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644025292432,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/vfw2a01be8018ac0_modules.json",
  "status": "NOTIFIED"
}
2022-02-05T01:43:32.946Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:43:32.946Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-05T01:43:32.946Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644025292432,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-02-05T01:43:32.946Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:43:32.946Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-05T01:43:32.946Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644025292432,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:43:32.946Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:43:32.946Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-05T01:43:32.947Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644025292432,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-02-05T01:43:32.947Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:43:32.947Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-05T01:43:32.947Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644025292432,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/artifacts/service-Vfw20220205013701-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:43:32.947Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:43:32.947Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-05T01:43:32.947Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644025292432,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/artifacts/service-Vfw20220205013701-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T01:43:32.947Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:43:32.947Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-05T01:43:32.948Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644025304436,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/artifacts/service-Vfw20220205013701-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T01:43:32.948Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:43:32.948Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-05T01:43:32.948Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644025307395,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/vfw2a01be8018ac0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-05T01:43:32.948Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:43:32.948Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-05T01:43:32.948Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644025308519,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-05T01:43:32.948Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:43:32.948Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-05T01:43:32.949Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644025309904,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-02-05T01:43:32.949Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:43:32.949Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-05T01:43:32.949Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644025311096,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/vfw2a01be8018ac0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-05T01:43:32.949Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:43:32.949Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-05T01:43:32.949Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644025312102,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-02-05T01:43:32.949Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:43:32.949Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-05T01:43:32.950Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644025313105,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-02-05T01:43:32.950Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:43:32.950Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-05T01:43:32.950Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644025314110,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/artifacts/service-Vfw20220205013701-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-05T01:43:32.950Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:43:32.950Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-05T01:43:32.950Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644025345511,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-05T01:43:32.950Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:43:41.960Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:44:32.420Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:44:32.420Z||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-02-05T01:44:32.421Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:44:32.421Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:44:32.422Z||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-02-05T01:44:32.422Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:44:41.964Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:44:41.965Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:45:32.420Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:45:32.420Z||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-02-05T01:45:32.421Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:45:32.422Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:45:32.423Z||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-02-05T01:45:32.424Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:45:41.968Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:45:41.969Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:46:32.420Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:46:32.420Z||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-02-05T01:46:32.420Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:46:32.421Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:46:32.422Z||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-02-05T01:46:32.422Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:46:41.963Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:46:41.963Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:47:32.419Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:47:32.420Z||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-02-05T01:47:32.420Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:47:32.421Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:47:32.422Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|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-02-05T01:47:32.422Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:47:33.045Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:47:33.045Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T01:47:33.046Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"cbb1c198-2120-41b7-a38e-ea43589a10b1","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"4ab46a07-cbee-4873-a4ab-762e164e6ed7","serviceDescription":"service","serviceInvariantUUID":"b931731b-4cdf-4086-a900-24deb581ab23","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"d72dc0b7-367a-496c-8097-d54d1c0b5ca5","resourceInvariantUUID":"ef0118f5-82ca-4519-85b2-b2de92b39255","resourceCustomizationUUID":"06d1440c-a725-4375-b288-a76cc41a45bc","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":"YTFkMjEyODU3OTZmN2IyOTFhMDhjMDc0MDY1OWQxOTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"23cc3e3a-fcc2-44ff-a367-0f155d9fedf4","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"Y2YxZjM4N2NkODdlN2FlNWVjMmJhMDI5MzViYzgxYjg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e9c079b7-5d73-469e-93cc-b0ad209cf406","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-05T01:47:33.046Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:47:33.047Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T01:47:33.047Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbb1c198-2120-41b7-a38e-ea43589a10b1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644025641421,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:47:33.048Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:47:33.048Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T01:47:33.048Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbb1c198-2120-41b7-a38e-ea43589a10b1",
  "consumerID": "clamp",
  "timestamp": 1644025637865,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:47:33.048Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:47:33.048Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T01:47:33.049Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbb1c198-2120-41b7-a38e-ea43589a10b1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644025641320,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:47:33.048Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T01:47:33.049Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:47:33.049Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T01:47:33.049Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbb1c198-2120-41b7-a38e-ea43589a10b1",
  "consumerID": "policy-id",
  "timestamp": 1644025639712,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:47:33.049Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:47:33.049Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T01:47:33.049Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbb1c198-2120-41b7-a38e-ea43589a10b1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644025641421,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T01:47:33.049Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T01:47:33.049Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:47:33.050Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T01:47:33.050Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbb1c198-2120-41b7-a38e-ea43589a10b1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644025641320,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:47:33.050Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:47:33.050Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T01:47:33.050Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbb1c198-2120-41b7-a38e-ea43589a10b1",
  "consumerID": "clamp",
  "timestamp": 1644025637865,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T01:47:33.050Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:47:33.050Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T01:47:33.050Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbb1c198-2120-41b7-a38e-ea43589a10b1",
  "consumerID": "policy-id",
  "timestamp": 1644025639712,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T01:47:33.050Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:47:33.051Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T01:47:33.051Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbb1c198-2120-41b7-a38e-ea43589a10b1",
  "consumerID": "policy-id",
  "timestamp": 1644025647604,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T01:47:33.051Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:47:33.051Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T01:47:33.051Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbb1c198-2120-41b7-a38e-ea43589a10b1",
  "consumerID": "cds",
  "timestamp": 1644025647046,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:47:33.051Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:47:33.051Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T01:47:33.051Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbb1c198-2120-41b7-a38e-ea43589a10b1",
  "consumerID": "policy-id",
  "timestamp": 1644025648608,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-05T01:47:33.052Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:47:33.052Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T01:47:33.052Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbb1c198-2120-41b7-a38e-ea43589a10b1",
  "consumerID": "cds",
  "timestamp": 1644025647046,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T01:47:33.052Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:47:33.052Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T01:47:33.052Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T01:47:33.052Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbb1c198-2120-41b7-a38e-ea43589a10b1",
  "consumerID": "clamp",
  "timestamp": 1644025648889,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T01:47:33.052Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "cbb1c198-2120-41b7-a38e-ea43589a10b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644025652419,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:47:33.052Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:47:33.052Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T01:47:33.052Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbb1c198-2120-41b7-a38e-ea43589a10b1",
  "consumerID": "policy-id",
  "timestamp": 1644025649610,
  "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-02-05T01:47:33.065Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cbb1c198-2120-41b7-a38e-ea43589a10b1
2022-02-05T01:47:33.066Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId cbb1c198-2120-41b7-a38e-ea43589a10b1 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-02-05T01:47:33.072Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T01:47:33.072Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbb1c198-2120-41b7-a38e-ea43589a10b1",
  "consumerID": "cds",
  "timestamp": 1644025649743,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T01:47:33.072Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:47:33.073Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T01:47:33.073Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbb1c198-2120-41b7-a38e-ea43589a10b1",
  "consumerID": "cds",
  "timestamp": 1644025650749,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-05T01:47:33.077Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of cbb1c198-2120-41b7-a38e-ea43589a10b1
2022-02-05T01:47:33.077Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId cbb1c198-2120-41b7-a38e-ea43589a10b1 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-02-05T01:47:33.085Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T01:47:33.085Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbb1c198-2120-41b7-a38e-ea43589a10b1",
  "consumerID": "clamp",
  "timestamp": 1644025650898,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-05T01:47:33.085Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:47:33.085Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T01:47:33.085Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbb1c198-2120-41b7-a38e-ea43589a10b1",
  "consumerID": "aai-ml",
  "timestamp": 1644025650673,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:47:33.086Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:47:33.086Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T01:47:33.086Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbb1c198-2120-41b7-a38e-ea43589a10b1",
  "consumerID": "clamp",
  "timestamp": 1644025651902,
  "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-02-05T01:47:33.089Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of cbb1c198-2120-41b7-a38e-ea43589a10b1
2022-02-05T01:47:33.090Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId cbb1c198-2120-41b7-a38e-ea43589a10b1 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-02-05T01:47:33.096Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T01:47:33.096Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbb1c198-2120-41b7-a38e-ea43589a10b1",
  "consumerID": "aai-ml",
  "timestamp": 1644025650673,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T01:47:33.096Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:47:33.152Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T01:47:33.153Z||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-02-05T01:47:33.153Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:47:33.162Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:47:33.163Z||pool-35-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-05T01:47:34.053Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T01:47:34.054Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T01:47:34.055Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T01:47:34.055Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "cbb1c198-2120-41b7-a38e-ea43589a10b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644025652419,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T01:47:34.156Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T01:47:34.156Z||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-02-05T01:47:34.156Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:47:34.166Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:47:34.167Z||pool-36-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-05T01:47:35.057Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "cbb1c198-2120-41b7-a38e-ea43589a10b1",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "4ab46a07-cbee-4873-a4ab-762e164e6ed7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b931731b-4cdf-4086-a900-24deb581ab23",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "06d1440c-a725-4375-b288-a76cc41a45bc",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "d72dc0b7-367a-496c-8097-d54d1c0b5ca5",
      "resourceInvariantUUID": "ef0118f5-82ca-4519-85b2-b2de92b39255",
      "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": "Y2YxZjM4N2NkODdlN2FlNWVjMmJhMDI5MzViYzgxYjg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e9c079b7-5d73-469e-93cc-b0ad209cf406"
    }
  ],
  "workloadContext": "Production"
}
2022-02-05T01:47:35.057Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-05T01:47:35.057Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 4ab46a07-cbee-4873-a4ab-762e164e6ed7 ASDC
2022-02-05T01:47:35.058Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:cbb1c198-2120-41b7-a38e-ea43589a10b1
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:4ab46a07-cbee-4873-a4ab-762e164e6ed7
ServiceInvariantUUID:b931731b-4cdf-4086-a900-24deb581ab23
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:e9c079b7-5d73-469e-93cc-b0ad209cf406
ArtifactChecksum:Y2YxZjM4N2NkODdlN2FlNWVjMmJhMDI5MzViYzgxYjg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:06d1440c-a725-4375-b288-a76cc41a45bc
ResourceInvariantUUID:ef0118f5-82ca-4519-85b2-b2de92b39255
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:d72dc0b7-367a-496c-8097-d54d1c0b5ca5
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-02-05T01:47:35.058Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4ab46a07-cbee-4873-a4ab-762e164e6ed7 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-02-05T01:47:35.082Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-05T01:47:35.083Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-02-05T01:47:35.083Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-02-05T01:47:35.083Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: e9c079b7-5d73-469e-93cc-b0ad209cf406 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-02-05T01:47:35.083Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-02-05T01:47:35.083Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-02-05T01:47:35.177Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-02-05T01:47:35.181Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar e9c079b7-5d73-469e-93cc-b0ad209cf406 52485
2022-02-05T01:47:35.181Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-02-05T01:47:35.181Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-02-05T01:47:35.182Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-05T01:47:35.182Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T01:47:35.183Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T01:47:35.183Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "cbb1c198-2120-41b7-a38e-ea43589a10b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644025655181,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T01:47:35.284Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T01:47:35.284Z||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-02-05T01:47:35.285Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:47:35.295Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:47:35.295Z||pool-37-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-05T01:47:36.184Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-05T01:47:36.185Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-02-05T01:47:36.185Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: e9c079b7-5d73-469e-93cc-b0ad209cf406, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-02-05T01:47:36.185Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-02-05T01:47:36.186Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-02-05T01:47:36.186Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-02-05T01:47:36.256Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7238599137716772054/Definitions/service-BasicNetwork-template.yml
2022-02-05T01:47:36.609Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-05T01:47:36.610Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-02-05T01:47:36.610Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-02-05T01:47:36.610Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-02-05T01:47:36.610Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||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-02-05T01:47:36.610Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||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-02-05T01:47:36.610Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||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-02-05T01:47:36.610Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||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-02-05T01:47:36.610Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|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-BasicNetwork-csar.csar
2022-02-05T01:47:36.610Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||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-02-05T01:47:36.611Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||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-02-05T01:47:36.611Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||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-02-05T01:47:36.611Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-02-05T01:47:36.611Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T01:47:36.611Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T01:47:36.611Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-02-05T01:47:36.611Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-02-05T01:47:36.612Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-05T01:47:36.612Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T01:47:36.612Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T01:47:36.612Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-02-05T01:47:36.612Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-02-05T01:47:36.612Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-05T01:47:36.612Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T01:47:36.613Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T01:47:36.613Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T01:47:36.613Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T01:47:36.613Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T01:47:36.613Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T01:47:36.613Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T01:47:36.614Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T01:47:36.614Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T01:47:36.614Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T01:47:36.614Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:4ab46a07-cbee-4873-a4ab-762e164e6ed7
Model Version:NULL
Model InvariantUuid:b931731b-4cdf-4086-a900-24deb581ab23
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:ef0118f5-82ca-4519-85b2-b2de92b39255
Model UUID:801fa41e-825e-467a-97d4-7d87d83542e5
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:06d1440c-a725-4375-b288-a76cc41a45bc
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-02-05T01:47:36.620Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||INFO|500||Processing Resource Type: VL, Model UUID: d72dc0b7-367a-496c-8097-d54d1c0b5ca5
2022-02-05T01:47:36.620Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||INFO|500||No resources found for Service: 4ab46a07-cbee-4873-a4ab-762e164e6ed7
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-02-05T01:47:36.623Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||INFO|500||
2022-02-05T01:47:36.623Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-02-05T01:47:36.623Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 4ab46a07-cbee-4873-a4ab-762e164e6ed7
2022-02-05T01:47:36.624Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 4ab46a07-cbee-4873-a4ab-762e164e6ed7
2022-02-05T01:47:36.624Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-02-05T01:47:36.624Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||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-02-05T01:47:36.628Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6b001243, org.onap.sdc.toscaparser.api.parameters.Input@6952435b, org.onap.sdc.toscaparser.api.parameters.Input@7802f1e5, org.onap.sdc.toscaparser.api.parameters.Input@7672534b, org.onap.sdc.toscaparser.api.parameters.Input@1d0bd5cc]
2022-02-05T01:47:36.629Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T01:47:36.629Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T01:47:36.629Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T01:47:36.629Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T01:47:36.629Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 4ab46a07-cbee-4873-a4ab-762e164e6ed7: Generic NeutronNet
2022-02-05T01:47:36.630Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T01:47:36.630Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T01:47:36.630Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T01:47:36.630Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||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-02-05T01:47:36.648Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T01:47:36.648Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T01:47:36.648Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T01:47:36.648Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T01:47:36.648Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T01:47:36.648Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T01:47:36.648Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||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-02-05T01:47:36.686Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-02-05T01:47:36.686Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-02-05T01:47:36.686Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-02-05T01:47:36.686Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-05T01:47:36.686Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T01:47:36.687Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T01:47:36.687Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "cbb1c198-2120-41b7-a38e-ea43589a10b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644025656686,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-05T01:47:36.788Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-05T01:47:36.788Z||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-02-05T01:47:36.788Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:47:36.798Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:47:36.799Z||pool-38-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-02-05T01:47:37.688Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cbb1c198-2120-41b7-a38e-ea43589a10b1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-05T01:47:37.699Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cbb1c198-2120-41b7-a38e-ea43589a10b1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-05T01:47:37.701Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-05T01:47:37.701Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-05T01:47:37.701Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-05T01:48:07.701Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cbb1c198-2120-41b7-a38e-ea43589a10b1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-05T01:48:07.713Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cbb1c198-2120-41b7-a38e-ea43589a10b1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-05T01:48:07.715Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-05T01:48:07.715Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-05T01:48:07.715Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-05T01:48:32.421Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:48:32.422Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|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-02-05T01:48:32.422Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:48:32.545Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:48:32.545Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T01:48:32.545Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbb1c198-2120-41b7-a38e-ea43589a10b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644025652419,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:48:32.546Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:48:37.715Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cbb1c198-2120-41b7-a38e-ea43589a10b1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-05T01:48:37.727Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cbb1c198-2120-41b7-a38e-ea43589a10b1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-05T01:48:37.730Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-05T01:48:37.730Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-05T01:48:37.730Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-05T01:49:07.731Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cbb1c198-2120-41b7-a38e-ea43589a10b1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-05T01:49:07.739Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cbb1c198-2120-41b7-a38e-ea43589a10b1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-05T01:49:07.741Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-05T01:49:07.742Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-05T01:49:07.742Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-05T01:49:32.421Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:49:32.422Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|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-02-05T01:49:32.422Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:49:32.945Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:49:32.946Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T01:49:32.946Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbb1c198-2120-41b7-a38e-ea43589a10b1",
  "consumerID": "aai-ml",
  "timestamp": 1644025653471,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T01:49:32.946Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:49:32.947Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T01:49:32.947Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbb1c198-2120-41b7-a38e-ea43589a10b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644025652419,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T01:49:32.947Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:49:32.947Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T01:49:32.947Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbb1c198-2120-41b7-a38e-ea43589a10b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644025655181,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T01:49:32.947Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:49:32.947Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T01:49:32.947Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbb1c198-2120-41b7-a38e-ea43589a10b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644025656686,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-05T01:49:32.947Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:49:32.947Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T01:49:32.948Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbb1c198-2120-41b7-a38e-ea43589a10b1",
  "consumerID": "aai-ml",
  "timestamp": 1644025657062,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-05T01:49:32.948Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:49:32.948Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T01:49:32.948Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbb1c198-2120-41b7-a38e-ea43589a10b1",
  "consumerID": "aai-ml",
  "timestamp": 1644025658066,
  "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-02-05T01:49:32.955Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of cbb1c198-2120-41b7-a38e-ea43589a10b1
2022-02-05T01:49:32.955Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId cbb1c198-2120-41b7-a38e-ea43589a10b1 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-02-05T01:49:32.961Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T01:49:32.961Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbb1c198-2120-41b7-a38e-ea43589a10b1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644025661529,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:49:32.961Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:49:32.962Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T01:49:32.962Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbb1c198-2120-41b7-a38e-ea43589a10b1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644025661529,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T01:49:32.962Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:49:32.962Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T01:49:32.962Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbb1c198-2120-41b7-a38e-ea43589a10b1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644025664327,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T01:49:32.962Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:49:32.962Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T01:49:32.962Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbb1c198-2120-41b7-a38e-ea43589a10b1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644025665784,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-05T01:49:32.963Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:49:32.963Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T01:49:32.963Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbb1c198-2120-41b7-a38e-ea43589a10b1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644025666788,
  "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-02-05T01:49:32.966Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of cbb1c198-2120-41b7-a38e-ea43589a10b1
2022-02-05T01:49:32.966Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId cbb1c198-2120-41b7-a38e-ea43589a10b1 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-02-05T01:49:37.742Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cbb1c198-2120-41b7-a38e-ea43589a10b1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-05T01:49:37.753Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cbb1c198-2120-41b7-a38e-ea43589a10b1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-05T01:49:37.756Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-05T01:49:37.756Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-05T01:49:37.756Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-05T01:49:37.756Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-05T01:49:37.756Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-05T01:49:37.756Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-05T01:49:37.756Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-05T01:49:37.756Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-05T01:49:37.756Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-05T01:49:37.756Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-05T01:49:37.756Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|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-02-05T01:49:37.761Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-05T01:50:07.761Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cbb1c198-2120-41b7-a38e-ea43589a10b1 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-02-05T01:50:07.768Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cbb1c198-2120-41b7-a38e-ea43589a10b1 and serviceModelVersionId: 4ab46a07-cbee-4873-a4ab-762e164e6ed7
2022-02-05T01:50:07.768Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b931731b-4cdf-4086-a900-24deb581ab23
2022-02-05T01:50:07.769Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b931731b-4cdf-4086-a900-24deb581ab23/model-vers/model-ver/4ab46a07-cbee-4873-a4ab-762e164e6ed7?depth=0
2022-02-05T01:50:07.775Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-02-05T01:50:07.803Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b931731b-4cdf-4086-a900-24deb581ab23/model-vers/model-ver/4ab46a07-cbee-4873-a4ab-762e164e6ed7?depth=0|INFO|500||Invoke
2022-02-05T01:50:07.803Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b931731b-4cdf-4086-a900-24deb581ab23/model-vers/model-ver/4ab46a07-cbee-4873-a4ab-762e164e6ed7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b931731b-4cdf-4086-a900-24deb581ab23/model-vers/model-ver/4ab46a07-cbee-4873-a4ab-762e164e6ed7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[cbb1c198-2120-41b7-a38e-ea43589a10b1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[76f4ce19-dd3d-4b3a-afaf-ff698c781016], X-ECOMP-RequestID=[cbb1c198-2120-41b7-a38e-ea43589a10b1], X-TransactionId=[], X-ONAP-RequestID=[cbb1c198-2120-41b7-a38e-ea43589a10b1], Content-Type=[application/merge-patch+json]}
2022-02-05T01:50:07.823Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b931731b-4cdf-4086-a900-24deb581ab23/model-vers/model-ver/4ab46a07-cbee-4873-a4ab-762e164e6ed7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-02-05T01:50:08.072Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b931731b-4cdf-4086-a900-24deb581ab23/model-vers/model-ver/4ab46a07-cbee-4873-a4ab-762e164e6ed7?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/b931731b-4cdf-4086-a900-24deb581ab23/model-vers/model-ver/4ab46a07-cbee-4873-a4ab-762e164e6ed7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220205-01:50:07:831-96488], vertex-id=[372920], Content-Length=[0], Date=[Sat, 05 Feb 2022 01:50:07 GMT], Content-Type=[application/json]}
2022-02-05T01:50:08.072Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b931731b-4cdf-4086-a900-24deb581ab23/model-vers/model-ver/4ab46a07-cbee-4873-a4ab-762e164e6ed7?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-02-05T01:50:08.073Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b931731b-4cdf-4086-a900-24deb581ab23/model-vers/model-ver/4ab46a07-cbee-4873-a4ab-762e164e6ed7?depth=0|INFO|500||InvokeReturn
2022-02-05T01:50:08.073Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-05T01:50:08.073Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|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-02-05T01:50:08.077Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|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-02-05T01:50:08.077Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cbb1c198-2120-41b7-a38e-ea43589a10b1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-05T01:50:08.077Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-05T01:50:08.077Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T01:50:08.079Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T01:50:08.079Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "cbb1c198-2120-41b7-a38e-ea43589a10b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644025808077,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-05T01:50:08.179Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T01:50:08.180Z||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-02-05T01:50:08.180Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:50:08.191Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:50:08.192Z||pool-39-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-02-05T01:50:09.090Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:50:09.091Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|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-02-05T01:50:09.091Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:50:19.499Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:50:19.500Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:50:19.500Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|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-02-05T01:50:19.500Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:50:29.036Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:50:32.419Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:50:32.420Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|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-02-05T01:50:32.420Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:50:32.421Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:50:32.422Z||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-02-05T01:50:32.422Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:50:33.045Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:50:33.045Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-05T01:50:33.046Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbb1c198-2120-41b7-a38e-ea43589a10b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644025808077,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-05T01:50:33.046Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:50:41.958Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:51:32.419Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:51:32.420Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|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-02-05T01:51:32.420Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:51:32.421Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:51:32.422Z||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-02-05T01:51:32.422Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:51:41.594Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:51:41.595Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T01:51:41.595Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"93aa0fb2-14a9-4653-89cc-8821addf5da0","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"4b4d1844-c0c6-4da9-a646-a4ebda91d1a5","serviceDescription":"service","serviceInvariantUUID":"5ff833df-e45d-4038-80a6-8caa50d586d1","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"50b18d98-d162-4d6b-a14d-49cbc4df9aeb","resourceInvariantUUID":"1be70223-08d4-482c-a83d-0512042de65c","resourceCustomizationUUID":"3a7926d7-4d78-4ce6-9345-e889840fcbfb","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":"NGM3ZjIzMDc1ZWEzZDI5ODU3YmNhNzdmYWUwZWFjZGM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"56b35e77-219e-487d-a340-558f0becad3f","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":"MzFmNWI3Zjc3MTRlYzk3Mjg0NWYwZjI1NDNkZmNmYWU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d1457ffd-a6a0-4374-a549-10c878bc8cbe","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":"13990f05-4ac0-4f98-83ae-dbb36c4cf240","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":"68274016-81e5-45ef-9f8d-34ef79d164a6","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":"23762c07-077e-4be1-8e70-8a43dce1a4b6","artifactVersion":"2","generatedFromUUID":"13990f05-4ac0-4f98-83ae-dbb36c4cf240"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZDVmZThjMjg3NjJhZTk1ZmQxMzMyMDU2ZTFhZGNlMTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"368784b4-dd2e-4fd8-ba39-6dd4f849566c","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YjU0NDQ0ZTBhMmQ0ZGQ1MDUyOGVhMzdjODBhMTBhYjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3150a976-380b-4b56-a8d1-627171a41102","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-05T01:51:41.598Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T01:51:41.598Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T01:51:41.600Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T01:51:41.600Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "93aa0fb2-14a9-4653-89cc-8821addf5da0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644025892419,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:51:41.700Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T01:51:41.701Z||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-02-05T01:51:41.701Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:51:41.714Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:51:41.714Z||pool-40-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-05T01:51:41.826Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:51:41.826Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:51:41.827Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93aa0fb2-14a9-4653-89cc-8821addf5da0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644025892419,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:51:41.827Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:51:42.600Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T01:51:42.601Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T01:51:42.603Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T01:51:42.603Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "93aa0fb2-14a9-4653-89cc-8821addf5da0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644025892419,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-02-05T01:51:42.703Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T01:51:42.704Z||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-02-05T01:51:42.704Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:51:42.717Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:51:42.717Z||pool-41-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-05T01:51:43.603Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T01:51:43.604Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T01:51:43.606Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T01:51:43.606Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "93aa0fb2-14a9-4653-89cc-8821addf5da0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644025892419,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-02-05T01:51:43.706Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T01:51:43.707Z||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-02-05T01:51:43.707Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:51:43.718Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:51:43.719Z||pool-42-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-05T01:51:44.607Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T01:51:44.608Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T01:51:44.609Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T01:51:44.609Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "93aa0fb2-14a9-4653-89cc-8821addf5da0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644025892419,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:51:44.710Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-05T01:51:44.710Z||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-02-05T01:51:44.711Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:51:44.722Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:51:44.722Z||pool-43-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-02-05T01:51:45.610Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T01:51:45.611Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T01:51:45.613Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T01:51:45.613Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "93aa0fb2-14a9-4653-89cc-8821addf5da0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644025892419,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-02-05T01:51:45.713Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T01:51:45.714Z||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-02-05T01:51:45.714Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:51:45.727Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:51:45.728Z||pool-44-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-05T01:51:46.614Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T01:51:46.614Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T01:51:46.616Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T01:51:46.616Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "93aa0fb2-14a9-4653-89cc-8821addf5da0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644025892419,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:51:46.716Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T01:51:46.717Z||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-02-05T01:51:46.717Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:51:46.728Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:51:46.729Z||pool-45-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-05T01:51:47.616Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T01:51:47.618Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T01:51:47.620Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T01:51:47.620Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "93aa0fb2-14a9-4653-89cc-8821addf5da0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644025892419,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T01:51:47.720Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T01:51:47.721Z||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-02-05T01:51:47.721Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:51:47.734Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:51:47.734Z||pool-46-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-05T01:51:48.621Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "93aa0fb2-14a9-4653-89cc-8821addf5da0",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "4b4d1844-c0c6-4da9-a646-a4ebda91d1a5",
  "serviceDescription": "service",
  "serviceInvariantUUID": "5ff833df-e45d-4038-80a6-8caa50d586d1",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "3a7926d7-4d78-4ce6-9345-e889840fcbfb",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "50b18d98-d162-4d6b-a14d-49cbc4df9aeb",
      "resourceInvariantUUID": "1be70223-08d4-482c-a83d-0512042de65c",
      "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": "MzFmNWI3Zjc3MTRlYzk3Mjg0NWYwZjI1NDNkZmNmYWU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d1457ffd-a6a0-4374-a549-10c878bc8cbe",
          "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": "13990f05-4ac0-4f98-83ae-dbb36c4cf240",
          "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": "23762c07-077e-4be1-8e70-8a43dce1a4b6",
            "generatedFromUUID": "13990f05-4ac0-4f98-83ae-dbb36c4cf240"
          },
          "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": "23762c07-077e-4be1-8e70-8a43dce1a4b6",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "YjU0NDQ0ZTBhMmQ0ZGQ1MDUyOGVhMzdjODBhMTBhYjk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3150a976-380b-4b56-a8d1-627171a41102"
    }
  ],
  "workloadContext": "Production"
}
2022-02-05T01:51:48.621Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-05T01:51:48.622Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4b4d1844-c0c6-4da9-a646-a4ebda91d1a5 ASDC
2022-02-05T01:51:48.622Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:93aa0fb2-14a9-4653-89cc-8821addf5da0
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:4b4d1844-c0c6-4da9-a646-a4ebda91d1a5
ServiceInvariantUUID:5ff833df-e45d-4038-80a6-8caa50d586d1
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:3150a976-380b-4b56-a8d1-627171a41102
ArtifactChecksum:YjU0NDQ0ZTBhMmQ0ZGQ1MDUyOGVhMzdjODBhMTBhYjk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:3a7926d7-4d78-4ce6-9345-e889840fcbfb
ResourceInvariantUUID:1be70223-08d4-482c-a83d-0512042de65c
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:50b18d98-d162-4d6b-a14d-49cbc4df9aeb
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:d1457ffd-a6a0-4374-a549-10c878bc8cbe
ArtifactChecksum:MzFmNWI3Zjc3MTRlYzk3Mjg0NWYwZjI1NDNkZmNmYWU=
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:13990f05-4ac0-4f98-83ae-dbb36c4cf240
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:23762c07-077e-4be1-8e70-8a43dce1a4b6
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:23762c07-077e-4be1-8e70-8a43dce1a4b6
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-02-05T01:51:48.622Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4b4d1844-c0c6-4da9-a646-a4ebda91d1a5 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-02-05T01:51:48.645Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-05T01:51:48.646Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-02-05T01:51:48.646Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-02-05T01:51:48.646Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 3150a976-380b-4b56-a8d1-627171a41102 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-02-05T01:51:48.646Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-02-05T01:51:48.646Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-02-05T01:51:48.911Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-02-05T01:51:48.916Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 3150a976-380b-4b56-a8d1-627171a41102 71036
2022-02-05T01:51:48.916Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-02-05T01:51:48.917Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-02-05T01:51:48.917Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-05T01:51:48.917Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T01:51:48.919Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T01:51:48.919Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "93aa0fb2-14a9-4653-89cc-8821addf5da0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644025908916,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T01:51:49.019Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T01:51:49.020Z||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-02-05T01:51:49.020Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:51:49.032Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:51:49.032Z||pool-47-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-05T01:51:49.920Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-05T01:51:49.921Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-02-05T01:51:49.921Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 3150a976-380b-4b56-a8d1-627171a41102, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-02-05T01:51:49.922Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-02-05T01:51:49.922Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-02-05T01:51:49.922Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-02-05T01:51:50.010Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8396604922101248214/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-02-05T01:51:50.788Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-05T01:51:50.789Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-02-05T01:51:50.789Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-02-05T01:51:50.789Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-02-05T01:51:50.789Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||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-02-05T01:51:50.789Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||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-02-05T01:51:50.789Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|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-BasicVm-csar.csar
2022-02-05T01:51:50.789Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|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-BasicVm-csar.csar
2022-02-05T01:51:50.789Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|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-BasicVm-csar.csar
2022-02-05T01:51:50.789Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||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-02-05T01:51:50.789Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|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-BasicVm-csar.csar
2022-02-05T01:51:50.797Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||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-02-05T01:51:50.797Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|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-BasicVm-csar.csar
2022-02-05T01:51:50.797Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-02-05T01:51:50.797Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T01:51:50.797Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T01:51:50.797Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-02-05T01:51:50.797Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-02-05T01:51:50.798Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-05T01:51:50.798Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T01:51:50.798Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T01:51:50.798Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-02-05T01:51:50.798Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-02-05T01:51:50.798Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-05T01:51:50.798Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T01:51:50.798Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T01:51:50.798Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T01:51:50.798Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-02-05T01:51:50.798Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-02-05T01:51:50.799Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-02-05T01:51:50.799Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-02-05T01:51:50.799Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-02-05T01:51:50.799Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-02-05T01:51:50.799Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T01:51:50.799Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-05T01:51:50.799Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T01:51:50.799Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-02-05T01:51:50.799Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-05T01:51:50.800Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T01:51:50.800Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-02-05T01:51:50.800Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-05T01:51:50.800Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T01:51:50.800Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-02-05T01:51:50.800Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-05T01:51:50.800Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T01:51:50.800Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-02-05T01:51:50.801Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-02-05T01:51:50.801Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-02-05T01:51:50.801Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=724654da-b6ec-4a9f-9c5d-3818cc7f9ae1
2022-02-05T01:51:50.801Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T01:51:50.801Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T01:51:50.801Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T01:51:50.801Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T01:51:50.801Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T01:51:50.801Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T01:51:50.801Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T01:51:50.802Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T01:51:50.802Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:4b4d1844-c0c6-4da9-a646-a4ebda91d1a5
Model Version:NULL
Model InvariantUuid:5ff833df-e45d-4038-80a6-8caa50d586d1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:0a7da960-51f8-4656-83e6-4402ec417906
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:1be70223-08d4-482c-a83d-0512042de65c
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:3a7926d7-4d78-4ce6-9345-e889840fcbfb
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:6303834c-ec86-4660-a308-974ecb008298
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:0ee13029-a5a1-4479-bea3-7f3aa82861a5
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:724654da-b6ec-4a9f-9c5d-3818cc7f9ae1
ModelInvariantUuid:66892942-26ad-41bb-958d-e8fa0b3f2e55
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:6599db7c-6a7b-44be-986b-f9e95a5848f2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:b0882af7-2c84-4f44-b913-28fb0a38f32e
ModelInvariantUuid:082b4f9b-0f6d-4b20-b8a0-0cc53af4c658
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:4572a22e-d548-432e-a1b2-12a90c6a40a2
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-02-05T01:51:50.808Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 50b18d98-d162-4d6b-a14d-49cbc4df9aeb
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-02-05T01:51:50.810Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||INFO|500||basic_vm 0
2022-02-05T01:51:50.810Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 50b18d98-d162-4d6b-a14d-49cbc4df9aeb
2022-02-05T01:51:50.810Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: d1457ffd-a6a0-4374-a549-10c878bc8cbe from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-02-05T01:51:50.810Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-02-05T01:51:50.810Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||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-02-05T01:51:51.010Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-02-05T01:51:51.011Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json d1457ffd-a6a0-4374-a549-10c878bc8cbe 787
2022-02-05T01:51:51.011Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||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-02-05T01:51:51.011Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||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-02-05T01:51:51.011Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-05T01:51:51.011Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T01:51:51.012Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T01:51:51.012Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "93aa0fb2-14a9-4653-89cc-8821addf5da0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644025911011,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-05T01:51:51.113Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T01:51:51.113Z||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-02-05T01:51:51.114Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:51:51.123Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:51:51.123Z||pool-48-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-05T01:51:52.013Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "6303834c-ec86-4660-a308-974ecb008298",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0ee13029-a5a1-4479-bea3-7f3aa82861a5",
    "vfModuleModelCustomizationUUID": "e0af7df6-8d60-4782-915f-3d4f793690b1",
    "isBase": true,
    "artifacts": [
      "13990f05-4ac0-4f98-83ae-dbb36c4cf240",
      "23762c07-077e-4be1-8e70-8a43dce1a4b6"
    ],
    "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-02-05T01:51:52.017Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0ee13029-a5a1-4479-bea3-7f3aa82861a5
VfModuleModelInvariantUUID:6303834c-ec86-4660-a308-974ecb008298
VfModuleModelDescription:NULL
Artifacts UUID List:{
13990f05-4ac0-4f98-83ae-dbb36c4cf240
,
23762c07-077e-4be1-8e70-8a43dce1a4b6

}
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-02-05T01:51:52.020Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "6303834c-ec86-4660-a308-974ecb008298",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0ee13029-a5a1-4479-bea3-7f3aa82861a5",
    "vfModuleModelCustomizationUUID": "e0af7df6-8d60-4782-915f-3d4f793690b1",
    "isBase": true,
    "artifacts": [
      "13990f05-4ac0-4f98-83ae-dbb36c4cf240",
      "23762c07-077e-4be1-8e70-8a43dce1a4b6"
    ],
    "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-02-05T01:51:52.020Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0ee13029-a5a1-4479-bea3-7f3aa82861a5
VfModuleModelInvariantUUID:6303834c-ec86-4660-a308-974ecb008298
VfModuleModelDescription:NULL
Artifacts UUID List:{
13990f05-4ac0-4f98-83ae-dbb36c4cf240
,
23762c07-077e-4be1-8e70-8a43dce1a4b6

}
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-02-05T01:51:52.020Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 13990f05-4ac0-4f98-83ae-dbb36c4cf240 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-02-05T01:51:52.020Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-02-05T01:51:52.021Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||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-02-05T01:51:52.116Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-02-05T01:51:52.116Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 13990f05-4ac0-4f98-83ae-dbb36c4cf240 5033
2022-02-05T01:51:52.117Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||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-02-05T01:51:52.117Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||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-02-05T01:51:52.117Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-05T01:51:52.117Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T01:51:52.119Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T01:51:52.119Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "93aa0fb2-14a9-4653-89cc-8821addf5da0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644025912117,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-05T01:51:52.219Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T01:51:52.220Z||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-02-05T01:51:52.220Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:51:52.230Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:51:52.231Z||pool-49-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-05T01:51:53.120Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 23762c07-077e-4be1-8e70-8a43dce1a4b6 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-02-05T01:51:53.121Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-02-05T01:51:53.121Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||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-02-05T01:51:53.304Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-02-05T01:51:53.305Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 23762c07-077e-4be1-8e70-8a43dce1a4b6 903
2022-02-05T01:51:53.305Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||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-02-05T01:51:53.305Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||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-02-05T01:51:53.305Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-05T01:51:53.305Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T01:51:53.307Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T01:51:53.307Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "93aa0fb2-14a9-4653-89cc-8821addf5da0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644025913305,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-02-05T01:51:53.407Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-05T01:51:53.408Z||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-02-05T01:51:53.408Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:51:53.418Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:51:53.418Z||pool-50-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-05T01:51:54.308Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 4b4d1844-c0c6-4da9-a646-a4ebda91d1a5
2022-02-05T01:51:54.309Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 50b18d98-d162-4d6b-a14d-49cbc4df9aeb 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-02-05T01:51:54.322Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@39ee244e, org.onap.sdc.toscaparser.api.parameters.Input@515a0ef1, org.onap.sdc.toscaparser.api.parameters.Input@27e68af, org.onap.sdc.toscaparser.api.parameters.Input@36dc553c, org.onap.sdc.toscaparser.api.parameters.Input@7e58dbfd]
2022-02-05T01:51:54.323Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T01:51:54.323Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T01:51:54.323Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-02-05T01:51:54.323Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 3a7926d7-4d78-4ce6-9345-e889840fcbfb
2022-02-05T01:51:54.323Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3a7926d7-4d78-4ce6-9345-e889840fcbfb matches Tosca VF Customization UUID: 3a7926d7-4d78-4ce6-9345-e889840fcbfb
2022-02-05T01:51:54.323Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 3a7926d7-4d78-4ce6-9345-e889840fcbfb  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-02-05T01:51:54.325Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T01:51:54.325Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T01:51:54.326Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 3a7926d7-4d78-4ce6-9345-e889840fcbfb: {\"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-02-05T01:51:54.326Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5a9f8a5e
2022-02-05T01:51:54.326Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T01:51:54.326Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-05T01:51:54.327Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e0af7df6-8d60-4782-915f-3d4f793690b1
2022-02-05T01:51:54.327Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e0af7df6-8d60-4782-915f-3d4f793690b1
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-02-05T01:51:54.329Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T01:51:54.329Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-02-05T01:51:54.329Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-05T01:51:54.329Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T01:51:54.330Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-02-05T01:51:54.330Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-05T01:51:54.330Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T01:51:54.330Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-02-05T01:51:54.330Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-02-05T01:51:54.331Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-02-05T01:51:54.331Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=724654da-b6ec-4a9f-9c5d-3818cc7f9ae1
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-02-05T01:51:54.333Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T01:51:54.333Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-02-05T01:51:54.333Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-05T01:51:54.333Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T01:51:54.333Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-02-05T01:51:54.334Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=3a7926d7-4d78-4ce6-9345-e889840fcbfb
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-02-05T01:51:54.335Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T01:51:54.335Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T01:51:54.335Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 4b4d1844-c0c6-4da9-a646-a4ebda91d1a5: basic_vm
2022-02-05T01:51:54.335Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T01:51:54.336Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T01:51:54.336Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T01:51:54.336Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T01:51:54.336Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T01:51:54.336Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T01:51:54.336Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T01:51:54.337Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T01:51:54.337Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T01:51:54.337Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T01:51:54.337Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||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-02-05T01:51:54.401Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 50b18d98-d162-4d6b-a14d-49cbc4df9aeb 1 ASDC deployResourceStructure
2022-02-05T01:51:54.401Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||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-02-05T01:51:54.401Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||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-02-05T01:51:54.401Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-05T01:51:54.402Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T01:51:54.404Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T01:51:54.404Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "93aa0fb2-14a9-4653-89cc-8821addf5da0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644025914401,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-05T01:51:54.504Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T01:51:54.505Z||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-02-05T01:51:54.505Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:51:54.514Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:51:54.515Z||pool-51-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-05T01:51:55.404Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||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-02-05T01:51:55.406Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||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-02-05T01:51:55.406Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-05T01:51:55.406Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T01:51:55.409Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T01:51:55.409Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "93aa0fb2-14a9-4653-89cc-8821addf5da0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644025915404,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-02-05T01:51:55.509Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T01:51:55.510Z||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-02-05T01:51:55.510Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:51:55.520Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:51:55.520Z||pool-52-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-05T01:51:56.410Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||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-02-05T01:51:56.411Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||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-02-05T01:51:56.411Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-05T01:51:56.411Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T01:51:56.413Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T01:51:56.413Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "93aa0fb2-14a9-4653-89cc-8821addf5da0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644025916410,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-02-05T01:51:56.513Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T01:51:56.514Z||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-02-05T01:51:56.514Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:51:56.524Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:51:56.524Z||pool-53-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-05T01:51:57.414Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-02-05T01:51:57.414Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-02-05T01:51:57.415Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-05T01:51:57.415Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T01:51:57.417Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T01:51:57.417Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "93aa0fb2-14a9-4653-89cc-8821addf5da0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644025917414,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-05T01:51:57.517Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T01:51:57.518Z||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-02-05T01:51:57.518Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:51:57.527Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:51:57.527Z||pool-54-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-05T01:51:58.417Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 93aa0fb2-14a9-4653-89cc-8821addf5da0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-05T01:51:58.427Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 93aa0fb2-14a9-4653-89cc-8821addf5da0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-05T01:51:58.429Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-05T01:51:58.429Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-05T01:51:58.429Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-05T01:52:28.429Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 93aa0fb2-14a9-4653-89cc-8821addf5da0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-05T01:52:28.439Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 93aa0fb2-14a9-4653-89cc-8821addf5da0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-05T01:52:28.441Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-05T01:52:28.441Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-05T01:52:28.441Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-05T01:52:32.421Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:52:32.422Z||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-02-05T01:52:32.422Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:52:32.442Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:52:32.443Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:52:32.443Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93aa0fb2-14a9-4653-89cc-8821addf5da0",
  "consumerID": "policy-id",
  "timestamp": 1644025899711,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:52:32.443Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:52:58.441Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 93aa0fb2-14a9-4653-89cc-8821addf5da0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-05T01:52:58.450Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 93aa0fb2-14a9-4653-89cc-8821addf5da0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-05T01:52:58.453Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-05T01:52:58.453Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-05T01:52:58.453Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-05T01:53:28.453Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 93aa0fb2-14a9-4653-89cc-8821addf5da0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-05T01:53:28.464Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 93aa0fb2-14a9-4653-89cc-8821addf5da0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-05T01:53:28.466Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-05T01:53:28.466Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-05T01:53:28.466Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-05T01:53:32.421Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:53:32.422Z||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-02-05T01:53:32.422Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:53:32.440Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:53:32.440Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:53:32.441Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93aa0fb2-14a9-4653-89cc-8821addf5da0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644025901320,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:53:32.441Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:53:58.467Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 93aa0fb2-14a9-4653-89cc-8821addf5da0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-05T01:53:58.478Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 93aa0fb2-14a9-4653-89cc-8821addf5da0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-05T01:53:58.480Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-05T01:53:58.480Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-05T01:53:58.481Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-05T01:54:28.481Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 93aa0fb2-14a9-4653-89cc-8821addf5da0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-05T01:54:28.490Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||WARN|500||reqdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@74f97291 marked as broken because of SQLSTATE(08S01), ErrorCode(1047)
java.sql.SQLNonTransientConnectionException: (conn=1617) WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
	at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
	at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
	at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
	at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
	at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
	at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
	at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
	at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
	at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
	at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
	at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
	at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
	at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
	at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
	at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
	at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
	at jdk.internal.reflect.GeneratedMethodAccessor183.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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
	at com.sun.proxy.$Proxy188.find(Unknown Source)
	at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
	at jdk.internal.reflect.GeneratedMethodAccessor179.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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
	at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
	at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
	at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy218.findById(Unknown Source)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.getOverallDistributionStatus(WatchdogDistribution.java:75)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:647)
	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)
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
	... 67 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
	... 68 common frames omitted
2022-02-05T01:54:28.494Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||WARN|500||SQL Error: 1047, SQLState: 08S01
2022-02-05T01:54:28.494Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||ERROR|500||(conn=1617) WSREP has not yet prepared node for application use
2022-02-05T01:54:28.495Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||INFO|500||HHH000327: Error performing load command
org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
	at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
	at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
	at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
	at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
	at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
	at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
	at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
	at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
	at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
	at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
	at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
	at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
	at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
	at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
	at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
	at jdk.internal.reflect.GeneratedMethodAccessor183.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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
	at com.sun.proxy.$Proxy188.find(Unknown Source)
	at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
	at jdk.internal.reflect.GeneratedMethodAccessor179.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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
	at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
	at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
	at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy218.findById(Unknown Source)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.getOverallDistributionStatus(WatchdogDistribution.java:75)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:647)
	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)
Caused by: java.sql.SQLNonTransientConnectionException: (conn=1617) WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
	at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
	at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
	at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
	... 62 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
	... 67 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
	... 68 common frames omitted
2022-02-05T01:54:28.497Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||ERROR|500||Application exception overridden by rollback exception
javax.persistence.PersistenceException: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
	at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:154)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3357)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
	at jdk.internal.reflect.GeneratedMethodAccessor183.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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
	at com.sun.proxy.$Proxy188.find(Unknown Source)
	at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
	at jdk.internal.reflect.GeneratedMethodAccessor179.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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
	at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
	at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
	at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy218.findById(Unknown Source)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.getOverallDistributionStatus(WatchdogDistribution.java:75)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:647)
	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)
Caused by: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
	at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
	at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
	at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
	at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
	at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
	at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
	at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
	at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
	at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
	at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
	at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
	at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
	at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
	at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
	at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
	... 41 common frames omitted
Caused by: java.sql.SQLNonTransientConnectionException: (conn=1617) WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
	at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
	at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
	at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
	... 62 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
	... 67 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
	... 68 common frames omitted
2022-02-05T01:54:28.500Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||Exception occurred on getOverallDistributionStatus : Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
2022-02-05T01:54:28.501Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||ERROR|500||Exception occurred
org.springframework.transaction.TransactionSystemException: Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
	at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:565)
	at org.springframework.transaction.support.AbstractPlatformTransactionManager.processRollback(AbstractPlatformTransactionManager.java:835)
	at org.springframework.transaction.support.AbstractPlatformTransactionManager.rollback(AbstractPlatformTransactionManager.java:809)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.completeTransactionAfterThrowing(TransactionAspectSupport.java:651)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:371)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy218.findById(Unknown Source)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.getOverallDistributionStatus(WatchdogDistribution.java:75)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:647)
	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)
Caused by: org.hibernate.TransactionException: Unable to rollback against JDBC Connection
	at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:127)
	at org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl$TransactionDriverControlImpl.rollback(JdbcResourceLocalTransactionCoordinatorImpl.java:304)
	at org.hibernate.engine.transaction.internal.TransactionImpl.rollback(TransactionImpl.java:142)
	at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:561)
	... 24 common frames omitted
Caused by: java.sql.SQLException: Connection is closed
	at com.zaxxer.hikari.pool.ProxyConnection$ClosedConnection.lambda$getClosedConnection$0(ProxyConnection.java:515)
	at com.sun.proxy.$Proxy144.rollback(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyConnection.rollback(ProxyConnection.java:396)
	at com.zaxxer.hikari.pool.HikariProxyConnection.rollback(HikariProxyConnection.java)
	at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:121)
	... 27 common frames omitted
2022-02-05T01:54:28.501Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||Exception in Watchdog Loop org.springframework.transaction.TransactionSystemException: Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
2022-02-05T01:54:32.421Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:54:32.422Z||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-02-05T01:54:32.423Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:54:32.443Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:54:32.462Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:54:32.462Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93aa0fb2-14a9-4653-89cc-8821addf5da0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644025901422,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:54:32.463Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:54:32.463Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:54:32.463Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93aa0fb2-14a9-4653-89cc-8821addf5da0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644025901529,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:54:32.463Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:54:32.463Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:54:32.463Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93aa0fb2-14a9-4653-89cc-8821addf5da0",
  "consumerID": "cds",
  "timestamp": 1644025902046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:54:32.463Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:54:32.464Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:54:32.464Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93aa0fb2-14a9-4653-89cc-8821addf5da0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644025892419,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-02-05T01:54:32.464Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:54:32.464Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:54:32.464Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93aa0fb2-14a9-4653-89cc-8821addf5da0",
  "consumerID": "policy-id",
  "timestamp": 1644025899711,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:54:32.464Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:54:32.464Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:54:32.464Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93aa0fb2-14a9-4653-89cc-8821addf5da0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644025901320,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:54:32.464Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:54:32.465Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:54:32.465Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93aa0fb2-14a9-4653-89cc-8821addf5da0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644025901422,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-02-05T01:54:32.465Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:54:32.465Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:54:32.465Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93aa0fb2-14a9-4653-89cc-8821addf5da0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644025901529,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:54:32.465Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:54:32.465Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:54:32.465Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93aa0fb2-14a9-4653-89cc-8821addf5da0",
  "consumerID": "cds",
  "timestamp": 1644025902046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:54:32.466Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:54:32.466Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:54:32.466Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93aa0fb2-14a9-4653-89cc-8821addf5da0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644025892419,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-02-05T01:54:32.466Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:54:32.466Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:54:32.466Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93aa0fb2-14a9-4653-89cc-8821addf5da0",
  "consumerID": "policy-id",
  "timestamp": 1644025899711,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-02-05T01:54:32.466Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:54:32.466Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:54:32.466Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93aa0fb2-14a9-4653-89cc-8821addf5da0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644025901320,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:54:32.466Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:54:32.467Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:54:32.467Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93aa0fb2-14a9-4653-89cc-8821addf5da0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644025901422,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-02-05T01:54:32.467Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:54:32.467Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:54:32.467Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93aa0fb2-14a9-4653-89cc-8821addf5da0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644025901529,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:54:32.467Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:54:32.467Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:54:32.467Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93aa0fb2-14a9-4653-89cc-8821addf5da0",
  "consumerID": "cds",
  "timestamp": 1644025902046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:54:32.467Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:54:32.467Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:54:32.467Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93aa0fb2-14a9-4653-89cc-8821addf5da0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644025892419,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:54:32.467Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:54:32.467Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:54:32.467Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93aa0fb2-14a9-4653-89cc-8821addf5da0",
  "consumerID": "policy-id",
  "timestamp": 1644025899711,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:54:32.467Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:54:32.467Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:54:32.467Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93aa0fb2-14a9-4653-89cc-8821addf5da0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644025901320,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:54:32.467Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:54:32.468Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:54:32.468Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93aa0fb2-14a9-4653-89cc-8821addf5da0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644025901422,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:54:32.468Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:54:32.468Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:54:32.468Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93aa0fb2-14a9-4653-89cc-8821addf5da0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644025901529,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:54:32.468Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:54:32.468Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:54:32.468Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93aa0fb2-14a9-4653-89cc-8821addf5da0",
  "consumerID": "cds",
  "timestamp": 1644025902046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:54:32.468Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:54:32.468Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:54:32.468Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93aa0fb2-14a9-4653-89cc-8821addf5da0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644025892419,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-02-05T01:54:32.468Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:54:32.468Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:54:32.468Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93aa0fb2-14a9-4653-89cc-8821addf5da0",
  "consumerID": "policy-id",
  "timestamp": 1644025899711,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:54:32.468Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:54:32.468Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:54:32.468Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93aa0fb2-14a9-4653-89cc-8821addf5da0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644025901320,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:54:32.468Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:54:32.468Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:54:32.469Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93aa0fb2-14a9-4653-89cc-8821addf5da0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644025901422,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-02-05T01:54:32.469Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:54:32.469Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:54:32.469Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93aa0fb2-14a9-4653-89cc-8821addf5da0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644025901529,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:54:32.469Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:54:32.469Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:54:32.469Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93aa0fb2-14a9-4653-89cc-8821addf5da0",
  "consumerID": "cds",
  "timestamp": 1644025902046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:54:32.469Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:54:32.469Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:54:32.469Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93aa0fb2-14a9-4653-89cc-8821addf5da0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644025892419,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:54:32.469Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:54:32.469Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:54:32.469Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93aa0fb2-14a9-4653-89cc-8821addf5da0",
  "consumerID": "policy-id",
  "timestamp": 1644025899711,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:54:32.469Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:54:32.469Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:54:32.469Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93aa0fb2-14a9-4653-89cc-8821addf5da0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644025901320,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:54:32.470Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:54:32.470Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:54:32.470Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93aa0fb2-14a9-4653-89cc-8821addf5da0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644025901422,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:54:32.470Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:54:32.470Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:54:32.470Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93aa0fb2-14a9-4653-89cc-8821addf5da0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644025901529,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:54:32.470Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:54:32.470Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:54:32.470Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93aa0fb2-14a9-4653-89cc-8821addf5da0",
  "consumerID": "cds",
  "timestamp": 1644025902046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:54:32.470Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:54:32.470Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:54:32.470Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93aa0fb2-14a9-4653-89cc-8821addf5da0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644025892419,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T01:54:32.470Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:54:32.470Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:54:32.470Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93aa0fb2-14a9-4653-89cc-8821addf5da0",
  "consumerID": "policy-id",
  "timestamp": 1644025899711,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T01:54:32.470Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:54:32.470Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:54:32.470Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93aa0fb2-14a9-4653-89cc-8821addf5da0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644025901320,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:54:32.471Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:54:32.471Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:54:32.471Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93aa0fb2-14a9-4653-89cc-8821addf5da0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644025901422,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T01:54:32.471Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:54:32.471Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:54:32.471Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93aa0fb2-14a9-4653-89cc-8821addf5da0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644025901529,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T01:54:32.471Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:54:32.471Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:54:32.471Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93aa0fb2-14a9-4653-89cc-8821addf5da0",
  "consumerID": "cds",
  "timestamp": 1644025902046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T01:54:32.471Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:54:32.471Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:54:32.471Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93aa0fb2-14a9-4653-89cc-8821addf5da0",
  "consumerID": "clamp",
  "timestamp": 1644025907865,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:54:32.471Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:54:32.471Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:54:32.471Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93aa0fb2-14a9-4653-89cc-8821addf5da0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644025908916,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T01:54:32.471Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:54:32.471Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:54:32.471Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93aa0fb2-14a9-4653-89cc-8821addf5da0",
  "consumerID": "policy-id",
  "timestamp": 1644025908904,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T01:54:32.471Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:54:32.472Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:54:32.472Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93aa0fb2-14a9-4653-89cc-8821addf5da0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644025909125,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-05T01:54:32.472Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:54:32.472Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:54:32.472Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93aa0fb2-14a9-4653-89cc-8821addf5da0",
  "consumerID": "clamp",
  "timestamp": 1644025907865,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-02-05T01:54:32.472Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:54:32.472Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:54:32.472Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93aa0fb2-14a9-4653-89cc-8821addf5da0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644025909516,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T01:54:32.472Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:54:32.472Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:54:32.472Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93aa0fb2-14a9-4653-89cc-8821addf5da0",
  "consumerID": "cds",
  "timestamp": 1644025909620,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T01:54:32.472Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:54:32.472Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:54:32.472Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93aa0fb2-14a9-4653-89cc-8821addf5da0",
  "consumerID": "policy-id",
  "timestamp": 1644025909908,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-05T01:54:32.473Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:54:32.473Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:54:32.473Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93aa0fb2-14a9-4653-89cc-8821addf5da0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644025910302,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-05T01:54:32.473Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:54:32.473Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:54:32.473Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93aa0fb2-14a9-4653-89cc-8821addf5da0",
  "consumerID": "clamp",
  "timestamp": 1644025907865,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:54:32.473Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:54:32.473Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:54:32.473Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93aa0fb2-14a9-4653-89cc-8821addf5da0",
  "consumerID": "cds",
  "timestamp": 1644025910625,
  "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-02-05T01:54:32.477Z||pool-2-thread-5|||||WARN|500||reqdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@5bfd6101 marked as broken because of SQLSTATE(08S01), ErrorCode(1047)
java.sql.SQLNonTransientConnectionException: (conn=1629) WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
	at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
	at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
	at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
	at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
	at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
	at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
	at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
	at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
	at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
	at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
	at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
	at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
	at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
	at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
	at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
	at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
	at jdk.internal.reflect.GeneratedMethodAccessor183.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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
	at com.sun.proxy.$Proxy188.find(Unknown Source)
	at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
	at jdk.internal.reflect.GeneratedMethodAccessor179.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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
	at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
	at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
	at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy218.findById(Unknown Source)
	at org.onap.so.asdc.client.ASDCStatusCallBack.activateCallback(ASDCStatusCallBack.java:67)
	at org.onap.sdc.impl.StatusConsumer.run(StatusConsumer.java:53)
	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)
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
	... 65 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
	... 66 common frames omitted
2022-02-05T01:54:32.478Z||pool-2-thread-5|||||WARN|500||SQL Error: 1047, SQLState: 08S01
2022-02-05T01:54:32.478Z||pool-2-thread-5|||||ERROR|500||(conn=1629) WSREP has not yet prepared node for application use
2022-02-05T01:54:32.479Z||pool-2-thread-5|||||INFO|500||HHH000327: Error performing load command
org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
	at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
	at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
	at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
	at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
	at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
	at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
	at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
	at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
	at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
	at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
	at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
	at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
	at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
	at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
	at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
	at jdk.internal.reflect.GeneratedMethodAccessor183.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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
	at com.sun.proxy.$Proxy188.find(Unknown Source)
	at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
	at jdk.internal.reflect.GeneratedMethodAccessor179.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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
	at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
	at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
	at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy218.findById(Unknown Source)
	at org.onap.so.asdc.client.ASDCStatusCallBack.activateCallback(ASDCStatusCallBack.java:67)
	at org.onap.sdc.impl.StatusConsumer.run(StatusConsumer.java:53)
	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)
Caused by: java.sql.SQLNonTransientConnectionException: (conn=1629) WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
	at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
	at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
	at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
	... 60 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
	... 65 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
	... 66 common frames omitted
2022-02-05T01:54:32.480Z||pool-2-thread-5|||||ERROR|500||Application exception overridden by rollback exception
javax.persistence.PersistenceException: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
	at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:154)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3357)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
	at jdk.internal.reflect.GeneratedMethodAccessor183.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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
	at com.sun.proxy.$Proxy188.find(Unknown Source)
	at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
	at jdk.internal.reflect.GeneratedMethodAccessor179.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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
	at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
	at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
	at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy218.findById(Unknown Source)
	at org.onap.so.asdc.client.ASDCStatusCallBack.activateCallback(ASDCStatusCallBack.java:67)
	at org.onap.sdc.impl.StatusConsumer.run(StatusConsumer.java:53)
	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)
Caused by: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
	at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
	at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
	at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
	at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
	at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
	at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
	at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
	at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
	at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
	at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
	at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
	at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
	at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
	at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
	at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
	... 39 common frames omitted
Caused by: java.sql.SQLNonTransientConnectionException: (conn=1629) WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
	at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
	at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
	at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
	... 60 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
	... 65 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
	... 66 common frames omitted
2022-02-05T01:54:32.480Z||pool-2-thread-5|||||ERROR|500||Error exception occured when fetching with Cambria Client:Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
2022-02-05T01:54:32.481Z||pool-2-thread-5|||||DEBUG|500||Error exception occured when fetching with Cambria Client:Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
org.springframework.transaction.TransactionSystemException: Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
	at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:565)
	at org.springframework.transaction.support.AbstractPlatformTransactionManager.processRollback(AbstractPlatformTransactionManager.java:835)
	at org.springframework.transaction.support.AbstractPlatformTransactionManager.rollback(AbstractPlatformTransactionManager.java:809)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.completeTransactionAfterThrowing(TransactionAspectSupport.java:651)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:371)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy218.findById(Unknown Source)
	at org.onap.so.asdc.client.ASDCStatusCallBack.activateCallback(ASDCStatusCallBack.java:67)
	at org.onap.sdc.impl.StatusConsumer.run(StatusConsumer.java:53)
	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)
Caused by: org.hibernate.TransactionException: Unable to rollback against JDBC Connection
	at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:127)
	at org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl$TransactionDriverControlImpl.rollback(JdbcResourceLocalTransactionCoordinatorImpl.java:304)
	at org.hibernate.engine.transaction.internal.TransactionImpl.rollback(TransactionImpl.java:142)
	at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:561)
	... 22 common frames omitted
Caused by: java.sql.SQLException: Connection is closed
	at com.zaxxer.hikari.pool.ProxyConnection$ClosedConnection.lambda$getClosedConnection$0(ProxyConnection.java:515)
	at com.sun.proxy.$Proxy144.rollback(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyConnection.rollback(ProxyConnection.java:396)
	at com.zaxxer.hikari.pool.HikariProxyConnection.rollback(HikariProxyConnection.java)
	at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:121)
	... 25 common frames omitted
2022-02-05T01:54:58.502Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 93aa0fb2-14a9-4653-89cc-8821addf5da0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-05T01:54:58.511Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||WARN|500||reqdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@46aeed6f marked as broken because of SQLSTATE(08S01), ErrorCode(1047)
java.sql.SQLNonTransientConnectionException: (conn=1638) WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
	at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
	at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
	at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
	at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
	at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
	at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
	at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
	at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
	at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
	at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
	at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
	at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
	at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
	at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
	at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
	at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
	at jdk.internal.reflect.GeneratedMethodAccessor183.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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
	at com.sun.proxy.$Proxy188.find(Unknown Source)
	at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
	at jdk.internal.reflect.GeneratedMethodAccessor179.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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
	at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
	at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
	at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy218.findById(Unknown Source)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.getOverallDistributionStatus(WatchdogDistribution.java:75)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:647)
	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)
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
	... 67 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
	... 68 common frames omitted
2022-02-05T01:54:58.512Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||WARN|500||SQL Error: 1047, SQLState: 08S01
2022-02-05T01:54:58.513Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||ERROR|500||(conn=1638) WSREP has not yet prepared node for application use
2022-02-05T01:54:58.514Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||INFO|500||HHH000327: Error performing load command
org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
	at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
	at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
	at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
	at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
	at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
	at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
	at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
	at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
	at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
	at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
	at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
	at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
	at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
	at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
	at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
	at jdk.internal.reflect.GeneratedMethodAccessor183.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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
	at com.sun.proxy.$Proxy188.find(Unknown Source)
	at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
	at jdk.internal.reflect.GeneratedMethodAccessor179.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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
	at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
	at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
	at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy218.findById(Unknown Source)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.getOverallDistributionStatus(WatchdogDistribution.java:75)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:647)
	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)
Caused by: java.sql.SQLNonTransientConnectionException: (conn=1638) WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
	at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
	at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
	at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
	... 62 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
	... 67 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
	... 68 common frames omitted
2022-02-05T01:54:58.515Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||ERROR|500||Application exception overridden by rollback exception
javax.persistence.PersistenceException: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
	at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:154)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3357)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
	at jdk.internal.reflect.GeneratedMethodAccessor183.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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
	at com.sun.proxy.$Proxy188.find(Unknown Source)
	at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
	at jdk.internal.reflect.GeneratedMethodAccessor179.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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
	at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
	at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
	at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy218.findById(Unknown Source)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.getOverallDistributionStatus(WatchdogDistribution.java:75)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:647)
	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)
Caused by: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
	at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
	at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
	at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
	at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
	at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
	at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
	at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
	at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
	at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
	at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
	at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
	at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
	at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
	at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
	at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
	... 41 common frames omitted
Caused by: java.sql.SQLNonTransientConnectionException: (conn=1638) WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
	at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
	at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
	at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
	... 62 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
	... 67 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
	... 68 common frames omitted
2022-02-05T01:54:58.516Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||Exception occurred on getOverallDistributionStatus : Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
2022-02-05T01:54:58.516Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||ERROR|500||Exception occurred
org.springframework.transaction.TransactionSystemException: Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
	at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:565)
	at org.springframework.transaction.support.AbstractPlatformTransactionManager.processRollback(AbstractPlatformTransactionManager.java:835)
	at org.springframework.transaction.support.AbstractPlatformTransactionManager.rollback(AbstractPlatformTransactionManager.java:809)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.completeTransactionAfterThrowing(TransactionAspectSupport.java:651)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:371)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy218.findById(Unknown Source)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.getOverallDistributionStatus(WatchdogDistribution.java:75)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:647)
	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)
Caused by: org.hibernate.TransactionException: Unable to rollback against JDBC Connection
	at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:127)
	at org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl$TransactionDriverControlImpl.rollback(JdbcResourceLocalTransactionCoordinatorImpl.java:304)
	at org.hibernate.engine.transaction.internal.TransactionImpl.rollback(TransactionImpl.java:142)
	at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:561)
	... 24 common frames omitted
Caused by: java.sql.SQLException: Connection is closed
	at com.zaxxer.hikari.pool.ProxyConnection$ClosedConnection.lambda$getClosedConnection$0(ProxyConnection.java:515)
	at com.sun.proxy.$Proxy144.rollback(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyConnection.rollback(ProxyConnection.java:396)
	at com.zaxxer.hikari.pool.HikariProxyConnection.rollback(HikariProxyConnection.java)
	at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:121)
	... 27 common frames omitted
2022-02-05T01:54:58.517Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||Exception in Watchdog Loop org.springframework.transaction.TransactionSystemException: Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
2022-02-05T01:55:28.517Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 93aa0fb2-14a9-4653-89cc-8821addf5da0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-05T01:55:28.523Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||WARN|500||reqdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@2ca60cb5 marked as broken because of SQLSTATE(08S01), ErrorCode(1047)
java.sql.SQLNonTransientConnectionException: (conn=2400) WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
	at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
	at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
	at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
	at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
	at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
	at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
	at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
	at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
	at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
	at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
	at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
	at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
	at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
	at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
	at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
	at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
	at jdk.internal.reflect.GeneratedMethodAccessor183.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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
	at com.sun.proxy.$Proxy188.find(Unknown Source)
	at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
	at jdk.internal.reflect.GeneratedMethodAccessor179.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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
	at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
	at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
	at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy218.findById(Unknown Source)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.getOverallDistributionStatus(WatchdogDistribution.java:75)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:647)
	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)
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
	... 67 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
	... 68 common frames omitted
2022-02-05T01:55:28.525Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||WARN|500||SQL Error: 1047, SQLState: 08S01
2022-02-05T01:55:28.526Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||ERROR|500||(conn=2400) WSREP has not yet prepared node for application use
2022-02-05T01:55:28.528Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||INFO|500||HHH000327: Error performing load command
org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
	at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
	at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
	at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
	at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
	at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
	at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
	at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
	at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
	at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
	at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
	at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
	at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
	at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
	at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
	at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
	at jdk.internal.reflect.GeneratedMethodAccessor183.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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
	at com.sun.proxy.$Proxy188.find(Unknown Source)
	at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
	at jdk.internal.reflect.GeneratedMethodAccessor179.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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
	at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
	at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
	at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy218.findById(Unknown Source)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.getOverallDistributionStatus(WatchdogDistribution.java:75)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:647)
	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)
Caused by: java.sql.SQLNonTransientConnectionException: (conn=2400) WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
	at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
	at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
	at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
	... 62 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
	... 67 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
	... 68 common frames omitted
2022-02-05T01:55:28.530Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||ERROR|500||Application exception overridden by rollback exception
javax.persistence.PersistenceException: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
	at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:154)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3357)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
	at jdk.internal.reflect.GeneratedMethodAccessor183.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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
	at com.sun.proxy.$Proxy188.find(Unknown Source)
	at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
	at jdk.internal.reflect.GeneratedMethodAccessor179.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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
	at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
	at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
	at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy218.findById(Unknown Source)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.getOverallDistributionStatus(WatchdogDistribution.java:75)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:647)
	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)
Caused by: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
	at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
	at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
	at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
	at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
	at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
	at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
	at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
	at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
	at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
	at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
	at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
	at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
	at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
	at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
	at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
	... 41 common frames omitted
Caused by: java.sql.SQLNonTransientConnectionException: (conn=2400) WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
	at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
	at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
	at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
	... 62 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
	... 67 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
	... 68 common frames omitted
2022-02-05T01:55:28.530Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||Exception occurred on getOverallDistributionStatus : Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
2022-02-05T01:55:28.531Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||ERROR|500||Exception occurred
org.springframework.transaction.TransactionSystemException: Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
	at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:565)
	at org.springframework.transaction.support.AbstractPlatformTransactionManager.processRollback(AbstractPlatformTransactionManager.java:835)
	at org.springframework.transaction.support.AbstractPlatformTransactionManager.rollback(AbstractPlatformTransactionManager.java:809)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.completeTransactionAfterThrowing(TransactionAspectSupport.java:651)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:371)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy218.findById(Unknown Source)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.getOverallDistributionStatus(WatchdogDistribution.java:75)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:647)
	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)
Caused by: org.hibernate.TransactionException: Unable to rollback against JDBC Connection
	at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:127)
	at org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl$TransactionDriverControlImpl.rollback(JdbcResourceLocalTransactionCoordinatorImpl.java:304)
	at org.hibernate.engine.transaction.internal.TransactionImpl.rollback(TransactionImpl.java:142)
	at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:561)
	... 24 common frames omitted
Caused by: java.sql.SQLException: Connection is closed
	at com.zaxxer.hikari.pool.ProxyConnection$ClosedConnection.lambda$getClosedConnection$0(ProxyConnection.java:515)
	at com.sun.proxy.$Proxy144.rollback(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyConnection.rollback(ProxyConnection.java:396)
	at com.zaxxer.hikari.pool.HikariProxyConnection.rollback(HikariProxyConnection.java)
	at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:121)
	... 27 common frames omitted
2022-02-05T01:55:28.531Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||Exception in Watchdog Loop org.springframework.transaction.TransactionSystemException: Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
2022-02-05T01:55:32.421Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:55:32.422Z||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-02-05T01:55:32.422Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:55:32.446Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:55:32.448Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:55:32.448Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ec128e-04b1-402d-b82d-cda4c8440e76",
  "consumerID": "clamp",
  "timestamp": 1644025948974,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:55:32.448Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:55:32.449Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:55:32.449Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d8409b-3c09-45a6-901f-d66e0b69df7d",
  "consumerID": "cds",
  "timestamp": 1644025947046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:55:32.449Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:55:32.449Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:55:32.449Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ec128e-04b1-402d-b82d-cda4c8440e76",
  "consumerID": "aai-ml",
  "timestamp": 1644025920673,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:55:32.449Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:55:32.449Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:55:32.449Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d8409b-3c09-45a6-901f-d66e0b69df7d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644025941320,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:55:32.449Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:55:32.449Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:55:32.449Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d8409b-3c09-45a6-901f-d66e0b69df7d",
  "consumerID": "policy-id",
  "timestamp": 1644025942924,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T01:55:32.449Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:55:32.449Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:55:32.450Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ec128e-04b1-402d-b82d-cda4c8440e76",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644025953288,
  "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-02-05T01:55:32.465Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 01ec128e-04b1-402d-b82d-cda4c8440e76
2022-02-05T01:55:32.465Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 01ec128e-04b1-402d-b82d-cda4c8440e76 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-02-05T01:55:32.472Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:55:32.472Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ec128e-04b1-402d-b82d-cda4c8440e76",
  "consumerID": "clamp",
  "timestamp": 1644025948974,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:55:32.472Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:55:32.472Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:55:32.472Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d8409b-3c09-45a6-901f-d66e0b69df7d",
  "consumerID": "cds",
  "timestamp": 1644025947046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:55:32.472Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:55:32.473Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:55:32.473Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ec128e-04b1-402d-b82d-cda4c8440e76",
  "consumerID": "aai-ml",
  "timestamp": 1644025920673,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:55:32.473Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:55:32.473Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:55:32.473Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ec128e-04b1-402d-b82d-cda4c8440e76",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644025954291,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-05T01:55:32.473Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:55:32.473Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:55:32.473Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d8409b-3c09-45a6-901f-d66e0b69df7d",
  "consumerID": "policy-id",
  "timestamp": 1644025954474,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T01:55:32.473Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:55:32.473Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:55:32.474Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ec128e-04b1-402d-b82d-cda4c8440e76",
  "consumerID": "clamp",
  "timestamp": 1644025948974,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:55:32.474Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:55:32.474Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:55:32.474Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d8409b-3c09-45a6-901f-d66e0b69df7d",
  "consumerID": "cds",
  "timestamp": 1644025947046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:55:32.474Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:55:32.474Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:55:32.474Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ec128e-04b1-402d-b82d-cda4c8440e76",
  "consumerID": "aai-ml",
  "timestamp": 1644025920673,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:55:32.474Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:55:32.474Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:55:32.474Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d8409b-3c09-45a6-901f-d66e0b69df7d",
  "consumerID": "policy-id",
  "timestamp": 1644025955477,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-05T01:55:32.474Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:55:32.474Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:55:32.474Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ec128e-04b1-402d-b82d-cda4c8440e76",
  "consumerID": "clamp",
  "timestamp": 1644025948974,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:55:32.474Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:55:32.474Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:55:32.475Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d8409b-3c09-45a6-901f-d66e0b69df7d",
  "consumerID": "cds",
  "timestamp": 1644025947046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:55:32.475Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:55:32.475Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:55:32.475Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ec128e-04b1-402d-b82d-cda4c8440e76",
  "consumerID": "aai-ml",
  "timestamp": 1644025920673,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:55:32.475Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:55:32.475Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:55:32.475Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d8409b-3c09-45a6-901f-d66e0b69df7d",
  "consumerID": "policy-id",
  "timestamp": 1644025956479,
  "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-02-05T01:55:32.484Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 60d8409b-3c09-45a6-901f-d66e0b69df7d
2022-02-05T01:55:32.484Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 60d8409b-3c09-45a6-901f-d66e0b69df7d 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-02-05T01:55:32.490Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:55:32.490Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ec128e-04b1-402d-b82d-cda4c8440e76",
  "consumerID": "clamp",
  "timestamp": 1644025948974,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T01:55:32.490Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:55:32.491Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:55:32.491Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d8409b-3c09-45a6-901f-d66e0b69df7d",
  "consumerID": "cds",
  "timestamp": 1644025947046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T01:55:32.491Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:55:32.491Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:55:32.491Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ec128e-04b1-402d-b82d-cda4c8440e76",
  "consumerID": "aai-ml",
  "timestamp": 1644025920673,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:55:32.491Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:55:32.491Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:55:32.491Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d8409b-3c09-45a6-901f-d66e0b69df7d",
  "consumerID": "cds",
  "timestamp": 1644025957879,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T01:55:32.491Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:55:32.491Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:55:32.491Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ec128e-04b1-402d-b82d-cda4c8440e76",
  "consumerID": "aai-ml",
  "timestamp": 1644025920673,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:55:32.492Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:55:32.492Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:55:32.492Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ec128e-04b1-402d-b82d-cda4c8440e76",
  "consumerID": "aai-ml",
  "timestamp": 1644025920673,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:55:32.492Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:55:32.492Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:55:32.492Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d8409b-3c09-45a6-901f-d66e0b69df7d",
  "consumerID": "cds",
  "timestamp": 1644025959165,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-05T01:55:32.496Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 60d8409b-3c09-45a6-901f-d66e0b69df7d
2022-02-05T01:55:32.496Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 60d8409b-3c09-45a6-901f-d66e0b69df7d 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-02-05T01:55:32.502Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:55:32.502Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ec128e-04b1-402d-b82d-cda4c8440e76",
  "consumerID": "aai-ml",
  "timestamp": 1644025920673,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T01:55:32.502Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:55:32.502Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:55:32.503Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ec128e-04b1-402d-b82d-cda4c8440e76",
  "consumerID": "aai-ml",
  "timestamp": 1644025961338,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T01:55:32.503Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:55:32.503Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:55:32.503Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ec128e-04b1-402d-b82d-cda4c8440e76",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644025961529,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:55:32.503Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:55:32.503Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:55:32.503Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d8409b-3c09-45a6-901f-d66e0b69df7d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644025961422,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:55:32.503Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:55:32.503Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:55:32.503Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ec128e-04b1-402d-b82d-cda4c8440e76",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644025961529,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:55:32.503Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:55:32.503Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:55:32.503Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d8409b-3c09-45a6-901f-d66e0b69df7d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644025961422,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-02-05T01:55:32.503Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:55:32.503Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:55:32.504Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ec128e-04b1-402d-b82d-cda4c8440e76",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644025961529,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:55:32.504Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:55:32.504Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:55:32.504Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d8409b-3c09-45a6-901f-d66e0b69df7d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644025961422,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-02-05T01:55:32.504Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:55:32.504Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:55:32.504Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ec128e-04b1-402d-b82d-cda4c8440e76",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644025961529,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:55:32.504Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:55:32.504Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:55:32.504Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d8409b-3c09-45a6-901f-d66e0b69df7d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644025961422,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:55:32.504Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:55:32.504Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:55:32.504Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ec128e-04b1-402d-b82d-cda4c8440e76",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644025961529,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:55:32.504Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:55:32.505Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:55:32.505Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d8409b-3c09-45a6-901f-d66e0b69df7d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644025961422,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-02-05T01:55:32.505Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:55:32.505Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:55:32.505Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ec128e-04b1-402d-b82d-cda4c8440e76",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644025961529,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:55:32.505Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:55:32.505Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:55:32.505Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ec128e-04b1-402d-b82d-cda4c8440e76",
  "consumerID": "aai-ml",
  "timestamp": 1644025967054,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-05T01:55:32.505Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:55:32.505Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:55:32.505Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d8409b-3c09-45a6-901f-d66e0b69df7d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644025961422,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-02-05T01:55:32.505Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:55:32.505Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:55:32.505Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ec128e-04b1-402d-b82d-cda4c8440e76",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644025961529,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:55:32.505Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:55:32.505Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:55:32.505Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ec128e-04b1-402d-b82d-cda4c8440e76",
  "consumerID": "aai-ml",
  "timestamp": 1644025968056,
  "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-02-05T01:55:32.509Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 01ec128e-04b1-402d-b82d-cda4c8440e76
2022-02-05T01:55:32.510Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 01ec128e-04b1-402d-b82d-cda4c8440e76 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-02-05T01:55:32.515Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:55:32.516Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d8409b-3c09-45a6-901f-d66e0b69df7d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644025961422,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-02-05T01:55:32.516Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:55:32.516Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:55:32.516Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ec128e-04b1-402d-b82d-cda4c8440e76",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644025961529,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T01:55:32.516Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:55:32.516Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:55:32.516Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d8409b-3c09-45a6-901f-d66e0b69df7d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644025961422,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:55:32.516Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:55:32.516Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:55:32.516Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d8409b-3c09-45a6-901f-d66e0b69df7d",
  "consumerID": "aai-ml",
  "timestamp": 1644025969059,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:55:32.516Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:55:32.516Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:55:32.516Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ec128e-04b1-402d-b82d-cda4c8440e76",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644025969723,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T01:55:32.516Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:55:32.516Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:55:32.516Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ec128e-04b1-402d-b82d-cda4c8440e76",
  "consumerID": "clamp",
  "timestamp": 1644025969942,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T01:55:32.516Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:55:32.516Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:55:32.517Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d8409b-3c09-45a6-901f-d66e0b69df7d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644025961422,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:55:32.517Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:55:32.517Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:55:32.517Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d8409b-3c09-45a6-901f-d66e0b69df7d",
  "consumerID": "aai-ml",
  "timestamp": 1644025969059,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:55:32.517Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:55:32.517Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:55:32.517Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d8409b-3c09-45a6-901f-d66e0b69df7d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644025961422,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T01:55:32.517Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:55:32.517Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:55:32.517Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d8409b-3c09-45a6-901f-d66e0b69df7d",
  "consumerID": "aai-ml",
  "timestamp": 1644025969059,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:55:32.517Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:55:32.517Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:55:32.517Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ec128e-04b1-402d-b82d-cda4c8440e76",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644025971738,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-05T01:55:32.517Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:55:32.517Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:55:32.517Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d8409b-3c09-45a6-901f-d66e0b69df7d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644025972206,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-05T01:55:32.517Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:55:32.517Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:55:32.517Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d8409b-3c09-45a6-901f-d66e0b69df7d",
  "consumerID": "aai-ml",
  "timestamp": 1644025969059,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:55:32.517Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:55:32.518Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:55:32.518Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ec128e-04b1-402d-b82d-cda4c8440e76",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644025972741,
  "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-02-05T01:55:32.522Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 01ec128e-04b1-402d-b82d-cda4c8440e76
2022-02-05T01:55:32.522Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 01ec128e-04b1-402d-b82d-cda4c8440e76 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-02-05T01:55:32.527Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:55:32.527Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ec128e-04b1-402d-b82d-cda4c8440e76",
  "consumerID": "clamp",
  "timestamp": 1644025972947,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-05T01:55:32.528Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:55:32.528Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:55:32.528Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d8409b-3c09-45a6-901f-d66e0b69df7d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644025973312,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-05T01:55:32.528Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:55:32.528Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:55:32.528Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d8409b-3c09-45a6-901f-d66e0b69df7d",
  "consumerID": "aai-ml",
  "timestamp": 1644025969059,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:55:32.528Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:55:32.528Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:55:32.528Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ec128e-04b1-402d-b82d-cda4c8440e76",
  "consumerID": "clamp",
  "timestamp": 1644025973950,
  "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-02-05T01:55:32.532Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 01ec128e-04b1-402d-b82d-cda4c8440e76
2022-02-05T01:55:32.532Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 01ec128e-04b1-402d-b82d-cda4c8440e76 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-02-05T01:55:32.538Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:55:32.538Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d8409b-3c09-45a6-901f-d66e0b69df7d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644025974506,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-02-05T01:55:32.538Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:55:32.538Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:55:32.538Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d8409b-3c09-45a6-901f-d66e0b69df7d",
  "consumerID": "aai-ml",
  "timestamp": 1644025969059,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:55:32.539Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:55:32.539Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:55:32.539Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d8409b-3c09-45a6-901f-d66e0b69df7d",
  "consumerID": "clamp",
  "timestamp": 1644025948974,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:55:32.539Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:55:32.539Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:55:32.539Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d8409b-3c09-45a6-901f-d66e0b69df7d",
  "consumerID": "aai-ml",
  "timestamp": 1644025969059,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:55:32.539Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:55:32.539Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:55:32.539Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d8409b-3c09-45a6-901f-d66e0b69df7d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644025975713,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-02-05T01:55:32.539Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:55:32.539Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:55:32.539Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d8409b-3c09-45a6-901f-d66e0b69df7d",
  "consumerID": "clamp",
  "timestamp": 1644025948974,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-02-05T01:55:32.539Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:55:32.539Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:55:32.539Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d8409b-3c09-45a6-901f-d66e0b69df7d",
  "consumerID": "aai-ml",
  "timestamp": 1644025969059,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:55:32.540Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:55:32.540Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:55:32.540Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d8409b-3c09-45a6-901f-d66e0b69df7d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644025976791,
  "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-02-05T01:55:32.544Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 60d8409b-3c09-45a6-901f-d66e0b69df7d
2022-02-05T01:55:32.544Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 60d8409b-3c09-45a6-901f-d66e0b69df7d 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-02-05T01:55:32.550Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:55:32.550Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d8409b-3c09-45a6-901f-d66e0b69df7d",
  "consumerID": "clamp",
  "timestamp": 1644025948974,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:55:32.550Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:55:32.550Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:55:32.550Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d8409b-3c09-45a6-901f-d66e0b69df7d",
  "consumerID": "aai-ml",
  "timestamp": 1644025969059,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:55:32.550Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:55:32.550Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:55:32.550Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d8409b-3c09-45a6-901f-d66e0b69df7d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644025977794,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-05T01:55:32.550Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:55:32.550Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:55:32.551Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d8409b-3c09-45a6-901f-d66e0b69df7d",
  "consumerID": "clamp",
  "timestamp": 1644025948974,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:55:32.551Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:55:32.551Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:55:32.551Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d8409b-3c09-45a6-901f-d66e0b69df7d",
  "consumerID": "aai-ml",
  "timestamp": 1644025969059,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T01:55:32.551Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:55:32.551Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:55:32.551Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d8409b-3c09-45a6-901f-d66e0b69df7d",
  "consumerID": "clamp",
  "timestamp": 1644025948974,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:55:32.551Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:55:32.551Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:55:32.551Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d8409b-3c09-45a6-901f-d66e0b69df7d",
  "consumerID": "aai-ml",
  "timestamp": 1644025979839,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T01:55:32.551Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:55:32.551Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:55:32.551Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d8409b-3c09-45a6-901f-d66e0b69df7d",
  "consumerID": "clamp",
  "timestamp": 1644025948974,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:55:32.551Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:55:32.551Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:55:32.551Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d8409b-3c09-45a6-901f-d66e0b69df7d",
  "consumerID": "clamp",
  "timestamp": 1644025948974,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:55:32.552Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:55:32.552Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:55:32.552Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d8409b-3c09-45a6-901f-d66e0b69df7d",
  "consumerID": "clamp",
  "timestamp": 1644025948974,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:55:32.552Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:55:32.552Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:55:32.552Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d8409b-3c09-45a6-901f-d66e0b69df7d",
  "consumerID": "clamp",
  "timestamp": 1644025948974,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:55:32.552Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:55:32.552Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:55:32.552Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d8409b-3c09-45a6-901f-d66e0b69df7d",
  "consumerID": "clamp",
  "timestamp": 1644025948974,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T01:55:32.552Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:55:32.552Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:55:32.552Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d8409b-3c09-45a6-901f-d66e0b69df7d",
  "consumerID": "aai-ml",
  "timestamp": 1644025987263,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-05T01:55:32.552Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:55:32.552Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:55:32.552Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d8409b-3c09-45a6-901f-d66e0b69df7d",
  "consumerID": "aai-ml",
  "timestamp": 1644025988268,
  "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-02-05T01:55:32.556Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 60d8409b-3c09-45a6-901f-d66e0b69df7d
2022-02-05T01:55:32.557Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 60d8409b-3c09-45a6-901f-d66e0b69df7d 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-02-05T01:55:32.563Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:55:32.563Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d8409b-3c09-45a6-901f-d66e0b69df7d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644025991529,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:55:32.563Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:55:32.563Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:55:32.563Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d8409b-3c09-45a6-901f-d66e0b69df7d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644025991529,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:55:32.563Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:55:32.563Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:55:32.563Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d8409b-3c09-45a6-901f-d66e0b69df7d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644025991529,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:55:32.563Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:55:32.563Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:55:32.563Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d8409b-3c09-45a6-901f-d66e0b69df7d",
  "consumerID": "clamp",
  "timestamp": 1644025994945,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T01:55:32.563Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:55:32.563Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:55:32.563Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d8409b-3c09-45a6-901f-d66e0b69df7d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644025991529,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:55:32.563Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:55:32.564Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:55:32.564Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d8409b-3c09-45a6-901f-d66e0b69df7d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644025991529,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:55:32.564Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:55:32.564Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:55:32.564Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d8409b-3c09-45a6-901f-d66e0b69df7d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644025991529,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:55:32.564Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:55:32.564Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:55:32.564Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d8409b-3c09-45a6-901f-d66e0b69df7d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644025991529,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:55:32.564Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:55:32.564Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:55:32.564Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d8409b-3c09-45a6-901f-d66e0b69df7d",
  "consumerID": "clamp",
  "timestamp": 1644025998949,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-05T01:55:32.564Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:55:32.564Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:55:32.564Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d8409b-3c09-45a6-901f-d66e0b69df7d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644025991529,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:55:32.564Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:55:32.564Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:55:32.564Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d8409b-3c09-45a6-901f-d66e0b69df7d",
  "consumerID": "clamp",
  "timestamp": 1644025999953,
  "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-02-05T01:55:32.568Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 60d8409b-3c09-45a6-901f-d66e0b69df7d
2022-02-05T01:55:32.568Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 60d8409b-3c09-45a6-901f-d66e0b69df7d 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-02-05T01:55:32.574Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:55:32.574Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d8409b-3c09-45a6-901f-d66e0b69df7d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644025991529,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:55:32.574Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:55:32.574Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:55:32.574Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d8409b-3c09-45a6-901f-d66e0b69df7d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644025991529,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T01:55:32.574Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:55:32.575Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:55:32.575Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d8409b-3c09-45a6-901f-d66e0b69df7d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644026002327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T01:55:32.575Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:55:32.575Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:55:32.575Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d8409b-3c09-45a6-901f-d66e0b69df7d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644026004422,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-05T01:55:32.575Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:55:32.575Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:55:32.575Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d8409b-3c09-45a6-901f-d66e0b69df7d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644026005425,
  "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-02-05T01:55:32.578Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 60d8409b-3c09-45a6-901f-d66e0b69df7d
2022-02-05T01:55:32.579Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 60d8409b-3c09-45a6-901f-d66e0b69df7d 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-02-05T01:55:32.584Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:55:32.584Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ac9badc-d599-4fa7-87d8-604ef2dee358",
  "consumerID": "cds",
  "timestamp": 1644026007046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf74fdnywrqmkjiowfmah2/1.0/resourceInstances/pnf33bfe88859730/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:55:32.585Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:55:32.585Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:55:32.585Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ac9badc-d599-4fa7-87d8-604ef2dee358",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644026001320,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf74fdnywrqmkjiowfmah2/1.0/resourceInstances/pnf33bfe88859730/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:55:32.585Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:55:32.585Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:55:32.585Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ac9badc-d599-4fa7-87d8-604ef2dee358",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644026001422,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf74fdnywrqmkjiowfmah2/1.0/resourceInstances/pnf33bfe88859730/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:55:32.585Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:55:32.585Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:55:32.585Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ac9badc-d599-4fa7-87d8-604ef2dee358",
  "consumerID": "clamp",
  "timestamp": 1644026000956,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf74fdnywrqmkjiowfmah2/1.0/resourceInstances/pnf33bfe88859730/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:55:32.585Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:55:32.585Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:55:32.585Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ac9badc-d599-4fa7-87d8-604ef2dee358",
  "consumerID": "aai-ml",
  "timestamp": 1644026010673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf74fdnywrqmkjiowfmah2/1.0/resourceInstances/pnf33bfe88859730/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:55:32.585Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:55:32.586Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:55:32.586Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ac9badc-d599-4fa7-87d8-604ef2dee358",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644026001422,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf74fdnywrqmkjiowfmah2/1.0/resourceInstances/pnf33bfe88859730/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:55:32.586Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:55:32.586Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:55:32.586Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ac9badc-d599-4fa7-87d8-604ef2dee358",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644026001320,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf74fdnywrqmkjiowfmah2/1.0/resourceInstances/pnf33bfe88859730/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:55:32.586Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:55:32.586Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:55:32.586Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ac9badc-d599-4fa7-87d8-604ef2dee358",
  "consumerID": "cds",
  "timestamp": 1644026007046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf74fdnywrqmkjiowfmah2/1.0/resourceInstances/pnf33bfe88859730/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:55:32.586Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:55:32.586Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:55:32.586Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ac9badc-d599-4fa7-87d8-604ef2dee358",
  "consumerID": "clamp",
  "timestamp": 1644026000956,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf74fdnywrqmkjiowfmah2/1.0/resourceInstances/pnf33bfe88859730/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:55:32.586Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:55:32.586Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:55:32.586Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ac9badc-d599-4fa7-87d8-604ef2dee358",
  "consumerID": "aai-ml",
  "timestamp": 1644026010673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf74fdnywrqmkjiowfmah2/1.0/resourceInstances/pnf33bfe88859730/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:55:32.586Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:55:58.531Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 93aa0fb2-14a9-4653-89cc-8821addf5da0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-05T01:55:58.543Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 93aa0fb2-14a9-4653-89cc-8821addf5da0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-05T01:55:58.544Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-05T01:55:58.545Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-05T01:55:58.545Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-05T01:56:28.545Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 93aa0fb2-14a9-4653-89cc-8821addf5da0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-05T01:56:28.554Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 93aa0fb2-14a9-4653-89cc-8821addf5da0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-05T01:56:28.556Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-05T01:56:28.556Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-05T01:56:28.556Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-05T01:56:32.421Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:56:32.422Z||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-02-05T01:56:32.422Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:56:32.446Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:56:32.447Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:56:32.448Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ac9badc-d599-4fa7-87d8-604ef2dee358",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644026001320,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf74fdnywrqmkjiowfmah2/1.0/resourceInstances/pnf33bfe88859730/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:56:32.448Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:56:32.449Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:56:32.449Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ac9badc-d599-4fa7-87d8-604ef2dee358",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644026001422,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf74fdnywrqmkjiowfmah2/1.0/resourceInstances/pnf33bfe88859730/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:56:32.449Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:56:32.449Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:56:32.449Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ac9badc-d599-4fa7-87d8-604ef2dee358",
  "consumerID": "cds",
  "timestamp": 1644026007046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf74fdnywrqmkjiowfmah2/1.0/resourceInstances/pnf33bfe88859730/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:56:32.449Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:56:32.449Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:56:32.449Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ac9badc-d599-4fa7-87d8-604ef2dee358",
  "consumerID": "clamp",
  "timestamp": 1644026000956,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf74fdnywrqmkjiowfmah2/1.0/resourceInstances/pnf33bfe88859730/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:56:32.450Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:56:32.450Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:56:32.450Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ac9badc-d599-4fa7-87d8-604ef2dee358",
  "consumerID": "aai-ml",
  "timestamp": 1644026010673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf74fdnywrqmkjiowfmah2/1.0/resourceInstances/pnf33bfe88859730/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:56:32.450Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:56:32.450Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:56:32.450Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ac9badc-d599-4fa7-87d8-604ef2dee358",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644026001422,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf74fdnywrqmkjiowfmah2/1.0/resourceInstances/pnf33bfe88859730/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:56:32.450Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:56:32.450Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:56:32.450Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ac9badc-d599-4fa7-87d8-604ef2dee358",
  "consumerID": "cds",
  "timestamp": 1644026007046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf74fdnywrqmkjiowfmah2/1.0/resourceInstances/pnf33bfe88859730/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:56:32.450Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:56:32.451Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:56:32.451Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ac9badc-d599-4fa7-87d8-604ef2dee358",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644026001320,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf74fdnywrqmkjiowfmah2/1.0/resourceInstances/pnf33bfe88859730/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:56:32.451Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:56:32.451Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:56:32.451Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ac9badc-d599-4fa7-87d8-604ef2dee358",
  "consumerID": "clamp",
  "timestamp": 1644026000956,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf74fdnywrqmkjiowfmah2/1.0/resourceInstances/pnf33bfe88859730/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:56:32.451Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:56:32.451Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:56:32.451Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ac9badc-d599-4fa7-87d8-604ef2dee358",
  "consumerID": "aai-ml",
  "timestamp": 1644026010673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf74fdnywrqmkjiowfmah2/1.0/resourceInstances/pnf33bfe88859730/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:56:32.451Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:56:32.451Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:56:32.451Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ac9badc-d599-4fa7-87d8-604ef2dee358",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644026001320,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf74fdnywrqmkjiowfmah2/1.0/resourceInstances/pnf33bfe88859730/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:56:32.452Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:56:32.452Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:56:32.452Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ac9badc-d599-4fa7-87d8-604ef2dee358",
  "consumerID": "cds",
  "timestamp": 1644026007046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf74fdnywrqmkjiowfmah2/1.0/resourceInstances/pnf33bfe88859730/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:56:32.452Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:56:32.452Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:56:32.452Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ac9badc-d599-4fa7-87d8-604ef2dee358",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644026001422,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf74fdnywrqmkjiowfmah2/1.0/resourceInstances/pnf33bfe88859730/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:56:32.452Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:56:32.452Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:56:32.452Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ac9badc-d599-4fa7-87d8-604ef2dee358",
  "consumerID": "clamp",
  "timestamp": 1644026000956,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf74fdnywrqmkjiowfmah2/1.0/resourceInstances/pnf33bfe88859730/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:56:32.452Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:56:32.452Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:56:32.453Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ac9badc-d599-4fa7-87d8-604ef2dee358",
  "consumerID": "aai-ml",
  "timestamp": 1644026010673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf74fdnywrqmkjiowfmah2/1.0/resourceInstances/pnf33bfe88859730/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:56:32.453Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:56:32.453Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:56:32.453Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ac9badc-d599-4fa7-87d8-604ef2dee358",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644026001422,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf74fdnywrqmkjiowfmah2/1.0/resourceInstances/pnf33bfe88859730/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:56:32.453Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:56:32.453Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:56:32.453Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ac9badc-d599-4fa7-87d8-604ef2dee358",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644026001320,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf74fdnywrqmkjiowfmah2/1.0/resourceInstances/pnf33bfe88859730/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-02-05T01:56:32.454Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:56:32.454Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:56:32.454Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ac9badc-d599-4fa7-87d8-604ef2dee358",
  "consumerID": "cds",
  "timestamp": 1644026007046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf74fdnywrqmkjiowfmah2/1.0/resourceInstances/pnf33bfe88859730/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:56:32.454Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:56:32.454Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:56:32.454Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ac9badc-d599-4fa7-87d8-604ef2dee358",
  "consumerID": "clamp",
  "timestamp": 1644026000956,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf74fdnywrqmkjiowfmah2/1.0/resourceInstances/pnf33bfe88859730/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:56:32.455Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:56:32.455Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:56:32.455Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ac9badc-d599-4fa7-87d8-604ef2dee358",
  "consumerID": "aai-ml",
  "timestamp": 1644026010673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf74fdnywrqmkjiowfmah2/1.0/resourceInstances/pnf33bfe88859730/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:56:32.455Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:56:32.455Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:56:32.455Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ac9badc-d599-4fa7-87d8-604ef2dee358",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644026001320,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf74fdnywrqmkjiowfmah2/1.0/artifacts/service-DemoPnf74fdnywrqmkjiowfmah2-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:56:32.455Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:56:32.455Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:56:32.455Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ac9badc-d599-4fa7-87d8-604ef2dee358",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644026001422,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf74fdnywrqmkjiowfmah2/1.0/artifacts/service-DemoPnf74fdnywrqmkjiowfmah2-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:56:32.456Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:56:32.456Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:56:32.456Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ac9badc-d599-4fa7-87d8-604ef2dee358",
  "consumerID": "clamp",
  "timestamp": 1644026000956,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf74fdnywrqmkjiowfmah2/1.0/artifacts/service-DemoPnf74fdnywrqmkjiowfmah2-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:56:32.456Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:56:32.456Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:56:32.456Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ac9badc-d599-4fa7-87d8-604ef2dee358",
  "consumerID": "cds",
  "timestamp": 1644026007046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf74fdnywrqmkjiowfmah2/1.0/artifacts/service-DemoPnf74fdnywrqmkjiowfmah2-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:56:32.456Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:56:32.456Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:56:32.456Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ac9badc-d599-4fa7-87d8-604ef2dee358",
  "consumerID": "aai-ml",
  "timestamp": 1644026010673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf74fdnywrqmkjiowfmah2/1.0/artifacts/service-DemoPnf74fdnywrqmkjiowfmah2-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:56:32.456Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:56:32.457Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:56:32.457Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ac9badc-d599-4fa7-87d8-604ef2dee358",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644026001422,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf74fdnywrqmkjiowfmah2/1.0/artifacts/service-DemoPnf74fdnywrqmkjiowfmah2-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T01:56:32.457Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:56:32.457Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:56:32.457Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ac9badc-d599-4fa7-87d8-604ef2dee358",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644026001320,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf74fdnywrqmkjiowfmah2/1.0/artifacts/service-DemoPnf74fdnywrqmkjiowfmah2-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:56:32.457Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:56:32.457Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:56:32.457Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ac9badc-d599-4fa7-87d8-604ef2dee358",
  "consumerID": "cds",
  "timestamp": 1644026007046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf74fdnywrqmkjiowfmah2/1.0/artifacts/service-DemoPnf74fdnywrqmkjiowfmah2-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T01:56:32.457Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:56:32.458Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:56:32.458Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ac9badc-d599-4fa7-87d8-604ef2dee358",
  "consumerID": "clamp",
  "timestamp": 1644026000956,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf74fdnywrqmkjiowfmah2/1.0/artifacts/service-DemoPnf74fdnywrqmkjiowfmah2-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T01:56:32.458Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:56:32.458Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:56:32.458Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ac9badc-d599-4fa7-87d8-604ef2dee358",
  "consumerID": "aai-ml",
  "timestamp": 1644026010673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf74fdnywrqmkjiowfmah2/1.0/artifacts/service-DemoPnf74fdnywrqmkjiowfmah2-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T01:56:32.458Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:56:32.458Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:56:32.458Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ac9badc-d599-4fa7-87d8-604ef2dee358",
  "consumerID": "cds",
  "timestamp": 1644026019218,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf74fdnywrqmkjiowfmah2/1.0/artifacts/service-DemoPnf74fdnywrqmkjiowfmah2-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T01:56:32.458Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:56:32.459Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:56:32.459Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ac9badc-d599-4fa7-87d8-604ef2dee358",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644026019322,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf74fdnywrqmkjiowfmah2/1.0/resourceInstances/pnf33bfe88859730/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-05T01:56:32.459Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:56:32.459Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:56:32.459Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ac9badc-d599-4fa7-87d8-604ef2dee358",
  "consumerID": "aai-ml",
  "timestamp": 1644026019574,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf74fdnywrqmkjiowfmah2/1.0/artifacts/service-DemoPnf74fdnywrqmkjiowfmah2-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T01:56:32.459Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:56:32.459Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:56:32.459Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ac9badc-d599-4fa7-87d8-604ef2dee358",
  "consumerID": "cds",
  "timestamp": 1644026020227,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf74fdnywrqmkjiowfmah2/1.0/artifacts/service-DemoPnf74fdnywrqmkjiowfmah2-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-02-05T01:56:32.472Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8ac9badc-d599-4fa7-87d8-604ef2dee358
2022-02-05T01:56:32.472Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8ac9badc-d599-4fa7-87d8-604ef2dee358 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-02-05T01:56:32.478Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:56:32.478Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ac9badc-d599-4fa7-87d8-604ef2dee358",
  "consumerID": "policy-id",
  "timestamp": 1644026019711,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf74fdnywrqmkjiowfmah2/1.0/resourceInstances/pnf33bfe88859730/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:56:32.478Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:56:32.478Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:56:32.478Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ac9badc-d599-4fa7-87d8-604ef2dee358",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644026020503,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf74fdnywrqmkjiowfmah2/1.0/resourceInstances/pnf33bfe88859730/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-02-05T01:56:32.478Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:56:32.478Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:56:32.478Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ac9badc-d599-4fa7-87d8-604ef2dee358",
  "consumerID": "policy-id",
  "timestamp": 1644026019711,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf74fdnywrqmkjiowfmah2/1.0/resourceInstances/pnf33bfe88859730/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:56:32.479Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:56:32.479Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:56:32.479Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ac9badc-d599-4fa7-87d8-604ef2dee358",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644026021506,
  "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-02-05T01:56:32.482Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 8ac9badc-d599-4fa7-87d8-604ef2dee358
2022-02-05T01:56:32.482Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8ac9badc-d599-4fa7-87d8-604ef2dee358 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-02-05T01:56:32.489Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:56:32.489Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ac9badc-d599-4fa7-87d8-604ef2dee358",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644026021529,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf74fdnywrqmkjiowfmah2/1.0/resourceInstances/pnf33bfe88859730/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:56:32.489Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:56:32.489Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:56:32.490Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ac9badc-d599-4fa7-87d8-604ef2dee358",
  "consumerID": "policy-id",
  "timestamp": 1644026019711,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf74fdnywrqmkjiowfmah2/1.0/resourceInstances/pnf33bfe88859730/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:56:32.490Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:56:32.490Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:56:32.490Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ac9badc-d599-4fa7-87d8-604ef2dee358",
  "consumerID": "clamp",
  "timestamp": 1644026022950,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf74fdnywrqmkjiowfmah2/1.0/artifacts/service-DemoPnf74fdnywrqmkjiowfmah2-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T01:56:32.490Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:56:32.490Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:56:32.490Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ac9badc-d599-4fa7-87d8-604ef2dee358",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644026021529,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf74fdnywrqmkjiowfmah2/1.0/resourceInstances/pnf33bfe88859730/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:56:32.490Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:56:32.490Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:56:32.490Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ac9badc-d599-4fa7-87d8-604ef2dee358",
  "consumerID": "policy-id",
  "timestamp": 1644026019711,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf74fdnywrqmkjiowfmah2/1.0/resourceInstances/pnf33bfe88859730/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:56:32.490Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:56:32.490Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:56:32.490Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ac9badc-d599-4fa7-87d8-604ef2dee358",
  "consumerID": "aai-ml",
  "timestamp": 1644026023515,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf74fdnywrqmkjiowfmah2/1.0/artifacts/service-DemoPnf74fdnywrqmkjiowfmah2-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-05T01:56:32.490Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:56:32.491Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:56:32.491Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ac9badc-d599-4fa7-87d8-604ef2dee358",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644026021529,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf74fdnywrqmkjiowfmah2/1.0/resourceInstances/pnf33bfe88859730/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:56:32.491Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:56:32.491Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:56:32.491Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ac9badc-d599-4fa7-87d8-604ef2dee358",
  "consumerID": "policy-id",
  "timestamp": 1644026019711,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf74fdnywrqmkjiowfmah2/1.0/resourceInstances/pnf33bfe88859730/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:56:32.491Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:56:32.491Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:56:32.491Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ac9badc-d599-4fa7-87d8-604ef2dee358",
  "consumerID": "aai-ml",
  "timestamp": 1644026024518,
  "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-02-05T01:56:32.495Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8ac9badc-d599-4fa7-87d8-604ef2dee358
2022-02-05T01:56:32.495Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8ac9badc-d599-4fa7-87d8-604ef2dee358 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-02-05T01:56:32.501Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:56:32.501Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ac9badc-d599-4fa7-87d8-604ef2dee358",
  "consumerID": "clamp",
  "timestamp": 1644026024960,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf74fdnywrqmkjiowfmah2/1.0/artifacts/service-DemoPnf74fdnywrqmkjiowfmah2-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-05T01:56:32.501Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:56:32.502Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:56:32.502Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ac9badc-d599-4fa7-87d8-604ef2dee358",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644026021529,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf74fdnywrqmkjiowfmah2/1.0/resourceInstances/pnf33bfe88859730/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:56:32.502Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:56:32.502Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:56:32.502Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ac9badc-d599-4fa7-87d8-604ef2dee358",
  "consumerID": "policy-id",
  "timestamp": 1644026019711,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf74fdnywrqmkjiowfmah2/1.0/resourceInstances/pnf33bfe88859730/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:56:32.502Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:56:32.502Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:56:32.502Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ac9badc-d599-4fa7-87d8-604ef2dee358",
  "consumerID": "clamp",
  "timestamp": 1644026025963,
  "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-02-05T01:56:32.506Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8ac9badc-d599-4fa7-87d8-604ef2dee358
2022-02-05T01:56:32.507Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8ac9badc-d599-4fa7-87d8-604ef2dee358 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-02-05T01:56:32.513Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:56:32.513Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ac9badc-d599-4fa7-87d8-604ef2dee358",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644026021529,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf74fdnywrqmkjiowfmah2/1.0/resourceInstances/pnf33bfe88859730/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:56:32.513Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:56:32.513Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:56:32.513Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ac9badc-d599-4fa7-87d8-604ef2dee358",
  "consumerID": "policy-id",
  "timestamp": 1644026019711,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf74fdnywrqmkjiowfmah2/1.0/artifacts/service-DemoPnf74fdnywrqmkjiowfmah2-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:56:32.513Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:56:32.513Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:56:32.513Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ac9badc-d599-4fa7-87d8-604ef2dee358",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644026021529,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf74fdnywrqmkjiowfmah2/1.0/resourceInstances/pnf33bfe88859730/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:56:32.513Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:56:32.514Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:56:32.514Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ac9badc-d599-4fa7-87d8-604ef2dee358",
  "consumerID": "policy-id",
  "timestamp": 1644026019711,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf74fdnywrqmkjiowfmah2/1.0/artifacts/service-DemoPnf74fdnywrqmkjiowfmah2-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T01:56:32.514Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:56:32.514Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:56:32.514Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ac9badc-d599-4fa7-87d8-604ef2dee358",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644026021529,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf74fdnywrqmkjiowfmah2/1.0/artifacts/service-DemoPnf74fdnywrqmkjiowfmah2-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:56:32.514Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:56:32.514Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:56:32.514Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ac9badc-d599-4fa7-87d8-604ef2dee358",
  "consumerID": "policy-id",
  "timestamp": 1644026028514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf74fdnywrqmkjiowfmah2/1.0/artifacts/service-DemoPnf74fdnywrqmkjiowfmah2-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T01:56:32.514Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:56:32.514Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:56:32.514Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ac9badc-d599-4fa7-87d8-604ef2dee358",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644026021529,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf74fdnywrqmkjiowfmah2/1.0/artifacts/service-DemoPnf74fdnywrqmkjiowfmah2-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T01:56:32.514Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:56:32.514Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:56:32.514Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ac9badc-d599-4fa7-87d8-604ef2dee358",
  "consumerID": "policy-id",
  "timestamp": 1644026029516,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf74fdnywrqmkjiowfmah2/1.0/artifacts/service-DemoPnf74fdnywrqmkjiowfmah2-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-05T01:56:32.514Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:56:32.515Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:56:32.515Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ac9badc-d599-4fa7-87d8-604ef2dee358",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644026030418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf74fdnywrqmkjiowfmah2/1.0/artifacts/service-DemoPnf74fdnywrqmkjiowfmah2-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T01:56:32.515Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:56:32.515Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:56:32.515Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ac9badc-d599-4fa7-87d8-604ef2dee358",
  "consumerID": "policy-id",
  "timestamp": 1644026030518,
  "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-02-05T01:56:32.519Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8ac9badc-d599-4fa7-87d8-604ef2dee358
2022-02-05T01:56:32.520Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8ac9badc-d599-4fa7-87d8-604ef2dee358 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-02-05T01:56:32.526Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:56:32.526Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ac9badc-d599-4fa7-87d8-604ef2dee358",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644026032223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf74fdnywrqmkjiowfmah2/1.0/artifacts/service-DemoPnf74fdnywrqmkjiowfmah2-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-05T01:56:32.527Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:56:32.527Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:56:32.527Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ac9badc-d599-4fa7-87d8-604ef2dee358",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644026033226,
  "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-02-05T01:56:32.531Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8ac9badc-d599-4fa7-87d8-604ef2dee358
2022-02-05T01:56:32.531Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8ac9badc-d599-4fa7-87d8-604ef2dee358 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-02-05T01:56:58.557Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-02-05T01:56:58.557Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 93aa0fb2-14a9-4653-89cc-8821addf5da0 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-02-05T01:56:58.563Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 93aa0fb2-14a9-4653-89cc-8821addf5da0 and serviceModelVersionId: 4b4d1844-c0c6-4da9-a646-a4ebda91d1a5
2022-02-05T01:56:58.563Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5ff833df-e45d-4038-80a6-8caa50d586d1
2022-02-05T01:56:58.564Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5ff833df-e45d-4038-80a6-8caa50d586d1/model-vers/model-ver/4b4d1844-c0c6-4da9-a646-a4ebda91d1a5?depth=0
2022-02-05T01:56:58.571Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-02-05T01:56:58.604Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5ff833df-e45d-4038-80a6-8caa50d586d1/model-vers/model-ver/4b4d1844-c0c6-4da9-a646-a4ebda91d1a5?depth=0|INFO|500||Invoke
2022-02-05T01:56:58.605Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5ff833df-e45d-4038-80a6-8caa50d586d1/model-vers/model-ver/4b4d1844-c0c6-4da9-a646-a4ebda91d1a5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5ff833df-e45d-4038-80a6-8caa50d586d1/model-vers/model-ver/4b4d1844-c0c6-4da9-a646-a4ebda91d1a5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[93aa0fb2-14a9-4653-89cc-8821addf5da0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[277d0bec-af2b-4fc2-a9b7-001187c60138], X-ECOMP-RequestID=[93aa0fb2-14a9-4653-89cc-8821addf5da0], X-TransactionId=[], X-ONAP-RequestID=[93aa0fb2-14a9-4653-89cc-8821addf5da0], Content-Type=[application/merge-patch+json]}
2022-02-05T01:56:58.623Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5ff833df-e45d-4038-80a6-8caa50d586d1/model-vers/model-ver/4b4d1844-c0c6-4da9-a646-a4ebda91d1a5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-02-05T01:56:58.688Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5ff833df-e45d-4038-80a6-8caa50d586d1/model-vers/model-ver/4b4d1844-c0c6-4da9-a646-a4ebda91d1a5?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/5ff833df-e45d-4038-80a6-8caa50d586d1/model-vers/model-ver/4b4d1844-c0c6-4da9-a646-a4ebda91d1a5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220205-01:56:58:631-90069], vertex-id=[217184], Content-Length=[0], Date=[Sat, 05 Feb 2022 01:56:58 GMT], Content-Type=[application/json]}
2022-02-05T01:56:58.688Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5ff833df-e45d-4038-80a6-8caa50d586d1/model-vers/model-ver/4b4d1844-c0c6-4da9-a646-a4ebda91d1a5?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-02-05T01:56:58.689Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5ff833df-e45d-4038-80a6-8caa50d586d1/model-vers/model-ver/4b4d1844-c0c6-4da9-a646-a4ebda91d1a5?depth=0|INFO|500||InvokeReturn
2022-02-05T01:56:58.689Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-05T01:56:58.689Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|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-02-05T01:56:58.693Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||WARN|500||catdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@303511ac marked as broken because of SQLSTATE(08S01), ErrorCode(1047)
java.sql.SQLNonTransientConnectionException: (conn=2395) WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
	at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
	at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
	at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
	at org.hibernate.loader.Loader.getResultSet(Loader.java:2304)
	at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2057)
	at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2019)
	at org.hibernate.loader.Loader.doQuery(Loader.java:948)
	at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:349)
	at org.hibernate.loader.Loader.doList(Loader.java:2850)
	at org.hibernate.loader.Loader.doList(Loader.java:2832)
	at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2664)
	at org.hibernate.loader.Loader.list(Loader.java:2659)
	at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:506)
	at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:400)
	at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:219)
	at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1414)
	at org.hibernate.query.internal.AbstractProducedQuery.doList(AbstractProducedQuery.java:1625)
	at org.hibernate.query.internal.AbstractProducedQuery.list(AbstractProducedQuery.java:1593)
	at org.hibernate.query.internal.AbstractProducedQuery.getSingleResult(AbstractProducedQuery.java:1641)
	at org.hibernate.query.criteria.internal.compile.CriteriaQueryTypeQueryAdapter.getSingleResult(CriteriaQueryTypeQueryAdapter.java:111)
	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.orm.jpa.SharedEntityManagerCreator$DeferredQueryInvocationHandler.invoke(SharedEntityManagerCreator.java:409)
	at com.sun.proxy.$Proxy306.getSingleResult(Unknown Source)
	at org.springframework.data.jpa.repository.query.JpaQueryExecution$SingleEntityExecution.doExecute(JpaQueryExecution.java:196)
	at org.springframework.data.jpa.repository.query.JpaQueryExecution.execute(JpaQueryExecution.java:88)
	at org.springframework.data.jpa.repository.query.AbstractJpaQuery.doExecute(AbstractJpaQuery.java:154)
	at org.springframework.data.jpa.repository.query.AbstractJpaQuery.execute(AbstractJpaQuery.java:142)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor$QueryMethodInvoker.invoke(QueryExecutorMethodInterceptor.java:195)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:152)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:149)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy196.findOneByModelUUID(Unknown Source)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:205)
	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)
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
	... 59 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
	... 60 common frames omitted
2022-02-05T01:56:58.694Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||WARN|500||SQL Error: 1047, SQLState: 08S01
2022-02-05T01:56:58.695Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||ERROR|500||(conn=2395) WSREP has not yet prepared node for application use
2022-02-05T01:56:58.700Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
org.springframework.dao.DataAccessResourceFailureException: could not extract ResultSet; nested exception is org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
	at org.springframework.orm.jpa.vendor.HibernateJpaDialect.convertHibernateAccessException(HibernateJpaDialect.java:277)
	at org.springframework.orm.jpa.vendor.HibernateJpaDialect.translateExceptionIfPossible(HibernateJpaDialect.java:255)
	at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.translateExceptionIfPossible(AbstractEntityManagerFactoryBean.java:531)
	at org.springframework.dao.support.ChainedPersistenceExceptionTranslator.translateExceptionIfPossible(ChainedPersistenceExceptionTranslator.java:61)
	at org.springframework.dao.support.DataAccessUtils.translateIfNecessary(DataAccessUtils.java:242)
	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:154)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:149)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy196.findOneByModelUUID(Unknown Source)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:205)
	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)
Caused by: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
	at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
	at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
	at org.hibernate.loader.Loader.getResultSet(Loader.java:2304)
	at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2057)
	at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2019)
	at org.hibernate.loader.Loader.doQuery(Loader.java:948)
	at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:349)
	at org.hibernate.loader.Loader.doList(Loader.java:2850)
	at org.hibernate.loader.Loader.doList(Loader.java:2832)
	at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2664)
	at org.hibernate.loader.Loader.list(Loader.java:2659)
	at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:506)
	at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:400)
	at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:219)
	at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1414)
	at org.hibernate.query.internal.AbstractProducedQuery.doList(AbstractProducedQuery.java:1625)
	at org.hibernate.query.internal.AbstractProducedQuery.list(AbstractProducedQuery.java:1593)
	at org.hibernate.query.internal.AbstractProducedQuery.getSingleResult(AbstractProducedQuery.java:1641)
	at org.hibernate.query.criteria.internal.compile.CriteriaQueryTypeQueryAdapter.getSingleResult(CriteriaQueryTypeQueryAdapter.java:111)
	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.orm.jpa.SharedEntityManagerCreator$DeferredQueryInvocationHandler.invoke(SharedEntityManagerCreator.java:409)
	at com.sun.proxy.$Proxy306.getSingleResult(Unknown Source)
	at org.springframework.data.jpa.repository.query.JpaQueryExecution$SingleEntityExecution.doExecute(JpaQueryExecution.java:196)
	at org.springframework.data.jpa.repository.query.JpaQueryExecution.execute(JpaQueryExecution.java:88)
	at org.springframework.data.jpa.repository.query.AbstractJpaQuery.doExecute(AbstractJpaQuery.java:154)
	at org.springframework.data.jpa.repository.query.AbstractJpaQuery.execute(AbstractJpaQuery.java:142)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor$QueryMethodInvoker.invoke(QueryExecutorMethodInterceptor.java:195)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:152)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	... 17 common frames omitted
Caused by: java.sql.SQLNonTransientConnectionException: (conn=2395) WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
	at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
	at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
	at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
	... 54 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
	... 59 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
	... 60 common frames omitted
2022-02-05T01:56:58.701Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 93aa0fb2-14a9-4653-89cc-8821addf5da0 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2022-02-05T01:56:58.701Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-02-05T01:56:58.702Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T01:56:58.703Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T01:56:58.703Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "93aa0fb2-14a9-4653-89cc-8821addf5da0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026218701,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-02-05T01:56:58.804Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T01:56:58.804Z||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-02-05T01:56:58.805Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:56:58.814Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:56:58.814Z||pool-55-thread-1|||||INFO|500||cambria reply ok (10 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-02-05T01:56:59.715Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:56:59.715Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|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-02-05T01:56:59.715Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:57:04.460Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:57:04.462Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T01:57:04.463Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"a332c035-036e-4780-a49b-9ff9ae5ad7ec","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"3176bb90-96bb-4a75-aa74-c41fcfffd3bf","serviceDescription":"service","serviceInvariantUUID":"513a88e1-3b25-4e3a-9ff3-0abf65be307d","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1f20f3dc-2445-46c2-8ac8-8fc484122f9f","resourceInvariantUUID":"20b554ef-d357-484a-9c15-f36f90bef3f3","resourceCustomizationUUID":"5475c807-4447-4dc4-853a-5057751abdbe","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":"3fbeedc6-2142-4a8a-a90c-c79374c70ae4","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":"YzI4M2ZiZjgyZjA2Y2E5NjNmMzA1NDIyYmI4MDIwOTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"dd6ae474-4862-43d0-8057-cdb44975fac2","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":"ZjY0NTYzYjM5ZmRjNzJmMjJjMDFhMmJlNjAzNjljNmE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9d6921f4-ffc6-4840-8837-820ddafe3e58","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":"27d6e64f-dcd3-49cf-851e-ea52ccf7af0c","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":"73ccf1bf-dd0e-4b8c-8141-72902ddb8ce0","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":"0c29de87-a8aa-401f-a827-be4f646d32b8","artifactVersion":"2","generatedFromUUID":"27d6e64f-dcd3-49cf-851e-ea52ccf7af0c"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"NzU2MjBjNTZlYWU4ZjhjYTZjNjgxZGM1MzhiNGRjZDQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b7517865-0db7-4f88-b3f3-fad7662a209f","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"MDI0YWViN2RhNWVkZGQzZDI1MDViNDZhYjMzODI4NTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f3439dc2-8c01-4673-a5a5-df76acffa5bf","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-05T01:57:04.465Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T01:57:04.465Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T01:57:04.467Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T01:57:04.467Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a332c035-036e-4780-a49b-9ff9ae5ad7ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026219715,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:57:04.567Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T01:57:04.568Z||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-02-05T01:57:04.568Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:57:04.582Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:57:04.583Z||pool-56-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-02-05T01:57:05.467Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T01:57:05.469Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T01:57:05.470Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T01:57:05.471Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a332c035-036e-4780-a49b-9ff9ae5ad7ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026219715,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:57:05.571Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T01:57:05.572Z||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-02-05T01:57:05.572Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:57:05.582Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:57:05.583Z||pool-57-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-02-05T01:57:06.471Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T01:57:06.472Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T01:57:06.474Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T01:57:06.475Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a332c035-036e-4780-a49b-9ff9ae5ad7ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026219715,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-02-05T01:57:06.574Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-05T01:57:06.575Z||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-02-05T01:57:06.575Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:57:06.587Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:57:06.587Z||pool-58-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-05T01:57:07.475Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T01:57:07.476Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T01:57:07.478Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T01:57:07.478Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a332c035-036e-4780-a49b-9ff9ae5ad7ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026219715,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-02-05T01:57:07.578Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T01:57:07.579Z||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-02-05T01:57:07.579Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:57:07.589Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:57:07.589Z||pool-59-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-05T01:57:08.479Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T01:57:08.480Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T01:57:08.482Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T01:57:08.482Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a332c035-036e-4780-a49b-9ff9ae5ad7ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026219715,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:57:08.582Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T01:57:08.583Z||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-02-05T01:57:08.583Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:57:08.593Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:57:08.594Z||pool-60-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-02-05T01:57:09.483Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T01:57:09.483Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T01:57:09.485Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T01:57:09.485Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a332c035-036e-4780-a49b-9ff9ae5ad7ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026219715,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-02-05T01:57:09.585Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T01:57:09.586Z||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-02-05T01:57:09.586Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:57:09.595Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:57:09.596Z||pool-61-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-02-05T01:57:10.485Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T01:57:10.486Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T01:57:10.488Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T01:57:10.488Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a332c035-036e-4780-a49b-9ff9ae5ad7ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026219715,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:57:10.588Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-05T01:57:10.589Z||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-02-05T01:57:10.589Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:57:10.598Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:57:10.599Z||pool-62-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-05T01:57:11.489Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T01:57:11.490Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T01:57:11.492Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T01:57:11.492Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a332c035-036e-4780-a49b-9ff9ae5ad7ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026219715,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T01:57:11.592Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T01:57:11.592Z||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-02-05T01:57:11.592Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:57:11.600Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:57:11.601Z||pool-63-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-02-05T01:57:12.493Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "a332c035-036e-4780-a49b-9ff9ae5ad7ec",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "3176bb90-96bb-4a75-aa74-c41fcfffd3bf",
  "serviceDescription": "service",
  "serviceInvariantUUID": "513a88e1-3b25-4e3a-9ff3-0abf65be307d",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "5475c807-4447-4dc4-853a-5057751abdbe",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1f20f3dc-2445-46c2-8ac8-8fc484122f9f",
      "resourceInvariantUUID": "20b554ef-d357-484a-9c15-f36f90bef3f3",
      "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": "ZjY0NTYzYjM5ZmRjNzJmMjJjMDFhMmJlNjAzNjljNmE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "9d6921f4-ffc6-4840-8837-820ddafe3e58",
          "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": "27d6e64f-dcd3-49cf-851e-ea52ccf7af0c",
          "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": "0c29de87-a8aa-401f-a827-be4f646d32b8",
            "generatedFromUUID": "27d6e64f-dcd3-49cf-851e-ea52ccf7af0c"
          },
          "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": "0c29de87-a8aa-401f-a827-be4f646d32b8",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "MDI0YWViN2RhNWVkZGQzZDI1MDViNDZhYjMzODI4NTY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f3439dc2-8c01-4673-a5a5-df76acffa5bf"
    }
  ],
  "workloadContext": "Production"
}
2022-02-05T01:57:12.494Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-05T01:57:12.494Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3176bb90-96bb-4a75-aa74-c41fcfffd3bf ASDC
2022-02-05T01:57:12.495Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:a332c035-036e-4780-a49b-9ff9ae5ad7ec
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:3176bb90-96bb-4a75-aa74-c41fcfffd3bf
ServiceInvariantUUID:513a88e1-3b25-4e3a-9ff3-0abf65be307d
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:f3439dc2-8c01-4673-a5a5-df76acffa5bf
ArtifactChecksum:MDI0YWViN2RhNWVkZGQzZDI1MDViNDZhYjMzODI4NTY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:5475c807-4447-4dc4-853a-5057751abdbe
ResourceInvariantUUID:20b554ef-d357-484a-9c15-f36f90bef3f3
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:1f20f3dc-2445-46c2-8ac8-8fc484122f9f
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:9d6921f4-ffc6-4840-8837-820ddafe3e58
ArtifactChecksum:ZjY0NTYzYjM5ZmRjNzJmMjJjMDFhMmJlNjAzNjljNmE=
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:27d6e64f-dcd3-49cf-851e-ea52ccf7af0c
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:0c29de87-a8aa-401f-a827-be4f646d32b8
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:0c29de87-a8aa-401f-a827-be4f646d32b8
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-02-05T01:57:12.495Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3176bb90-96bb-4a75-aa74-c41fcfffd3bf 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-02-05T01:57:12.521Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-05T01:57:12.521Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-02-05T01:57:12.521Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-02-05T01:57:12.522Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: f3439dc2-8c01-4673-a5a5-df76acffa5bf from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-02-05T01:57:12.522Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-02-05T01:57:12.522Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|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-02-05T01:57:12.930Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-02-05T01:57:12.935Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar f3439dc2-8c01-4673-a5a5-df76acffa5bf 73636
2022-02-05T01:57:12.935Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|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-02-05T01:57:12.935Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|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-02-05T01:57:12.935Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-05T01:57:12.936Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T01:57:12.937Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T01:57:12.937Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a332c035-036e-4780-a49b-9ff9ae5ad7ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026232935,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T01:57:13.037Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T01:57:13.038Z||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-02-05T01:57:13.038Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:57:13.046Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:57:13.047Z||pool-64-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-05T01:57:13.937Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-05T01:57:13.938Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-02-05T01:57:13.939Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: f3439dc2-8c01-4673-a5a5-df76acffa5bf, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2022-02-05T01:57:13.939Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2022-02-05T01:57:13.940Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2022-02-05T01:57:13.940Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2022-02-05T01:57:14.034Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1871490595792931412/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-02-05T01:57:14.773Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-05T01:57:14.774Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-02-05T01:57:14.774Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-02-05T01:57:14.774Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-02-05T01:57:14.774Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|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-02-05T01:57:14.774Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|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-02-05T01:57:14.774Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|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-02-05T01:57:14.774Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|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-02-05T01:57:14.774Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|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-02-05T01:57:14.774Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|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-02-05T01:57:14.774Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|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-02-05T01:57:14.775Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|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-02-05T01:57:14.775Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|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-02-05T01:57:14.775Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-02-05T01:57:14.775Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T01:57:14.775Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T01:57:14.775Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-02-05T01:57:14.775Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-02-05T01:57:14.775Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-05T01:57:14.775Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T01:57:14.775Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T01:57:14.776Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-02-05T01:57:14.776Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-02-05T01:57:14.776Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-05T01:57:14.776Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T01:57:14.776Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T01:57:14.776Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T01:57:14.776Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-02-05T01:57:14.776Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-02-05T01:57:14.777Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-02-05T01:57:14.777Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-02-05T01:57:14.777Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-02-05T01:57:14.777Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-02-05T01:57:14.777Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T01:57:14.777Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|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-02-05T01:57:14.777Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T01:57:14.777Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-02-05T01:57:14.777Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-05T01:57:14.778Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T01:57:14.778Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-02-05T01:57:14.778Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-05T01:57:14.778Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T01:57:14.778Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-02-05T01:57:14.778Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-05T01:57:14.778Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T01:57:14.778Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-02-05T01:57:14.778Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-02-05T01:57:14.779Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-02-05T01:57:14.779Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=e7f13691-c1b9-4450-b914-73031a707a09
2022-02-05T01:57:14.779Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T01:57:14.779Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T01:57:14.779Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T01:57:14.779Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T01:57:14.779Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T01:57:14.779Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T01:57:14.779Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T01:57:14.779Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T01:57:14.780Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:3176bb90-96bb-4a75-aa74-c41fcfffd3bf
Model Version:NULL
Model InvariantUuid:513a88e1-3b25-4e3a-9ff3-0abf65be307d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:e2699cc2-891b-4ce7-9582-a10954ba6e98
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:20b554ef-d357-484a-9c15-f36f90bef3f3
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:5475c807-4447-4dc4-853a-5057751abdbe
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:d72a8693-fe22-4881-ab10-da8a5e30a6ed
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:1ada0a6b-82ac-4033-b6f0-de6b5abe68fe
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:e7f13691-c1b9-4450-b914-73031a707a09
ModelInvariantUuid:26e63fcf-9b4d-4cae-8a08-ae5d7fae9ea1
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:2154c337-71c6-48d2-b9ca-b444dea12fb2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:6de079d2-af77-4241-8383-fa2cd0d75be3
ModelInvariantUuid:1291ebab-e7e3-4754-a9dc-428d5f946023
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:d40530b8-67a7-4747-b8ff-78e545917e03
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-02-05T01:57:14.786Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 1f20f3dc-2445-46c2-8ac8-8fc484122f9f
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-02-05T01:57:14.788Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||INFO|500||basicclamp 0
2022-02-05T01:57:14.788Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1f20f3dc-2445-46c2-8ac8-8fc484122f9f
2022-02-05T01:57:14.788Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 9d6921f4-ffc6-4840-8837-820ddafe3e58 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-02-05T01:57:14.788Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-02-05T01:57:14.788Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|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-02-05T01:57:14.915Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-02-05T01:57:14.915Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 9d6921f4-ffc6-4840-8837-820ddafe3e58 790
2022-02-05T01:57:14.915Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|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-02-05T01:57:14.915Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|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-02-05T01:57:14.915Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-05T01:57:14.916Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T01:57:14.917Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T01:57:14.917Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a332c035-036e-4780-a49b-9ff9ae5ad7ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026234915,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-05T01:57:15.018Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T01:57:15.018Z||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-02-05T01:57:15.018Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:57:15.027Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:57:15.028Z||pool-65-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-02-05T01:57:15.918Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "d72a8693-fe22-4881-ab10-da8a5e30a6ed",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1ada0a6b-82ac-4033-b6f0-de6b5abe68fe",
    "vfModuleModelCustomizationUUID": "96db740a-f061-4ada-b2e4-404a5ceccc1a",
    "isBase": true,
    "artifacts": [
      "27d6e64f-dcd3-49cf-851e-ea52ccf7af0c",
      "0c29de87-a8aa-401f-a827-be4f646d32b8"
    ],
    "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-02-05T01:57:15.922Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1ada0a6b-82ac-4033-b6f0-de6b5abe68fe
VfModuleModelInvariantUUID:d72a8693-fe22-4881-ab10-da8a5e30a6ed
VfModuleModelDescription:NULL
Artifacts UUID List:{
27d6e64f-dcd3-49cf-851e-ea52ccf7af0c
,
0c29de87-a8aa-401f-a827-be4f646d32b8

}
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-02-05T01:57:15.925Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "d72a8693-fe22-4881-ab10-da8a5e30a6ed",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1ada0a6b-82ac-4033-b6f0-de6b5abe68fe",
    "vfModuleModelCustomizationUUID": "96db740a-f061-4ada-b2e4-404a5ceccc1a",
    "isBase": true,
    "artifacts": [
      "27d6e64f-dcd3-49cf-851e-ea52ccf7af0c",
      "0c29de87-a8aa-401f-a827-be4f646d32b8"
    ],
    "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-02-05T01:57:15.925Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1ada0a6b-82ac-4033-b6f0-de6b5abe68fe
VfModuleModelInvariantUUID:d72a8693-fe22-4881-ab10-da8a5e30a6ed
VfModuleModelDescription:NULL
Artifacts UUID List:{
27d6e64f-dcd3-49cf-851e-ea52ccf7af0c
,
0c29de87-a8aa-401f-a827-be4f646d32b8

}
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-02-05T01:57:15.926Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 27d6e64f-dcd3-49cf-851e-ea52ccf7af0c from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-02-05T01:57:15.926Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-02-05T01:57:15.926Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|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-02-05T01:57:15.960Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-02-05T01:57:15.960Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 27d6e64f-dcd3-49cf-851e-ea52ccf7af0c 5033
2022-02-05T01:57:15.960Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|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-02-05T01:57:15.961Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|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-02-05T01:57:15.961Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-05T01:57:15.961Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T01:57:15.963Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T01:57:15.963Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a332c035-036e-4780-a49b-9ff9ae5ad7ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026235960,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-05T01:57:16.063Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T01:57:16.064Z||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-02-05T01:57:16.064Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:57:16.074Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:57:16.074Z||pool-66-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-05T01:57:16.964Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 0c29de87-a8aa-401f-a827-be4f646d32b8 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-02-05T01:57:16.965Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-02-05T01:57:16.965Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|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-02-05T01:57:16.996Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-02-05T01:57:16.997Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 0c29de87-a8aa-401f-a827-be4f646d32b8 909
2022-02-05T01:57:16.997Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|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-02-05T01:57:16.997Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|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-02-05T01:57:16.998Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-05T01:57:16.998Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T01:57:17.000Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T01:57:17.001Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a332c035-036e-4780-a49b-9ff9ae5ad7ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026236997,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-02-05T01:57:17.101Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T01:57:17.101Z||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-02-05T01:57:17.102Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:57:17.111Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:57:17.112Z||pool-67-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-02-05T01:57:18.002Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 3176bb90-96bb-4a75-aa74-c41fcfffd3bf
2022-02-05T01:57:18.003Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 1f20f3dc-2445-46c2-8ac8-8fc484122f9f 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-02-05T01:57:18.016Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1e066a4f, org.onap.sdc.toscaparser.api.parameters.Input@16218f8a, org.onap.sdc.toscaparser.api.parameters.Input@37a551da, org.onap.sdc.toscaparser.api.parameters.Input@39725176, org.onap.sdc.toscaparser.api.parameters.Input@148b1005]
2022-02-05T01:57:18.017Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T01:57:18.017Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T01:57:18.017Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-02-05T01:57:18.018Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 5475c807-4447-4dc4-853a-5057751abdbe
2022-02-05T01:57:18.018Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5475c807-4447-4dc4-853a-5057751abdbe matches Tosca VF Customization UUID: 5475c807-4447-4dc4-853a-5057751abdbe
2022-02-05T01:57:18.018Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 5475c807-4447-4dc4-853a-5057751abdbe  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-02-05T01:57:18.019Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T01:57:18.019Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T01:57:18.020Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 5475c807-4447-4dc4-853a-5057751abdbe: {\"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-02-05T01:57:18.020Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@38a831ab
2022-02-05T01:57:18.020Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T01:57:18.020Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|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-02-05T01:57:18.020Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 96db740a-f061-4ada-b2e4-404a5ceccc1a
2022-02-05T01:57:18.020Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 96db740a-f061-4ada-b2e4-404a5ceccc1a
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-02-05T01:57:18.022Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T01:57:18.022Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-02-05T01:57:18.023Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-05T01:57:18.023Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T01:57:18.023Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-02-05T01:57:18.023Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-05T01:57:18.023Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T01:57:18.023Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-02-05T01:57:18.023Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-02-05T01:57:18.023Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-02-05T01:57:18.024Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=e7f13691-c1b9-4450-b914-73031a707a09
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-02-05T01:57:18.025Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T01:57:18.026Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-02-05T01:57:18.026Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-05T01:57:18.026Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T01:57:18.026Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-02-05T01:57:18.026Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=5475c807-4447-4dc4-853a-5057751abdbe
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-02-05T01:57:18.027Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T01:57:18.028Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T01:57:18.028Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 3176bb90-96bb-4a75-aa74-c41fcfffd3bf: basicclamp
2022-02-05T01:57:18.028Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T01:57:18.028Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T01:57:18.028Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T01:57:18.028Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T01:57:18.028Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T01:57:18.029Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T01:57:18.029Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T01:57:18.029Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T01:57:18.029Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T01:57:18.029Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T01:57:18.029Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|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-02-05T01:57:18.100Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 1f20f3dc-2445-46c2-8ac8-8fc484122f9f 1 ASDC deployResourceStructure
2022-02-05T01:57:18.100Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|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-02-05T01:57:18.101Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|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-02-05T01:57:18.101Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-05T01:57:18.101Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T01:57:18.103Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T01:57:18.103Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a332c035-036e-4780-a49b-9ff9ae5ad7ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026238100,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-05T01:57:18.203Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T01:57:18.204Z||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-02-05T01:57:18.204Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:57:18.214Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:57:18.215Z||pool-68-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-05T01:57:19.104Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|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-02-05T01:57:19.105Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|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-02-05T01:57:19.105Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-05T01:57:19.105Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T01:57:19.107Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T01:57:19.107Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a332c035-036e-4780-a49b-9ff9ae5ad7ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026239104,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-02-05T01:57:19.207Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T01:57:19.208Z||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-02-05T01:57:19.208Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:57:19.218Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:57:19.218Z||pool-69-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-05T01:57:20.107Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|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-02-05T01:57:20.109Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|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-02-05T01:57:20.109Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-05T01:57:20.109Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T01:57:20.111Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T01:57:20.111Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a332c035-036e-4780-a49b-9ff9ae5ad7ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026240107,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-02-05T01:57:20.211Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T01:57:20.212Z||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-02-05T01:57:20.212Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:57:20.224Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:57:20.225Z||pool-70-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-05T01:57:21.112Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|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-02-05T01:57:21.112Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|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-02-05T01:57:21.112Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-05T01:57:21.113Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T01:57:21.114Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T01:57:21.115Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a332c035-036e-4780-a49b-9ff9ae5ad7ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026241112,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-05T01:57:21.215Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-05T01:57:21.215Z||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-02-05T01:57:21.215Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:57:21.227Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:57:21.227Z||pool-71-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-05T01:57:22.115Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a332c035-036e-4780-a49b-9ff9ae5ad7ec
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-05T01:57:22.124Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a332c035-036e-4780-a49b-9ff9ae5ad7ec
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-05T01:57:22.126Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-05T01:57:22.126Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-05T01:57:22.126Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-05T01:57:32.421Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:57:32.422Z||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-02-05T01:57:32.422Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:57:32.436Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:57:32.444Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:57:32.444Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c63214b-5952-4fdf-a531-a8848fb621e0",
  "consumerID": "aai-ml",
  "timestamp": 1644026070673,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:57:32.445Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:57:32.445Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:57:32.445Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c63214b-5952-4fdf-a531-a8848fb621e0",
  "consumerID": "cds",
  "timestamp": 1644026067046,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:57:32.445Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:57:32.446Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:57:32.446Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c63214b-5952-4fdf-a531-a8848fb621e0",
  "consumerID": "aai-ml",
  "timestamp": 1644026070673,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:57:32.446Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:57:32.446Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:57:32.446Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c63214b-5952-4fdf-a531-a8848fb621e0",
  "consumerID": "cds",
  "timestamp": 1644026067046,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:57:32.446Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:57:32.446Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:57:32.446Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c63214b-5952-4fdf-a531-a8848fb621e0",
  "consumerID": "aai-ml",
  "timestamp": 1644026070673,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:57:32.446Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:57:32.446Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:57:32.446Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c63214b-5952-4fdf-a531-a8848fb621e0",
  "consumerID": "cds",
  "timestamp": 1644026067046,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:57:32.446Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:57:32.446Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:57:32.447Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c63214b-5952-4fdf-a531-a8848fb621e0",
  "consumerID": "aai-ml",
  "timestamp": 1644026070673,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:57:32.447Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:57:32.447Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:57:32.447Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c63214b-5952-4fdf-a531-a8848fb621e0",
  "consumerID": "cds",
  "timestamp": 1644026067046,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:57:32.447Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:57:32.447Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:57:32.447Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c63214b-5952-4fdf-a531-a8848fb621e0",
  "consumerID": "aai-ml",
  "timestamp": 1644026070673,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:57:32.447Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:57:32.447Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:57:32.447Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c63214b-5952-4fdf-a531-a8848fb621e0",
  "consumerID": "cds",
  "timestamp": 1644026067046,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:57:32.447Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:57:32.447Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:57:32.447Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c63214b-5952-4fdf-a531-a8848fb621e0",
  "consumerID": "aai-ml",
  "timestamp": 1644026070673,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:57:32.448Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:57:32.448Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:57:32.448Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c63214b-5952-4fdf-a531-a8848fb621e0",
  "consumerID": "cds",
  "timestamp": 1644026067046,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:57:32.448Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:57:32.448Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:57:32.448Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c63214b-5952-4fdf-a531-a8848fb621e0",
  "consumerID": "policy-id",
  "timestamp": 1644026079711,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:57:32.448Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:57:32.448Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:57:32.448Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c63214b-5952-4fdf-a531-a8848fb621e0",
  "consumerID": "aai-ml",
  "timestamp": 1644026070673,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:57:32.448Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:57:32.448Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:57:32.448Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c63214b-5952-4fdf-a531-a8848fb621e0",
  "consumerID": "cds",
  "timestamp": 1644026067046,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:57:32.448Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:57:32.449Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:57:32.449Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c63214b-5952-4fdf-a531-a8848fb621e0",
  "consumerID": "policy-id",
  "timestamp": 1644026079711,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:57:32.449Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:57:32.449Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:57:32.449Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c63214b-5952-4fdf-a531-a8848fb621e0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644026081320,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:57:32.449Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:57:32.449Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:57:32.449Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c63214b-5952-4fdf-a531-a8848fb621e0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644026081421,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:57:32.449Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:57:32.449Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:57:32.449Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c63214b-5952-4fdf-a531-a8848fb621e0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644026081529,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:57:32.449Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:57:32.449Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:57:32.449Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c63214b-5952-4fdf-a531-a8848fb621e0",
  "consumerID": "aai-ml",
  "timestamp": 1644026070673,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:57:32.450Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:57:32.450Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:57:32.450Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c63214b-5952-4fdf-a531-a8848fb621e0",
  "consumerID": "cds",
  "timestamp": 1644026067046,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:57:32.450Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:57:32.450Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:57:32.450Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c63214b-5952-4fdf-a531-a8848fb621e0",
  "consumerID": "policy-id",
  "timestamp": 1644026079711,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:57:32.450Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:57:32.450Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:57:32.450Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c63214b-5952-4fdf-a531-a8848fb621e0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644026081320,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:57:32.450Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:57:32.450Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:57:32.450Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c63214b-5952-4fdf-a531-a8848fb621e0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644026081421,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:57:32.451Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:57:32.451Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:57:32.451Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c63214b-5952-4fdf-a531-a8848fb621e0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644026081529,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:57:32.451Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:57:32.451Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:57:32.451Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c63214b-5952-4fdf-a531-a8848fb621e0",
  "consumerID": "aai-ml",
  "timestamp": 1644026070673,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T01:57:32.451Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:57:32.451Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:57:32.451Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c63214b-5952-4fdf-a531-a8848fb621e0",
  "consumerID": "cds",
  "timestamp": 1644026067046,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T01:57:32.451Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:57:32.451Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:57:32.451Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c63214b-5952-4fdf-a531-a8848fb621e0",
  "consumerID": "policy-id",
  "timestamp": 1644026079711,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:57:32.451Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:57:32.451Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:57:32.451Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c63214b-5952-4fdf-a531-a8848fb621e0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644026081320,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:57:32.451Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:57:32.451Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:57:32.451Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c63214b-5952-4fdf-a531-a8848fb621e0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644026081421,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:57:32.451Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:57:32.451Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:57:32.451Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c63214b-5952-4fdf-a531-a8848fb621e0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644026081529,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:57:32.452Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:57:32.452Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:57:32.452Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c63214b-5952-4fdf-a531-a8848fb621e0",
  "consumerID": "policy-id",
  "timestamp": 1644026079711,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:57:32.452Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:57:32.452Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:57:32.452Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c63214b-5952-4fdf-a531-a8848fb621e0",
  "consumerID": "cds",
  "timestamp": 1644026084636,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T01:57:32.452Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:57:32.452Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:57:32.452Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c63214b-5952-4fdf-a531-a8848fb621e0",
  "consumerID": "aai-ml",
  "timestamp": 1644026084644,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T01:57:32.452Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:57:32.452Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:57:32.452Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c63214b-5952-4fdf-a531-a8848fb621e0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644026081320,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:57:32.452Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:57:32.452Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:57:32.452Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c63214b-5952-4fdf-a531-a8848fb621e0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644026081421,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:57:32.452Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:57:32.452Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:57:32.452Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c63214b-5952-4fdf-a531-a8848fb621e0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644026081529,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:57:32.452Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:57:32.452Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:57:32.453Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c63214b-5952-4fdf-a531-a8848fb621e0",
  "consumerID": "policy-id",
  "timestamp": 1644026079711,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:57:32.453Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:57:32.453Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:57:32.453Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c63214b-5952-4fdf-a531-a8848fb621e0",
  "consumerID": "cds",
  "timestamp": 1644026085844,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-05T01:57:32.466Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1c63214b-5952-4fdf-a531-a8848fb621e0
2022-02-05T01:57:32.466Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c63214b-5952-4fdf-a531-a8848fb621e0 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-02-05T01:57:32.472Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:57:32.472Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c63214b-5952-4fdf-a531-a8848fb621e0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644026081320,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:57:32.472Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:57:32.472Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:57:32.472Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c63214b-5952-4fdf-a531-a8848fb621e0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644026081421,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:57:32.472Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:57:32.472Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:57:32.472Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c63214b-5952-4fdf-a531-a8848fb621e0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644026081529,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:57:32.473Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:57:32.473Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:57:32.473Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c63214b-5952-4fdf-a531-a8848fb621e0",
  "consumerID": "policy-id",
  "timestamp": 1644026079711,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:57:32.473Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:57:32.473Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:57:32.473Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c63214b-5952-4fdf-a531-a8848fb621e0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644026081320,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:57:32.473Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:57:32.473Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:57:32.473Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c63214b-5952-4fdf-a531-a8848fb621e0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644026081421,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:57:32.473Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:57:32.473Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:57:32.473Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c63214b-5952-4fdf-a531-a8848fb621e0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644026081529,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:57:32.473Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:57:32.473Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:57:32.473Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c63214b-5952-4fdf-a531-a8848fb621e0",
  "consumerID": "policy-id",
  "timestamp": 1644026079711,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:57:32.473Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:57:32.473Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:57:32.473Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c63214b-5952-4fdf-a531-a8848fb621e0",
  "consumerID": "aai-ml",
  "timestamp": 1644026087911,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-05T01:57:32.474Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:57:32.474Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:57:32.474Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c63214b-5952-4fdf-a531-a8848fb621e0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644026081320,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-02-05T01:57:32.474Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:57:32.474Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:57:32.474Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c63214b-5952-4fdf-a531-a8848fb621e0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644026081421,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:57:32.474Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:57:32.474Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:57:32.474Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c63214b-5952-4fdf-a531-a8848fb621e0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644026081529,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:57:32.474Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:57:32.474Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:57:32.474Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c63214b-5952-4fdf-a531-a8848fb621e0",
  "consumerID": "policy-id",
  "timestamp": 1644026079711,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T01:57:32.474Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:57:32.474Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:57:32.474Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c63214b-5952-4fdf-a531-a8848fb621e0",
  "consumerID": "clamp",
  "timestamp": 1644026087865,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:57:32.474Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:57:32.474Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:57:32.474Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c63214b-5952-4fdf-a531-a8848fb621e0",
  "consumerID": "aai-ml",
  "timestamp": 1644026088914,
  "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-02-05T01:57:32.478Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1c63214b-5952-4fdf-a531-a8848fb621e0
2022-02-05T01:57:32.479Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c63214b-5952-4fdf-a531-a8848fb621e0 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-02-05T01:57:32.484Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:57:32.485Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c63214b-5952-4fdf-a531-a8848fb621e0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644026081320,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:57:32.485Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:57:32.485Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:57:32.485Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c63214b-5952-4fdf-a531-a8848fb621e0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644026081421,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:57:32.485Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:57:32.485Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:57:32.485Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c63214b-5952-4fdf-a531-a8848fb621e0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644026081529,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:57:32.485Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:57:32.485Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:57:32.485Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c63214b-5952-4fdf-a531-a8848fb621e0",
  "consumerID": "clamp",
  "timestamp": 1644026087865,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:57:32.485Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:57:32.485Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:57:32.485Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c63214b-5952-4fdf-a531-a8848fb621e0",
  "consumerID": "policy-id",
  "timestamp": 1644026089519,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T01:57:32.485Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:57:32.486Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:57:32.486Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c63214b-5952-4fdf-a531-a8848fb621e0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644026081320,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:57:32.486Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:57:32.486Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:57:32.486Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c63214b-5952-4fdf-a531-a8848fb621e0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644026081421,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T01:57:32.486Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:57:32.486Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:57:32.486Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c63214b-5952-4fdf-a531-a8848fb621e0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644026081529,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T01:57:32.486Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:57:32.486Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:57:32.486Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c63214b-5952-4fdf-a531-a8848fb621e0",
  "consumerID": "clamp",
  "timestamp": 1644026087865,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:57:32.486Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:57:32.486Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:57:32.486Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c63214b-5952-4fdf-a531-a8848fb621e0",
  "consumerID": "policy-id",
  "timestamp": 1644026090521,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-05T01:57:32.486Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:57:32.486Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:57:32.486Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c63214b-5952-4fdf-a531-a8848fb621e0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644026091108,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-05T01:57:32.486Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:57:32.487Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:57:32.487Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c63214b-5952-4fdf-a531-a8848fb621e0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644026091423,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T01:57:32.487Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:57:32.487Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:57:32.487Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c63214b-5952-4fdf-a531-a8848fb621e0",
  "consumerID": "clamp",
  "timestamp": 1644026087865,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:57:32.487Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:57:32.487Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:57:32.487Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c63214b-5952-4fdf-a531-a8848fb621e0",
  "consumerID": "policy-id",
  "timestamp": 1644026091523,
  "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-02-05T01:57:32.491Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1c63214b-5952-4fdf-a531-a8848fb621e0
2022-02-05T01:57:32.491Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c63214b-5952-4fdf-a531-a8848fb621e0 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-02-05T01:57:32.497Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:57:32.497Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c63214b-5952-4fdf-a531-a8848fb621e0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644026092126,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-02-05T01:57:32.497Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:57:32.497Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:57:32.497Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c63214b-5952-4fdf-a531-a8848fb621e0",
  "consumerID": "clamp",
  "timestamp": 1644026087865,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:57:32.497Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:57:32.497Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:57:32.497Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c63214b-5952-4fdf-a531-a8848fb621e0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644026093104,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-05T01:57:32.497Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:57:32.497Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:57:32.497Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c63214b-5952-4fdf-a531-a8848fb621e0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644026093128,
  "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-02-05T01:57:32.501Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 1c63214b-5952-4fdf-a531-a8848fb621e0
2022-02-05T01:57:32.501Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c63214b-5952-4fdf-a531-a8848fb621e0 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-02-05T01:57:32.507Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:57:32.507Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c63214b-5952-4fdf-a531-a8848fb621e0",
  "consumerID": "clamp",
  "timestamp": 1644026087865,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:57:32.507Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:57:32.507Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:57:32.507Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c63214b-5952-4fdf-a531-a8848fb621e0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644026094108,
  "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-02-05T01:57:32.511Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1c63214b-5952-4fdf-a531-a8848fb621e0
2022-02-05T01:57:32.512Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c63214b-5952-4fdf-a531-a8848fb621e0 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-02-05T01:57:32.518Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:57:32.518Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c63214b-5952-4fdf-a531-a8848fb621e0",
  "consumerID": "clamp",
  "timestamp": 1644026087865,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:57:32.518Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:57:32.518Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:57:32.518Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c63214b-5952-4fdf-a531-a8848fb621e0",
  "consumerID": "clamp",
  "timestamp": 1644026087865,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:57:32.518Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:57:32.518Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:57:32.518Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c63214b-5952-4fdf-a531-a8848fb621e0",
  "consumerID": "clamp",
  "timestamp": 1644026087865,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T01:57:32.518Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:57:32.519Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:57:32.519Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c63214b-5952-4fdf-a531-a8848fb621e0",
  "consumerID": "clamp",
  "timestamp": 1644026107962,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T01:57:32.519Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:57:32.519Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:57:32.519Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c63214b-5952-4fdf-a531-a8848fb621e0",
  "consumerID": "clamp",
  "timestamp": 1644026109972,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-05T01:57:32.519Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:57:32.519Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:57:32.519Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c63214b-5952-4fdf-a531-a8848fb621e0",
  "consumerID": "clamp",
  "timestamp": 1644026110975,
  "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-02-05T01:57:32.523Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1c63214b-5952-4fdf-a531-a8848fb621e0
2022-02-05T01:57:32.523Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c63214b-5952-4fdf-a531-a8848fb621e0 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-02-05T01:57:32.529Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:57:32.529Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4419f97-4de9-4fdb-863c-a0b363f20cc5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644026121320,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:57:32.530Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:57:32.530Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:57:32.530Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4419f97-4de9-4fdb-863c-a0b363f20cc5",
  "consumerID": "clamp",
  "timestamp": 1644026117865,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:57:32.530Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:57:32.530Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:57:32.530Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4419f97-4de9-4fdb-863c-a0b363f20cc5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644026121421,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:57:32.530Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:57:32.530Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:57:32.530Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4419f97-4de9-4fdb-863c-a0b363f20cc5",
  "consumerID": "policy-id",
  "timestamp": 1644026119711,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:57:32.530Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:57:32.530Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:57:32.530Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4419f97-4de9-4fdb-863c-a0b363f20cc5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644026121421,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-02-05T01:57:32.530Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:57:32.530Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:57:32.530Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4419f97-4de9-4fdb-863c-a0b363f20cc5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644026121320,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:57:32.530Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:57:32.531Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:57:32.531Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4419f97-4de9-4fdb-863c-a0b363f20cc5",
  "consumerID": "clamp",
  "timestamp": 1644026117865,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:57:32.531Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:57:32.531Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:57:32.531Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4419f97-4de9-4fdb-863c-a0b363f20cc5",
  "consumerID": "policy-id",
  "timestamp": 1644026119711,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:57:32.531Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:57:32.531Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:57:32.531Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4419f97-4de9-4fdb-863c-a0b363f20cc5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644026121421,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-02-05T01:57:32.531Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:57:32.531Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:57:32.531Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4419f97-4de9-4fdb-863c-a0b363f20cc5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644026121320,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:57:32.531Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:57:32.531Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:57:32.531Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4419f97-4de9-4fdb-863c-a0b363f20cc5",
  "consumerID": "clamp",
  "timestamp": 1644026117865,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:57:32.531Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:57:32.531Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:57:32.531Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4419f97-4de9-4fdb-863c-a0b363f20cc5",
  "consumerID": "policy-id",
  "timestamp": 1644026119711,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:57:32.531Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:57:32.531Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:57:32.531Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4419f97-4de9-4fdb-863c-a0b363f20cc5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644026121421,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-02-05T01:57:32.532Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:57:32.532Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:57:32.532Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4419f97-4de9-4fdb-863c-a0b363f20cc5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644026121320,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:57:32.532Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:57:32.532Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:57:32.532Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4419f97-4de9-4fdb-863c-a0b363f20cc5",
  "consumerID": "clamp",
  "timestamp": 1644026117865,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-02-05T01:57:32.532Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:57:32.532Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:57:32.532Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4419f97-4de9-4fdb-863c-a0b363f20cc5",
  "consumerID": "policy-id",
  "timestamp": 1644026119711,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:57:32.532Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:57:32.532Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:57:32.532Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4419f97-4de9-4fdb-863c-a0b363f20cc5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644026121421,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-02-05T01:57:32.532Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:57:32.532Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:57:32.532Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4419f97-4de9-4fdb-863c-a0b363f20cc5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644026121320,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:57:32.532Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:57:32.532Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:57:32.532Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4419f97-4de9-4fdb-863c-a0b363f20cc5",
  "consumerID": "clamp",
  "timestamp": 1644026117865,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:57:32.532Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:57:32.532Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:57:32.532Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4419f97-4de9-4fdb-863c-a0b363f20cc5",
  "consumerID": "policy-id",
  "timestamp": 1644026119711,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-02-05T01:57:32.533Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:57:32.533Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:57:32.533Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4419f97-4de9-4fdb-863c-a0b363f20cc5",
  "consumerID": "cds",
  "timestamp": 1644026127046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:57:32.533Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:57:32.533Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:57:32.533Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4419f97-4de9-4fdb-863c-a0b363f20cc5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644026121421,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:57:32.533Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:57:32.533Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:57:32.533Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4419f97-4de9-4fdb-863c-a0b363f20cc5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644026121320,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:57:32.533Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:57:32.533Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:57:32.533Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4419f97-4de9-4fdb-863c-a0b363f20cc5",
  "consumerID": "clamp",
  "timestamp": 1644026117865,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:57:32.533Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:57:32.533Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:57:32.533Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4419f97-4de9-4fdb-863c-a0b363f20cc5",
  "consumerID": "policy-id",
  "timestamp": 1644026119711,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:57:32.533Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:57:32.533Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:57:32.533Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4419f97-4de9-4fdb-863c-a0b363f20cc5",
  "consumerID": "cds",
  "timestamp": 1644026127046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:57:32.533Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:57:32.533Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:57:32.534Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4419f97-4de9-4fdb-863c-a0b363f20cc5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644026121421,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-02-05T01:57:32.534Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:57:32.534Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:57:32.534Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4419f97-4de9-4fdb-863c-a0b363f20cc5",
  "consumerID": "clamp",
  "timestamp": 1644026117865,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:57:32.534Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:57:32.534Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:57:32.534Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4419f97-4de9-4fdb-863c-a0b363f20cc5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644026121320,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:57:32.534Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:57:32.534Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:57:32.534Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4419f97-4de9-4fdb-863c-a0b363f20cc5",
  "consumerID": "policy-id",
  "timestamp": 1644026119711,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:57:32.534Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:57:32.534Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:57:32.534Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4419f97-4de9-4fdb-863c-a0b363f20cc5",
  "consumerID": "cds",
  "timestamp": 1644026127046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:57:32.534Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:57:32.534Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:57:32.534Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4419f97-4de9-4fdb-863c-a0b363f20cc5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644026121421,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:57:32.534Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:57:32.534Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:57:32.534Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4419f97-4de9-4fdb-863c-a0b363f20cc5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644026121320,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:57:32.535Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:57:32.535Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:57:32.535Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4419f97-4de9-4fdb-863c-a0b363f20cc5",
  "consumerID": "clamp",
  "timestamp": 1644026117865,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:57:32.535Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:57:32.535Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:57:32.535Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4419f97-4de9-4fdb-863c-a0b363f20cc5",
  "consumerID": "policy-id",
  "timestamp": 1644026119711,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:57:32.535Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:57:32.535Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:57:32.535Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4419f97-4de9-4fdb-863c-a0b363f20cc5",
  "consumerID": "cds",
  "timestamp": 1644026127046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:57:32.535Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:57:32.535Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:57:32.535Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4419f97-4de9-4fdb-863c-a0b363f20cc5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644026121421,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T01:57:32.535Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:57:32.535Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:57:32.535Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4419f97-4de9-4fdb-863c-a0b363f20cc5",
  "consumerID": "clamp",
  "timestamp": 1644026117865,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T01:57:32.535Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:57:32.535Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:57:32.535Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4419f97-4de9-4fdb-863c-a0b363f20cc5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644026121320,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:57:32.535Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:57:32.535Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:57:32.535Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4419f97-4de9-4fdb-863c-a0b363f20cc5",
  "consumerID": "policy-id",
  "timestamp": 1644026119711,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T01:57:32.535Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:57:32.535Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:57:32.536Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4419f97-4de9-4fdb-863c-a0b363f20cc5",
  "consumerID": "aai-ml",
  "timestamp": 1644026130673,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:57:32.536Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:57:32.536Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:57:32.536Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4419f97-4de9-4fdb-863c-a0b363f20cc5",
  "consumerID": "cds",
  "timestamp": 1644026127046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:57:32.536Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:57:32.536Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:57:32.536Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4419f97-4de9-4fdb-863c-a0b363f20cc5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644026132160,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-05T01:57:32.536Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:57:32.536Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:57:32.536Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4419f97-4de9-4fdb-863c-a0b363f20cc5",
  "consumerID": "policy-id",
  "timestamp": 1644026132167,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T01:57:32.536Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:57:32.536Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:57:32.536Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4419f97-4de9-4fdb-863c-a0b363f20cc5",
  "consumerID": "aai-ml",
  "timestamp": 1644026130673,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:57:32.536Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:57:52.126Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a332c035-036e-4780-a49b-9ff9ae5ad7ec
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-05T01:57:52.138Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a332c035-036e-4780-a49b-9ff9ae5ad7ec
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-05T01:57:52.140Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-05T01:57:52.140Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-05T01:57:52.140Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-05T01:58:22.140Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a332c035-036e-4780-a49b-9ff9ae5ad7ec
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-05T01:58:22.150Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a332c035-036e-4780-a49b-9ff9ae5ad7ec
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-05T01:58:22.152Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-05T01:58:22.152Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-05T01:58:22.152Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-05T01:58:32.421Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:58:32.422Z||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-02-05T01:58:32.422Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:58:32.443Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:58:32.444Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:58:32.444Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4419f97-4de9-4fdb-863c-a0b363f20cc5",
  "consumerID": "cds",
  "timestamp": 1644026127046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:58:32.445Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:58:32.445Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:58:32.445Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4419f97-4de9-4fdb-863c-a0b363f20cc5",
  "consumerID": "policy-id",
  "timestamp": 1644026133169,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-05T01:58:32.445Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:58:32.445Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:58:32.445Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4419f97-4de9-4fdb-863c-a0b363f20cc5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644026133278,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-05T01:58:32.445Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:58:32.445Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:58:32.446Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4419f97-4de9-4fdb-863c-a0b363f20cc5",
  "consumerID": "aai-ml",
  "timestamp": 1644026130673,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:58:32.446Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:58:32.446Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:58:32.446Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4419f97-4de9-4fdb-863c-a0b363f20cc5",
  "consumerID": "cds",
  "timestamp": 1644026127046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:58:32.446Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:58:32.446Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:58:32.446Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4419f97-4de9-4fdb-863c-a0b363f20cc5",
  "consumerID": "policy-id",
  "timestamp": 1644026134171,
  "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-02-05T01:58:32.460Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f4419f97-4de9-4fdb-863c-a0b363f20cc5
2022-02-05T01:58:32.460Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f4419f97-4de9-4fdb-863c-a0b363f20cc5 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-02-05T01:58:32.466Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:58:32.466Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4419f97-4de9-4fdb-863c-a0b363f20cc5",
  "consumerID": "aai-ml",
  "timestamp": 1644026130673,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:58:32.466Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:58:32.466Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:58:32.467Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4419f97-4de9-4fdb-863c-a0b363f20cc5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644026134465,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-02-05T01:58:32.467Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:58:32.467Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:58:32.467Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4419f97-4de9-4fdb-863c-a0b363f20cc5",
  "consumerID": "cds",
  "timestamp": 1644026127046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:58:32.467Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:58:32.467Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:58:32.467Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4419f97-4de9-4fdb-863c-a0b363f20cc5",
  "consumerID": "aai-ml",
  "timestamp": 1644026130673,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:58:32.467Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:58:32.467Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:58:32.467Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4419f97-4de9-4fdb-863c-a0b363f20cc5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644026135571,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-02-05T01:58:32.467Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:58:32.467Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:58:32.467Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4419f97-4de9-4fdb-863c-a0b363f20cc5",
  "consumerID": "cds",
  "timestamp": 1644026127046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T01:58:32.467Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:58:32.467Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:58:32.467Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4419f97-4de9-4fdb-863c-a0b363f20cc5",
  "consumerID": "aai-ml",
  "timestamp": 1644026130673,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:58:32.467Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:58:32.467Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:58:32.468Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4419f97-4de9-4fdb-863c-a0b363f20cc5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644026136601,
  "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-02-05T01:58:32.471Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f4419f97-4de9-4fdb-863c-a0b363f20cc5
2022-02-05T01:58:32.471Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f4419f97-4de9-4fdb-863c-a0b363f20cc5 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-02-05T01:58:32.477Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:58:32.477Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4419f97-4de9-4fdb-863c-a0b363f20cc5",
  "consumerID": "cds",
  "timestamp": 1644026136878,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T01:58:32.477Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:58:32.477Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:58:32.477Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4419f97-4de9-4fdb-863c-a0b363f20cc5",
  "consumerID": "clamp",
  "timestamp": 1644026136966,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T01:58:32.477Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:58:32.477Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:58:32.477Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4419f97-4de9-4fdb-863c-a0b363f20cc5",
  "consumerID": "aai-ml",
  "timestamp": 1644026130673,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:58:32.477Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:58:32.477Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:58:32.477Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4419f97-4de9-4fdb-863c-a0b363f20cc5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644026137605,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-05T01:58:32.478Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:58:32.478Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:58:32.478Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4419f97-4de9-4fdb-863c-a0b363f20cc5",
  "consumerID": "cds",
  "timestamp": 1644026137883,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-05T01:58:32.481Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f4419f97-4de9-4fdb-863c-a0b363f20cc5
2022-02-05T01:58:32.481Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f4419f97-4de9-4fdb-863c-a0b363f20cc5 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-02-05T01:58:32.487Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:58:32.487Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4419f97-4de9-4fdb-863c-a0b363f20cc5",
  "consumerID": "aai-ml",
  "timestamp": 1644026130673,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:58:32.487Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:58:32.487Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:58:32.488Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4419f97-4de9-4fdb-863c-a0b363f20cc5",
  "consumerID": "clamp",
  "timestamp": 1644026138976,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-05T01:58:32.488Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:58:32.488Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:58:32.488Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4419f97-4de9-4fdb-863c-a0b363f20cc5",
  "consumerID": "aai-ml",
  "timestamp": 1644026130673,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T01:58:32.488Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:58:32.488Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:58:32.488Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4419f97-4de9-4fdb-863c-a0b363f20cc5",
  "consumerID": "clamp",
  "timestamp": 1644026139980,
  "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-02-05T01:58:32.492Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f4419f97-4de9-4fdb-863c-a0b363f20cc5
2022-02-05T01:58:32.492Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f4419f97-4de9-4fdb-863c-a0b363f20cc5 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-02-05T01:58:32.498Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:58:32.498Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4419f97-4de9-4fdb-863c-a0b363f20cc5",
  "consumerID": "aai-ml",
  "timestamp": 1644026140530,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T01:58:32.498Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:58:32.498Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:58:32.498Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4419f97-4de9-4fdb-863c-a0b363f20cc5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644026141529,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:58:32.498Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:58:32.498Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:58:32.498Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4419f97-4de9-4fdb-863c-a0b363f20cc5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644026141529,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:58:32.498Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:58:32.499Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:58:32.499Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4419f97-4de9-4fdb-863c-a0b363f20cc5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644026141529,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:58:32.499Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:58:32.499Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:58:32.499Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4419f97-4de9-4fdb-863c-a0b363f20cc5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644026141529,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:58:32.499Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:58:32.499Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:58:32.499Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4419f97-4de9-4fdb-863c-a0b363f20cc5",
  "consumerID": "aai-ml",
  "timestamp": 1644026145893,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-05T01:58:32.499Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:58:32.499Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:58:32.499Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4419f97-4de9-4fdb-863c-a0b363f20cc5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644026141529,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:58:32.499Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:58:32.499Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:58:32.499Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4419f97-4de9-4fdb-863c-a0b363f20cc5",
  "consumerID": "aai-ml",
  "timestamp": 1644026146896,
  "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-02-05T01:58:32.503Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f4419f97-4de9-4fdb-863c-a0b363f20cc5
2022-02-05T01:58:32.503Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f4419f97-4de9-4fdb-863c-a0b363f20cc5 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-02-05T01:58:32.509Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:58:32.509Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4419f97-4de9-4fdb-863c-a0b363f20cc5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644026141529,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:58:32.509Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:58:32.509Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:58:32.509Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4419f97-4de9-4fdb-863c-a0b363f20cc5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644026141529,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:58:32.509Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:58:32.509Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:58:32.509Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4419f97-4de9-4fdb-863c-a0b363f20cc5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644026141529,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:58:32.509Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:58:32.509Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:58:32.509Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4419f97-4de9-4fdb-863c-a0b363f20cc5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644026141529,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T01:58:32.509Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:58:32.510Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:58:32.510Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4419f97-4de9-4fdb-863c-a0b363f20cc5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644026151508,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T01:58:32.510Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:58:32.510Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:58:32.510Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4419f97-4de9-4fdb-863c-a0b363f20cc5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644026153561,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-05T01:58:32.510Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:58:32.510Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:58:32.510Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4419f97-4de9-4fdb-863c-a0b363f20cc5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644026154564,
  "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-02-05T01:58:32.513Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f4419f97-4de9-4fdb-863c-a0b363f20cc5
2022-02-05T01:58:32.513Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f4419f97-4de9-4fdb-863c-a0b363f20cc5 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-02-05T01:58:52.152Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a332c035-036e-4780-a49b-9ff9ae5ad7ec
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-05T01:58:52.161Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a332c035-036e-4780-a49b-9ff9ae5ad7ec
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-05T01:58:52.163Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-05T01:58:52.163Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-05T01:58:52.163Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-05T01:59:22.163Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a332c035-036e-4780-a49b-9ff9ae5ad7ec
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-05T01:59:22.172Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a332c035-036e-4780-a49b-9ff9ae5ad7ec
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-05T01:59:22.174Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-05T01:59:22.174Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-05T01:59:22.174Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-05T01:59:32.421Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:59:32.422Z||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-02-05T01:59:32.423Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:59:32.946Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T01:59:32.947Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:59:32.947Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93aa0fb2-14a9-4653-89cc-8821addf5da0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026218701,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-02-05T01:59:32.947Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:59:32.948Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:59:32.948Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a332c035-036e-4780-a49b-9ff9ae5ad7ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026219715,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:59:32.948Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:59:32.948Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:59:32.948Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a332c035-036e-4780-a49b-9ff9ae5ad7ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026219715,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:59:32.948Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:59:32.948Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:59:32.948Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a332c035-036e-4780-a49b-9ff9ae5ad7ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026219715,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-02-05T01:59:32.948Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:59:32.949Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:59:32.949Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a332c035-036e-4780-a49b-9ff9ae5ad7ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026219715,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-02-05T01:59:32.949Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:59:32.949Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:59:32.949Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a332c035-036e-4780-a49b-9ff9ae5ad7ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026219715,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:59:32.949Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:59:32.949Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:59:32.949Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a332c035-036e-4780-a49b-9ff9ae5ad7ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026219715,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-02-05T01:59:32.949Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:59:32.949Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:59:32.949Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a332c035-036e-4780-a49b-9ff9ae5ad7ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026219715,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T01:59:32.949Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:59:32.950Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:59:32.950Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a332c035-036e-4780-a49b-9ff9ae5ad7ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026219715,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T01:59:32.950Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T01:59:32.950Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:59:32.950Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a332c035-036e-4780-a49b-9ff9ae5ad7ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026232935,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T01:59:32.950Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:59:32.950Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:59:32.950Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a332c035-036e-4780-a49b-9ff9ae5ad7ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026234915,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-05T01:59:32.950Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:59:32.950Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:59:32.950Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a332c035-036e-4780-a49b-9ff9ae5ad7ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026235960,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-05T01:59:32.950Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:59:32.951Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:59:32.951Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a332c035-036e-4780-a49b-9ff9ae5ad7ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026236997,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-02-05T01:59:32.951Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:59:32.951Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:59:32.951Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a332c035-036e-4780-a49b-9ff9ae5ad7ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026238100,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-05T01:59:32.951Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:59:32.951Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:59:32.951Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a332c035-036e-4780-a49b-9ff9ae5ad7ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026239104,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-02-05T01:59:32.951Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:59:32.951Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:59:32.951Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a332c035-036e-4780-a49b-9ff9ae5ad7ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026240107,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-02-05T01:59:32.951Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:59:32.951Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:59:32.951Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a332c035-036e-4780-a49b-9ff9ae5ad7ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026241112,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-05T01:59:32.952Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:59:52.174Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a332c035-036e-4780-a49b-9ff9ae5ad7ec
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-05T01:59:52.184Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a332c035-036e-4780-a49b-9ff9ae5ad7ec
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-05T01:59:52.185Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-05T01:59:52.186Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-05T01:59:52.186Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-05T02:00:22.186Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a332c035-036e-4780-a49b-9ff9ae5ad7ec
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-05T02:00:22.200Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a332c035-036e-4780-a49b-9ff9ae5ad7ec
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-05T02:00:22.201Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-05T02:00:22.201Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-05T02:00:22.202Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-05T02:00:32.421Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T02:00:32.422Z||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-02-05T02:00:32.422Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T02:00:41.967Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:00:52.202Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a332c035-036e-4780-a49b-9ff9ae5ad7ec
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-05T02:00:52.210Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a332c035-036e-4780-a49b-9ff9ae5ad7ec
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-05T02:00:52.212Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-05T02:00:52.212Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-05T02:00:52.212Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-05T02:01:22.212Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a332c035-036e-4780-a49b-9ff9ae5ad7ec
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-05T02:01:22.221Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a332c035-036e-4780-a49b-9ff9ae5ad7ec
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-05T02:01:22.223Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-05T02:01:22.223Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-05T02:01:22.223Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-05T02:01:32.421Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T02:01:32.422Z||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-02-05T02:01:32.422Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T02:01:41.962Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:01:52.224Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a332c035-036e-4780-a49b-9ff9ae5ad7ec
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-05T02:01:52.235Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a332c035-036e-4780-a49b-9ff9ae5ad7ec
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-05T02:01:52.236Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-05T02:01:52.236Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-05T02:01:52.236Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-05T02:02:22.237Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-02-05T02:02:22.237Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a332c035-036e-4780-a49b-9ff9ae5ad7ec 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-02-05T02:02:22.244Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a332c035-036e-4780-a49b-9ff9ae5ad7ec and serviceModelVersionId: 3176bb90-96bb-4a75-aa74-c41fcfffd3bf
2022-02-05T02:02:22.244Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 513a88e1-3b25-4e3a-9ff3-0abf65be307d
2022-02-05T02:02:22.245Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/513a88e1-3b25-4e3a-9ff3-0abf65be307d/model-vers/model-ver/3176bb90-96bb-4a75-aa74-c41fcfffd3bf?depth=0
2022-02-05T02:02:22.251Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-02-05T02:02:22.276Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/513a88e1-3b25-4e3a-9ff3-0abf65be307d/model-vers/model-ver/3176bb90-96bb-4a75-aa74-c41fcfffd3bf?depth=0|INFO|500||Invoke
2022-02-05T02:02:22.277Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/513a88e1-3b25-4e3a-9ff3-0abf65be307d/model-vers/model-ver/3176bb90-96bb-4a75-aa74-c41fcfffd3bf?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/513a88e1-3b25-4e3a-9ff3-0abf65be307d/model-vers/model-ver/3176bb90-96bb-4a75-aa74-c41fcfffd3bf?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a332c035-036e-4780-a49b-9ff9ae5ad7ec], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[89fb02b7-1d12-43f5-89dd-d7eee81d3d1d], X-ECOMP-RequestID=[a332c035-036e-4780-a49b-9ff9ae5ad7ec], X-TransactionId=[], X-ONAP-RequestID=[a332c035-036e-4780-a49b-9ff9ae5ad7ec], Content-Type=[application/merge-patch+json]}
2022-02-05T02:02:22.293Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/513a88e1-3b25-4e3a-9ff3-0abf65be307d/model-vers/model-ver/3176bb90-96bb-4a75-aa74-c41fcfffd3bf?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-02-05T02:02:22.514Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/513a88e1-3b25-4e3a-9ff3-0abf65be307d/model-vers/model-ver/3176bb90-96bb-4a75-aa74-c41fcfffd3bf?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/513a88e1-3b25-4e3a-9ff3-0abf65be307d/model-vers/model-ver/3176bb90-96bb-4a75-aa74-c41fcfffd3bf?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220205-02:02:22:300-83395], vertex-id=[176360], Content-Length=[0], Date=[Sat, 05 Feb 2022 02:02:22 GMT], Content-Type=[application/json]}
2022-02-05T02:02:22.515Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/513a88e1-3b25-4e3a-9ff3-0abf65be307d/model-vers/model-ver/3176bb90-96bb-4a75-aa74-c41fcfffd3bf?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-02-05T02:02:22.516Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/513a88e1-3b25-4e3a-9ff3-0abf65be307d/model-vers/model-ver/3176bb90-96bb-4a75-aa74-c41fcfffd3bf?depth=0|INFO|500||InvokeReturn
2022-02-05T02:02:22.516Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-05T02:02:22.516Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|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-02-05T02:02:22.520Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|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-02-05T02:02:22.521Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a332c035-036e-4780-a49b-9ff9ae5ad7ec and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2022-02-05T02:02:22.521Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-02-05T02:02:22.522Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T02:02:22.524Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T02:02:22.524Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a332c035-036e-4780-a49b-9ff9ae5ad7ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026542521,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-02-05T02:02:22.625Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T02:02:22.626Z||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-02-05T02:02:22.626Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T02:02:22.638Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:02:22.638Z||pool-72-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-02-05T02:02:23.535Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T02:02:23.536Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"01ec128e-04b1-402d-b82d-cda4c8440e76","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"b5be4735-26c6-4e20-808b-d5c9072078ef","serviceDescription":"service","serviceInvariantUUID":"267865e5-3d3f-45a9-a5be-8c0943944c58","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3bf0e061-caf9-4c36-9ec8-e6603919181c","resourceInvariantUUID":"10ec213f-5c7f-421c-9618-804585d97787","resourceCustomizationUUID":"856c33c1-15d9-44ae-9370-f6ddea3630f1","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":"NWQ4ODM5YzRlNWI5ODU4MDY5MjgxNGZlODY3NWMwNDA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"63941716-3a13-4812-a5f4-5e0fe40f167f","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":"MDMzYzJmODUwNDE4MDQ2ZDliYmJhYmFhYzQ4MGI5ODg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"82af5b8c-6ab4-4f76-933a-9e65d65852c8","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":"3f69f027-96e2-4f37-8447-13a92ef3e781","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":"02f20c4d-483f-4a2c-8701-5fdf65d9c62a","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":"e00c19cd-53bb-4ced-8f8a-c9d4ca7ce4cd","artifactVersion":"2","generatedFromUUID":"3f69f027-96e2-4f37-8447-13a92ef3e781"},{"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":"NGRjMjY5MTg4ZTZiNWI1Y2QwOTRhYzZiZjkyZDBmYWE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"717172c2-69c0-41b3-90d8-0b7147d6192b","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":"MzhjNjQyZjYyNWRiNzAwMmVkMjQ4NDMyOWM3ZTFhOWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ae9a2aa9-6164-4111-b717-fc60ce5fb26b","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"M2M4M2U2MDRiODEzZDg0YTRiODU4NTkxNDlkOWE5NWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"53f6f24a-9693-4d01-b5d2-e8d6ef04c3b3","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-05T02:02:23.536Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T02:02:23.536Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T02:02:23.538Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T02:02:23.538Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "01ec128e-04b1-402d-b82d-cda4c8440e76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026219715,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T02:02:23.638Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T02:02:23.639Z||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-02-05T02:02:23.639Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T02:02:23.649Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:02:23.649Z||pool-73-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-05T02:02:24.539Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T02:02:24.539Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T02:02:24.541Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T02:02:24.541Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "01ec128e-04b1-402d-b82d-cda4c8440e76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026219715,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-02-05T02:02:24.642Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T02:02:24.643Z||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-02-05T02:02:24.643Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T02:02:24.653Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:02:24.653Z||pool-74-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-05T02:02:25.543Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T02:02:25.543Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T02:02:25.545Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T02:02:25.546Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "01ec128e-04b1-402d-b82d-cda4c8440e76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026219715,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-02-05T02:02:25.645Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-05T02:02:25.646Z||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-02-05T02:02:25.646Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T02:02:25.655Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:02:25.656Z||pool-75-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-05T02:02:26.546Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T02:02:26.547Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T02:02:26.549Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T02:02:26.549Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "01ec128e-04b1-402d-b82d-cda4c8440e76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026219715,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T02:02:26.649Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T02:02:26.650Z||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-02-05T02:02:26.650Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T02:02:26.660Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:02:26.660Z||pool-76-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-05T02:02:27.549Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T02:02:27.550Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T02:02:27.552Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T02:02:27.552Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "01ec128e-04b1-402d-b82d-cda4c8440e76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026219715,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-02-05T02:02:27.652Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T02:02:27.653Z||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-02-05T02:02:27.653Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T02:02:27.662Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:02:27.663Z||pool-77-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-05T02:02:28.553Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T02:02:28.553Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T02:02:28.555Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T02:02:28.555Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "01ec128e-04b1-402d-b82d-cda4c8440e76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026219715,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-05T02:02:28.656Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T02:02:28.656Z||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-02-05T02:02:28.656Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T02:02:28.666Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:02:28.667Z||pool-78-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-05T02:02:29.556Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T02:02:29.557Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T02:02:29.559Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T02:02:29.559Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "01ec128e-04b1-402d-b82d-cda4c8440e76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026219715,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T02:02:29.659Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T02:02:29.660Z||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-02-05T02:02:29.660Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T02:02:29.669Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:02:29.669Z||pool-79-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-05T02:02:30.559Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T02:02:30.560Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T02:02:30.562Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T02:02:30.562Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "01ec128e-04b1-402d-b82d-cda4c8440e76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026219715,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T02:02:30.662Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T02:02:30.663Z||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-02-05T02:02:30.663Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T02:02:30.674Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:02:30.674Z||pool-80-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-05T02:02:31.563Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "01ec128e-04b1-402d-b82d-cda4c8440e76",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "b5be4735-26c6-4e20-808b-d5c9072078ef",
  "serviceDescription": "service",
  "serviceInvariantUUID": "267865e5-3d3f-45a9-a5be-8c0943944c58",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "856c33c1-15d9-44ae-9370-f6ddea3630f1",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "3bf0e061-caf9-4c36-9ec8-e6603919181c",
      "resourceInvariantUUID": "10ec213f-5c7f-421c-9618-804585d97787",
      "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": "MDMzYzJmODUwNDE4MDQ2ZDliYmJhYmFhYzQ4MGI5ODg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "82af5b8c-6ab4-4f76-933a-9e65d65852c8",
          "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": "3f69f027-96e2-4f37-8447-13a92ef3e781",
          "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": "e00c19cd-53bb-4ced-8f8a-c9d4ca7ce4cd",
            "generatedFromUUID": "3f69f027-96e2-4f37-8447-13a92ef3e781"
          },
          "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": "e00c19cd-53bb-4ced-8f8a-c9d4ca7ce4cd",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "M2M4M2U2MDRiODEzZDg0YTRiODU4NTkxNDlkOWE5NWY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "53f6f24a-9693-4d01-b5d2-e8d6ef04c3b3"
    }
  ],
  "workloadContext": "Production"
}
2022-02-05T02:02:31.563Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-05T02:02:31.563Z|a332c035-036e-4780-a49b-9ff9ae5ad7ec|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b5be4735-26c6-4e20-808b-d5c9072078ef ASDC
2022-02-05T02:02:31.564Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:01ec128e-04b1-402d-b82d-cda4c8440e76
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:b5be4735-26c6-4e20-808b-d5c9072078ef
ServiceInvariantUUID:267865e5-3d3f-45a9-a5be-8c0943944c58
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:53f6f24a-9693-4d01-b5d2-e8d6ef04c3b3
ArtifactChecksum:M2M4M2U2MDRiODEzZDg0YTRiODU4NTkxNDlkOWE5NWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:856c33c1-15d9-44ae-9370-f6ddea3630f1
ResourceInvariantUUID:10ec213f-5c7f-421c-9618-804585d97787
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:3bf0e061-caf9-4c36-9ec8-e6603919181c
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:82af5b8c-6ab4-4f76-933a-9e65d65852c8
ArtifactChecksum:MDMzYzJmODUwNDE4MDQ2ZDliYmJhYmFhYzQ4MGI5ODg=
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:3f69f027-96e2-4f37-8447-13a92ef3e781
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:e00c19cd-53bb-4ced-8f8a-c9d4ca7ce4cd
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:e00c19cd-53bb-4ced-8f8a-c9d4ca7ce4cd
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-02-05T02:02:31.564Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b5be4735-26c6-4e20-808b-d5c9072078ef 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-02-05T02:02:31.584Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-05T02:02:31.585Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-02-05T02:02:31.585Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-02-05T02:02:31.585Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 53f6f24a-9693-4d01-b5d2-e8d6ef04c3b3 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-02-05T02:02:31.585Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-02-05T02:02:31.585Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-02-05T02:02:31.676Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-02-05T02:02:31.682Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 53f6f24a-9693-4d01-b5d2-e8d6ef04c3b3 78787
2022-02-05T02:02:31.682Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-02-05T02:02:31.682Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-02-05T02:02:31.682Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-05T02:02:31.683Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T02:02:31.684Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T02:02:31.684Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "01ec128e-04b1-402d-b82d-cda4c8440e76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026551682,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T02:02:31.785Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-05T02:02:31.785Z||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-02-05T02:02:31.786Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T02:02:31.795Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:02:31.795Z||pool-81-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-05T02:02:32.421Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T02:02:32.422Z||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-02-05T02:02:32.422Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T02:02:32.685Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-05T02:02:32.686Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-02-05T02:02:32.686Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 53f6f24a-9693-4d01-b5d2-e8d6ef04c3b3, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-02-05T02:02:32.686Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-02-05T02:02:32.687Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-02-05T02:02:32.687Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-02-05T02:02:32.833Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP861972135406391916/Definitions/service-BasicVmMacro-template.yml
2022-02-05T02:02:33.049Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:02:33.051Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T02:02:33.051Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ee9fbc-7247-4329-bc09-29c5024f1323",
  "consumerID": "cds",
  "timestamp": 1644026517046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5lknd83swnwexcw9bpg/1.0/resourceInstances/pnfd1c61e3b2eac0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T02:02:33.051Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T02:02:33.051Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T02:02:33.051Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ee9fbc-7247-4329-bc09-29c5024f1323",
  "consumerID": "policy-id",
  "timestamp": 1644026519711,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5lknd83swnwexcw9bpg/1.0/resourceInstances/pnfd1c61e3b2eac0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T02:02:33.051Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T02:02:33.051Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T02:02:33.051Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ee9fbc-7247-4329-bc09-29c5024f1323",
  "consumerID": "aai-ml",
  "timestamp": 1644026520673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5lknd83swnwexcw9bpg/1.0/resourceInstances/pnfd1c61e3b2eac0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T02:02:33.051Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T02:02:33.052Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T02:02:33.052Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ee9fbc-7247-4329-bc09-29c5024f1323",
  "consumerID": "cds",
  "timestamp": 1644026517046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5lknd83swnwexcw9bpg/1.0/resourceInstances/pnfd1c61e3b2eac0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-05T02:02:33.052Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T02:02:33.052Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T02:02:33.052Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ee9fbc-7247-4329-bc09-29c5024f1323",
  "consumerID": "policy-id",
  "timestamp": 1644026519711,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5lknd83swnwexcw9bpg/1.0/resourceInstances/pnfd1c61e3b2eac0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-05T02:02:33.052Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T02:02:33.052Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T02:02:33.052Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ee9fbc-7247-4329-bc09-29c5024f1323",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644026521320,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5lknd83swnwexcw9bpg/1.0/resourceInstances/pnfd1c61e3b2eac0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T02:02:33.052Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T02:02:33.052Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T02:02:33.052Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ee9fbc-7247-4329-bc09-29c5024f1323",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644026521422,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5lknd83swnwexcw9bpg/1.0/resourceInstances/pnfd1c61e3b2eac0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T02:02:33.052Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T02:02:33.052Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T02:02:33.052Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ee9fbc-7247-4329-bc09-29c5024f1323",
  "consumerID": "aai-ml",
  "timestamp": 1644026520673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5lknd83swnwexcw9bpg/1.0/resourceInstances/pnfd1c61e3b2eac0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-05T02:02:33.052Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T02:02:33.052Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T02:02:33.052Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ee9fbc-7247-4329-bc09-29c5024f1323",
  "consumerID": "cds",
  "timestamp": 1644026517046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5lknd83swnwexcw9bpg/1.0/resourceInstances/pnfd1c61e3b2eac0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-05T02:02:33.052Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T02:02:33.052Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T02:02:33.052Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ee9fbc-7247-4329-bc09-29c5024f1323",
  "consumerID": "policy-id",
  "timestamp": 1644026519711,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5lknd83swnwexcw9bpg/1.0/resourceInstances/pnfd1c61e3b2eac0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-05T02:02:33.052Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T02:02:33.052Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T02:02:33.053Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ee9fbc-7247-4329-bc09-29c5024f1323",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644026521320,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5lknd83swnwexcw9bpg/1.0/resourceInstances/pnfd1c61e3b2eac0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-05T02:02:33.053Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T02:02:33.053Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T02:02:33.053Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ee9fbc-7247-4329-bc09-29c5024f1323",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644026521422,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5lknd83swnwexcw9bpg/1.0/resourceInstances/pnfd1c61e3b2eac0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-05T02:02:33.053Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T02:02:33.053Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T02:02:33.053Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ee9fbc-7247-4329-bc09-29c5024f1323",
  "consumerID": "aai-ml",
  "timestamp": 1644026520673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5lknd83swnwexcw9bpg/1.0/resourceInstances/pnfd1c61e3b2eac0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-05T02:02:33.053Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T02:02:33.053Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T02:02:33.053Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ee9fbc-7247-4329-bc09-29c5024f1323",
  "consumerID": "cds",
  "timestamp": 1644026517046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5lknd83swnwexcw9bpg/1.0/resourceInstances/pnfd1c61e3b2eac0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T02:02:33.053Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T02:02:33.053Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T02:02:33.053Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ee9fbc-7247-4329-bc09-29c5024f1323",
  "consumerID": "policy-id",
  "timestamp": 1644026519711,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5lknd83swnwexcw9bpg/1.0/resourceInstances/pnfd1c61e3b2eac0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T02:02:33.053Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T02:02:33.053Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T02:02:33.053Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ee9fbc-7247-4329-bc09-29c5024f1323",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644026521320,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5lknd83swnwexcw9bpg/1.0/resourceInstances/pnfd1c61e3b2eac0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-05T02:02:33.053Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T02:02:33.053Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T02:02:33.053Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ee9fbc-7247-4329-bc09-29c5024f1323",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644026521422,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5lknd83swnwexcw9bpg/1.0/resourceInstances/pnfd1c61e3b2eac0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-05T02:02:33.054Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T02:02:33.054Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T02:02:33.054Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ee9fbc-7247-4329-bc09-29c5024f1323",
  "consumerID": "aai-ml",
  "timestamp": 1644026520673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5lknd83swnwexcw9bpg/1.0/resourceInstances/pnfd1c61e3b2eac0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T02:02:33.054Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T02:02:33.054Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T02:02:33.054Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ee9fbc-7247-4329-bc09-29c5024f1323",
  "consumerID": "cds",
  "timestamp": 1644026517046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5lknd83swnwexcw9bpg/1.0/resourceInstances/pnfd1c61e3b2eac0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T02:02:33.054Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T02:02:33.054Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T02:02:33.054Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ee9fbc-7247-4329-bc09-29c5024f1323",
  "consumerID": "policy-id",
  "timestamp": 1644026519711,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5lknd83swnwexcw9bpg/1.0/resourceInstances/pnfd1c61e3b2eac0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T02:02:33.054Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T02:02:33.054Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T02:02:33.054Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ee9fbc-7247-4329-bc09-29c5024f1323",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644026521320,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5lknd83swnwexcw9bpg/1.0/resourceInstances/pnfd1c61e3b2eac0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T02:02:33.054Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T02:02:33.054Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T02:02:33.054Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ee9fbc-7247-4329-bc09-29c5024f1323",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644026521422,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5lknd83swnwexcw9bpg/1.0/resourceInstances/pnfd1c61e3b2eac0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T02:02:33.055Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T02:02:33.055Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T02:02:33.055Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ee9fbc-7247-4329-bc09-29c5024f1323",
  "consumerID": "aai-ml",
  "timestamp": 1644026520673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5lknd83swnwexcw9bpg/1.0/resourceInstances/pnfd1c61e3b2eac0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T02:02:33.055Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T02:02:33.055Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T02:02:33.055Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ee9fbc-7247-4329-bc09-29c5024f1323",
  "consumerID": "cds",
  "timestamp": 1644026517046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5lknd83swnwexcw9bpg/1.0/resourceInstances/pnfd1c61e3b2eac0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T02:02:33.055Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T02:02:33.055Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T02:02:33.055Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ee9fbc-7247-4329-bc09-29c5024f1323",
  "consumerID": "policy-id",
  "timestamp": 1644026519711,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5lknd83swnwexcw9bpg/1.0/resourceInstances/pnfd1c61e3b2eac0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T02:02:33.055Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T02:02:33.055Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T02:02:33.055Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ee9fbc-7247-4329-bc09-29c5024f1323",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644026521320,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5lknd83swnwexcw9bpg/1.0/resourceInstances/pnfd1c61e3b2eac0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T02:02:33.055Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T02:02:33.055Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T02:02:33.055Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ee9fbc-7247-4329-bc09-29c5024f1323",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644026521422,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5lknd83swnwexcw9bpg/1.0/resourceInstances/pnfd1c61e3b2eac0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T02:02:33.055Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T02:02:33.055Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T02:02:33.056Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ee9fbc-7247-4329-bc09-29c5024f1323",
  "consumerID": "aai-ml",
  "timestamp": 1644026520673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5lknd83swnwexcw9bpg/1.0/resourceInstances/pnfd1c61e3b2eac0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T02:02:33.056Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T02:02:33.056Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T02:02:33.056Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ee9fbc-7247-4329-bc09-29c5024f1323",
  "consumerID": "cds",
  "timestamp": 1644026517046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5lknd83swnwexcw9bpg/1.0/artifacts/service-DemoPnfR5lknd83swnwexcw9bpg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T02:02:33.056Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T02:02:33.056Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T02:02:33.056Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ee9fbc-7247-4329-bc09-29c5024f1323",
  "consumerID": "policy-id",
  "timestamp": 1644026519711,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5lknd83swnwexcw9bpg/1.0/artifacts/service-DemoPnfR5lknd83swnwexcw9bpg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T02:02:33.056Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T02:02:33.056Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T02:02:33.056Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ee9fbc-7247-4329-bc09-29c5024f1323",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644026521320,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5lknd83swnwexcw9bpg/1.0/resourceInstances/pnfd1c61e3b2eac0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-02-05T02:02:33.056Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T02:02:33.056Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T02:02:33.056Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ee9fbc-7247-4329-bc09-29c5024f1323",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644026521422,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5lknd83swnwexcw9bpg/1.0/resourceInstances/pnfd1c61e3b2eac0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T02:02:33.056Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T02:02:33.056Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T02:02:33.056Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ee9fbc-7247-4329-bc09-29c5024f1323",
  "consumerID": "aai-ml",
  "timestamp": 1644026520673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5lknd83swnwexcw9bpg/1.0/artifacts/service-DemoPnfR5lknd83swnwexcw9bpg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T02:02:33.056Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T02:02:33.057Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T02:02:33.057Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ee9fbc-7247-4329-bc09-29c5024f1323",
  "consumerID": "cds",
  "timestamp": 1644026517046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5lknd83swnwexcw9bpg/1.0/artifacts/service-DemoPnfR5lknd83swnwexcw9bpg-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T02:02:33.057Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T02:02:33.057Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T02:02:33.057Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ee9fbc-7247-4329-bc09-29c5024f1323",
  "consumerID": "policy-id",
  "timestamp": 1644026519711,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5lknd83swnwexcw9bpg/1.0/artifacts/service-DemoPnfR5lknd83swnwexcw9bpg-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T02:02:33.057Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T02:02:33.057Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T02:02:33.057Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ee9fbc-7247-4329-bc09-29c5024f1323",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644026521320,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5lknd83swnwexcw9bpg/1.0/artifacts/service-DemoPnfR5lknd83swnwexcw9bpg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T02:02:33.057Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T02:02:33.057Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T02:02:33.057Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ee9fbc-7247-4329-bc09-29c5024f1323",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644026521422,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5lknd83swnwexcw9bpg/1.0/artifacts/service-DemoPnfR5lknd83swnwexcw9bpg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T02:02:33.057Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T02:02:33.057Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T02:02:33.057Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ee9fbc-7247-4329-bc09-29c5024f1323",
  "consumerID": "aai-ml",
  "timestamp": 1644026520673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5lknd83swnwexcw9bpg/1.0/artifacts/service-DemoPnfR5lknd83swnwexcw9bpg-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T02:02:33.057Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T02:02:33.057Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T02:02:33.057Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ee9fbc-7247-4329-bc09-29c5024f1323",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644026521320,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5lknd83swnwexcw9bpg/1.0/artifacts/service-DemoPnfR5lknd83swnwexcw9bpg-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-05T02:02:33.058Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T02:02:33.058Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T02:02:33.058Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ee9fbc-7247-4329-bc09-29c5024f1323",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644026521422,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5lknd83swnwexcw9bpg/1.0/artifacts/service-DemoPnfR5lknd83swnwexcw9bpg-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T02:02:33.058Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T02:02:33.058Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T02:02:33.058Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ee9fbc-7247-4329-bc09-29c5024f1323",
  "consumerID": "cds",
  "timestamp": 1644026529267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5lknd83swnwexcw9bpg/1.0/artifacts/service-DemoPnfR5lknd83swnwexcw9bpg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T02:02:33.058Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T02:02:33.058Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T02:02:33.058Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ee9fbc-7247-4329-bc09-29c5024f1323",
  "consumerID": "policy-id",
  "timestamp": 1644026529260,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5lknd83swnwexcw9bpg/1.0/artifacts/service-DemoPnfR5lknd83swnwexcw9bpg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T02:02:33.058Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T02:02:33.058Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T02:02:33.058Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ee9fbc-7247-4329-bc09-29c5024f1323",
  "consumerID": "aai-ml",
  "timestamp": 1644026529626,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5lknd83swnwexcw9bpg/1.0/artifacts/service-DemoPnfR5lknd83swnwexcw9bpg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T02:02:33.058Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T02:02:33.058Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T02:02:33.059Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ee9fbc-7247-4329-bc09-29c5024f1323",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644026530029,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5lknd83swnwexcw9bpg/1.0/resourceInstances/pnfd1c61e3b2eac0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-05T02:02:33.059Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T02:02:33.059Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T02:02:33.059Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ee9fbc-7247-4329-bc09-29c5024f1323",
  "consumerID": "cds",
  "timestamp": 1644026530271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5lknd83swnwexcw9bpg/1.0/artifacts/service-DemoPnfR5lknd83swnwexcw9bpg-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-02-05T02:02:33.070Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 50ee9fbc-7247-4329-bc09-29c5024f1323
2022-02-05T02:02:33.070Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 50ee9fbc-7247-4329-bc09-29c5024f1323 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-02-05T02:02:33.075Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T02:02:33.076Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ee9fbc-7247-4329-bc09-29c5024f1323",
  "consumerID": "policy-id",
  "timestamp": 1644026530262,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5lknd83swnwexcw9bpg/1.0/artifacts/service-DemoPnfR5lknd83swnwexcw9bpg-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-05T02:02:33.076Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T02:02:33.076Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T02:02:33.076Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ee9fbc-7247-4329-bc09-29c5024f1323",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644026531042,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5lknd83swnwexcw9bpg/1.0/resourceInstances/pnfd1c61e3b2eac0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-02-05T02:02:33.076Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T02:02:33.076Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T02:02:33.076Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ee9fbc-7247-4329-bc09-29c5024f1323",
  "consumerID": "policy-id",
  "timestamp": 1644026531264,
  "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-02-05T02:02:33.080Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 50ee9fbc-7247-4329-bc09-29c5024f1323
2022-02-05T02:02:33.080Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 50ee9fbc-7247-4329-bc09-29c5024f1323 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-02-05T02:02:33.085Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T02:02:33.085Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ee9fbc-7247-4329-bc09-29c5024f1323",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644026532043,
  "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-02-05T02:02:33.089Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 50ee9fbc-7247-4329-bc09-29c5024f1323
2022-02-05T02:02:33.089Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 50ee9fbc-7247-4329-bc09-29c5024f1323 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-02-05T02:02:33.095Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T02:02:33.095Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ee9fbc-7247-4329-bc09-29c5024f1323",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644026531529,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5lknd83swnwexcw9bpg/1.0/resourceInstances/pnfd1c61e3b2eac0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T02:02:33.095Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T02:02:33.095Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T02:02:33.095Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ee9fbc-7247-4329-bc09-29c5024f1323",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644026531529,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5lknd83swnwexcw9bpg/1.0/resourceInstances/pnfd1c61e3b2eac0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-05T02:02:33.095Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T02:02:33.096Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T02:02:33.096Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ee9fbc-7247-4329-bc09-29c5024f1323",
  "consumerID": "aai-ml",
  "timestamp": 1644026533414,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5lknd83swnwexcw9bpg/1.0/artifacts/service-DemoPnfR5lknd83swnwexcw9bpg-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-05T02:02:33.096Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T02:02:33.096Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T02:02:33.096Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ee9fbc-7247-4329-bc09-29c5024f1323",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644026531529,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5lknd83swnwexcw9bpg/1.0/resourceInstances/pnfd1c61e3b2eac0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-05T02:02:33.096Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T02:02:33.096Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T02:02:33.096Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ee9fbc-7247-4329-bc09-29c5024f1323",
  "consumerID": "aai-ml",
  "timestamp": 1644026534417,
  "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-02-05T02:02:33.099Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 50ee9fbc-7247-4329-bc09-29c5024f1323
2022-02-05T02:02:33.099Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 50ee9fbc-7247-4329-bc09-29c5024f1323 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-02-05T02:02:33.105Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T02:02:33.105Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ee9fbc-7247-4329-bc09-29c5024f1323",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644026531529,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5lknd83swnwexcw9bpg/1.0/resourceInstances/pnfd1c61e3b2eac0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T02:02:33.105Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T02:02:33.105Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T02:02:33.105Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ee9fbc-7247-4329-bc09-29c5024f1323",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644026531529,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5lknd83swnwexcw9bpg/1.0/resourceInstances/pnfd1c61e3b2eac0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T02:02:33.105Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T02:02:33.106Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T02:02:33.106Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ee9fbc-7247-4329-bc09-29c5024f1323",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644026531529,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5lknd83swnwexcw9bpg/1.0/resourceInstances/pnfd1c61e3b2eac0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T02:02:33.106Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T02:02:33.106Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T02:02:33.106Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ee9fbc-7247-4329-bc09-29c5024f1323",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644026531529,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5lknd83swnwexcw9bpg/1.0/artifacts/service-DemoPnfR5lknd83swnwexcw9bpg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T02:02:33.106Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T02:02:33.106Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T02:02:33.106Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ee9fbc-7247-4329-bc09-29c5024f1323",
  "consumerID": "clamp",
  "timestamp": 1644026537865,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5lknd83swnwexcw9bpg/1.0/resourceInstances/pnfd1c61e3b2eac0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T02:02:33.106Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T02:02:33.106Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T02:02:33.106Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ee9fbc-7247-4329-bc09-29c5024f1323",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644026531529,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5lknd83swnwexcw9bpg/1.0/artifacts/service-DemoPnfR5lknd83swnwexcw9bpg-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T02:02:33.106Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T02:02:33.106Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T02:02:33.106Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ee9fbc-7247-4329-bc09-29c5024f1323",
  "consumerID": "clamp",
  "timestamp": 1644026537865,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5lknd83swnwexcw9bpg/1.0/resourceInstances/pnfd1c61e3b2eac0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-05T02:02:33.106Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T02:02:33.106Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T02:02:33.106Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ee9fbc-7247-4329-bc09-29c5024f1323",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644026540422,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5lknd83swnwexcw9bpg/1.0/artifacts/service-DemoPnfR5lknd83swnwexcw9bpg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T02:02:33.106Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T02:02:33.106Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T02:02:33.107Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ee9fbc-7247-4329-bc09-29c5024f1323",
  "consumerID": "clamp",
  "timestamp": 1644026537865,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5lknd83swnwexcw9bpg/1.0/resourceInstances/pnfd1c61e3b2eac0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-05T02:02:33.107Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T02:02:33.107Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T02:02:33.107Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ee9fbc-7247-4329-bc09-29c5024f1323",
  "consumerID": "clamp",
  "timestamp": 1644026537865,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5lknd83swnwexcw9bpg/1.0/resourceInstances/pnfd1c61e3b2eac0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T02:02:33.107Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T02:02:33.107Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T02:02:33.107Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ee9fbc-7247-4329-bc09-29c5024f1323",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644026542097,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5lknd83swnwexcw9bpg/1.0/artifacts/service-DemoPnfR5lknd83swnwexcw9bpg-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-05T02:02:33.107Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T02:02:33.107Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T02:02:33.107Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ee9fbc-7247-4329-bc09-29c5024f1323",
  "consumerID": "clamp",
  "timestamp": 1644026537865,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5lknd83swnwexcw9bpg/1.0/resourceInstances/pnfd1c61e3b2eac0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T02:02:33.107Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T02:02:33.107Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T02:02:33.107Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a332c035-036e-4780-a49b-9ff9ae5ad7ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026542521,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-02-05T02:02:33.107Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T02:02:33.107Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T02:02:33.107Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ee9fbc-7247-4329-bc09-29c5024f1323",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644026543101,
  "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-02-05T02:02:33.111Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 50ee9fbc-7247-4329-bc09-29c5024f1323
2022-02-05T02:02:33.111Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 50ee9fbc-7247-4329-bc09-29c5024f1323 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-02-05T02:02:33.116Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T02:02:33.117Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ee9fbc-7247-4329-bc09-29c5024f1323",
  "consumerID": "clamp",
  "timestamp": 1644026537865,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5lknd83swnwexcw9bpg/1.0/resourceInstances/pnfd1c61e3b2eac0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T02:02:33.117Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T02:02:33.117Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T02:02:33.117Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ec128e-04b1-402d-b82d-cda4c8440e76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026219715,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T02:02:33.117Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T02:02:33.117Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T02:02:33.117Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ee9fbc-7247-4329-bc09-29c5024f1323",
  "consumerID": "clamp",
  "timestamp": 1644026537865,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5lknd83swnwexcw9bpg/1.0/artifacts/service-DemoPnfR5lknd83swnwexcw9bpg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T02:02:33.117Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T02:02:33.117Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T02:02:33.117Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ec128e-04b1-402d-b82d-cda4c8440e76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026219715,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-02-05T02:02:33.117Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T02:02:33.117Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T02:02:33.117Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ee9fbc-7247-4329-bc09-29c5024f1323",
  "consumerID": "clamp",
  "timestamp": 1644026537865,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5lknd83swnwexcw9bpg/1.0/artifacts/service-DemoPnfR5lknd83swnwexcw9bpg-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T02:02:33.117Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T02:02:33.117Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T02:02:33.117Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ec128e-04b1-402d-b82d-cda4c8440e76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026219715,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-02-05T02:02:33.117Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T02:02:33.117Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T02:02:33.117Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ec128e-04b1-402d-b82d-cda4c8440e76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026219715,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T02:02:33.118Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T02:02:33.118Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T02:02:33.118Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ec128e-04b1-402d-b82d-cda4c8440e76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026219715,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-02-05T02:02:33.118Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T02:02:33.118Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T02:02:33.118Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ec128e-04b1-402d-b82d-cda4c8440e76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026219715,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-05T02:02:33.118Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T02:02:33.118Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T02:02:33.118Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ec128e-04b1-402d-b82d-cda4c8440e76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026219715,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T02:02:33.118Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T02:02:33.118Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T02:02:33.118Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ec128e-04b1-402d-b82d-cda4c8440e76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026219715,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T02:02:33.118Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T02:02:33.118Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T02:02:33.118Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ec128e-04b1-402d-b82d-cda4c8440e76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026551682,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T02:02:33.118Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
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-02-05T02:02:33.546Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-05T02:02:33.546Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-02-05T02:02:33.546Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-02-05T02:02:33.547Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-02-05T02:02:33.547Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||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-02-05T02:02:33.547Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||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-02-05T02:02:33.547Z|01ec128e-04b1-402d-b82d-cda4c8440e76|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-BasicVmMacro-csar.csar
2022-02-05T02:02:33.547Z|01ec128e-04b1-402d-b82d-cda4c8440e76|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-BasicVmMacro-csar.csar
2022-02-05T02:02:33.547Z|01ec128e-04b1-402d-b82d-cda4c8440e76|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-BasicVmMacro-csar.csar
2022-02-05T02:02:33.547Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||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-02-05T02:02:33.547Z|01ec128e-04b1-402d-b82d-cda4c8440e76|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-BasicVmMacro-csar.csar
2022-02-05T02:02:33.547Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||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-02-05T02:02:33.547Z|01ec128e-04b1-402d-b82d-cda4c8440e76|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-BasicVmMacro-csar.csar
2022-02-05T02:02:33.547Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-02-05T02:02:33.547Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T02:02:33.548Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T02:02:33.548Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-02-05T02:02:33.548Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-02-05T02:02:33.548Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-05T02:02:33.548Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T02:02:33.548Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T02:02:33.548Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-02-05T02:02:33.548Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-02-05T02:02:33.548Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-05T02:02:33.548Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T02:02:33.549Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T02:02:33.549Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T02:02:33.549Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-02-05T02:02:33.549Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-02-05T02:02:33.549Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-02-05T02:02:33.549Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-02-05T02:02:33.549Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-02-05T02:02:33.549Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-02-05T02:02:33.549Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T02:02:33.549Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-05T02:02:33.550Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T02:02:33.550Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-02-05T02:02:33.550Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-05T02:02:33.550Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T02:02:33.550Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-02-05T02:02:33.550Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-05T02:02:33.550Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T02:02:33.550Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-02-05T02:02:33.550Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-05T02:02:33.550Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T02:02:33.551Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-02-05T02:02:33.551Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-02-05T02:02:33.551Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-02-05T02:02:33.551Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=7485bb0f-2f3f-4f5a-b59a-c906934d4b7e
2022-02-05T02:02:33.551Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T02:02:33.551Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T02:02:33.551Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T02:02:33.551Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T02:02:33.551Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T02:02:33.551Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T02:02:33.551Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T02:02:33.552Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T02:02:33.552Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:b5be4735-26c6-4e20-808b-d5c9072078ef
Model Version:NULL
Model InvariantUuid:267865e5-3d3f-45a9-a5be-8c0943944c58
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:bd25f61e-def0-4ea1-aa5b-bd82bd919e68
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:10ec213f-5c7f-421c-9618-804585d97787
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:856c33c1-15d9-44ae-9370-f6ddea3630f1
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:b29cdd24-1778-4651-ad08-ec38dde636db
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:6b5830f0-4fbd-47b3-9c59-b8c608be6406
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:7485bb0f-2f3f-4f5a-b59a-c906934d4b7e
ModelInvariantUuid:f479ea0a-52b3-4544-bc92-320233e12a3c
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:ea9529c8-1a45-4e66-91be-96a86217b337
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:57bbf751-006c-4bd2-81af-832f50ed3b8a
ModelInvariantUuid:7de11f98-e8bf-4f30-9ea0-11729da9d62d
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:372fc129-0a96-40f3-bfc3-038100ff4e58
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-02-05T02:02:33.557Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 3bf0e061-caf9-4c36-9ec8-e6603919181c
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-02-05T02:02:33.559Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||INFO|500||basic_vm_macro 0
2022-02-05T02:02:33.560Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3bf0e061-caf9-4c36-9ec8-e6603919181c
2022-02-05T02:02:33.560Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 82af5b8c-6ab4-4f76-933a-9e65d65852c8 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-02-05T02:02:33.560Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-02-05T02:02:33.560Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||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-02-05T02:02:33.673Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-02-05T02:02:33.673Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 82af5b8c-6ab4-4f76-933a-9e65d65852c8 792
2022-02-05T02:02:33.673Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||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-02-05T02:02:33.674Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||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-02-05T02:02:33.674Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-05T02:02:33.674Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T02:02:33.676Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T02:02:33.676Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "01ec128e-04b1-402d-b82d-cda4c8440e76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026553673,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-05T02:02:33.776Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T02:02:33.777Z||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-02-05T02:02:33.777Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T02:02:33.787Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:02:33.787Z||pool-82-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-05T02:02:34.678Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "b29cdd24-1778-4651-ad08-ec38dde636db",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6b5830f0-4fbd-47b3-9c59-b8c608be6406",
    "vfModuleModelCustomizationUUID": "1f7f82f0-617f-46bd-b891-625d9b592c70",
    "isBase": true,
    "artifacts": [
      "3f69f027-96e2-4f37-8447-13a92ef3e781",
      "e00c19cd-53bb-4ced-8f8a-c9d4ca7ce4cd"
    ],
    "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-02-05T02:02:34.682Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6b5830f0-4fbd-47b3-9c59-b8c608be6406
VfModuleModelInvariantUUID:b29cdd24-1778-4651-ad08-ec38dde636db
VfModuleModelDescription:NULL
Artifacts UUID List:{
3f69f027-96e2-4f37-8447-13a92ef3e781
,
e00c19cd-53bb-4ced-8f8a-c9d4ca7ce4cd

}
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-02-05T02:02:34.684Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "b29cdd24-1778-4651-ad08-ec38dde636db",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6b5830f0-4fbd-47b3-9c59-b8c608be6406",
    "vfModuleModelCustomizationUUID": "1f7f82f0-617f-46bd-b891-625d9b592c70",
    "isBase": true,
    "artifacts": [
      "3f69f027-96e2-4f37-8447-13a92ef3e781",
      "e00c19cd-53bb-4ced-8f8a-c9d4ca7ce4cd"
    ],
    "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-02-05T02:02:34.684Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6b5830f0-4fbd-47b3-9c59-b8c608be6406
VfModuleModelInvariantUUID:b29cdd24-1778-4651-ad08-ec38dde636db
VfModuleModelDescription:NULL
Artifacts UUID List:{
3f69f027-96e2-4f37-8447-13a92ef3e781
,
e00c19cd-53bb-4ced-8f8a-c9d4ca7ce4cd

}
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-02-05T02:02:34.684Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 3f69f027-96e2-4f37-8447-13a92ef3e781 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-02-05T02:02:34.684Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-02-05T02:02:34.684Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||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-02-05T02:02:34.865Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-02-05T02:02:34.865Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 3f69f027-96e2-4f37-8447-13a92ef3e781 5033
2022-02-05T02:02:34.866Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||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-02-05T02:02:34.866Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||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-02-05T02:02:34.866Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-05T02:02:34.866Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T02:02:34.868Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T02:02:34.868Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "01ec128e-04b1-402d-b82d-cda4c8440e76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026554865,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-05T02:02:34.968Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T02:02:34.969Z||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-02-05T02:02:34.969Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T02:02:34.978Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:02:34.978Z||pool-83-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-02-05T02:02:35.869Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: e00c19cd-53bb-4ced-8f8a-c9d4ca7ce4cd from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-02-05T02:02:35.869Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-02-05T02:02:35.870Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||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-02-05T02:02:35.980Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-02-05T02:02:35.981Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env e00c19cd-53bb-4ced-8f8a-c9d4ca7ce4cd 903
2022-02-05T02:02:35.981Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||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-02-05T02:02:35.981Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||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-02-05T02:02:35.981Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-05T02:02:35.982Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T02:02:35.984Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T02:02:35.984Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "01ec128e-04b1-402d-b82d-cda4c8440e76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026555981,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-02-05T02:02:36.084Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T02:02:36.085Z||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-02-05T02:02:36.085Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T02:02:36.096Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:02:36.096Z||pool-84-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-05T02:02:36.985Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: b5be4735-26c6-4e20-808b-d5c9072078ef
2022-02-05T02:02:36.985Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 3bf0e061-caf9-4c36-9ec8-e6603919181c 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-02-05T02:02:36.999Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@650bc961, org.onap.sdc.toscaparser.api.parameters.Input@2b139de1, org.onap.sdc.toscaparser.api.parameters.Input@39689c70, org.onap.sdc.toscaparser.api.parameters.Input@27ea8672, org.onap.sdc.toscaparser.api.parameters.Input@1c91132f]
2022-02-05T02:02:37.000Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T02:02:37.000Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T02:02:37.000Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-02-05T02:02:37.000Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 856c33c1-15d9-44ae-9370-f6ddea3630f1
2022-02-05T02:02:37.000Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 856c33c1-15d9-44ae-9370-f6ddea3630f1 matches Tosca VF Customization UUID: 856c33c1-15d9-44ae-9370-f6ddea3630f1
2022-02-05T02:02:37.000Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 856c33c1-15d9-44ae-9370-f6ddea3630f1  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-02-05T02:02:37.002Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T02:02:37.002Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T02:02:37.002Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 856c33c1-15d9-44ae-9370-f6ddea3630f1: {\"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-02-05T02:02:37.002Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@25863e7f
2022-02-05T02:02:37.002Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T02:02:37.003Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-05T02:02:37.003Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1f7f82f0-617f-46bd-b891-625d9b592c70
2022-02-05T02:02:37.003Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1f7f82f0-617f-46bd-b891-625d9b592c70
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-02-05T02:02:37.004Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T02:02:37.004Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-02-05T02:02:37.004Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-05T02:02:37.005Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T02:02:37.005Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-02-05T02:02:37.005Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-05T02:02:37.005Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T02:02:37.005Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-02-05T02:02:37.005Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-02-05T02:02:37.005Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-02-05T02:02:37.006Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=7485bb0f-2f3f-4f5a-b59a-c906934d4b7e
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-02-05T02:02:37.007Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T02:02:37.007Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-02-05T02:02:37.007Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-05T02:02:37.007Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T02:02:37.007Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-02-05T02:02:37.007Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=856c33c1-15d9-44ae-9370-f6ddea3630f1
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-02-05T02:02:37.008Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T02:02:37.009Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T02:02:37.009Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid b5be4735-26c6-4e20-808b-d5c9072078ef: basic_vm_macro
2022-02-05T02:02:37.009Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T02:02:37.009Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T02:02:37.009Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T02:02:37.009Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T02:02:37.009Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T02:02:37.009Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T02:02:37.009Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T02:02:37.009Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T02:02:37.010Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T02:02:37.010Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T02:02:37.010Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||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-02-05T02:02:37.073Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 3bf0e061-caf9-4c36-9ec8-e6603919181c 1 ASDC deployResourceStructure
2022-02-05T02:02:37.073Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||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-02-05T02:02:37.073Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||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-02-05T02:02:37.073Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-05T02:02:37.073Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T02:02:37.075Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T02:02:37.075Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "01ec128e-04b1-402d-b82d-cda4c8440e76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026557073,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-05T02:02:37.175Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T02:02:37.176Z||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-02-05T02:02:37.176Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T02:02:37.185Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:02:37.186Z||pool-85-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-05T02:02:38.078Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||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-02-05T02:02:38.078Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||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-02-05T02:02:38.078Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-05T02:02:38.079Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T02:02:38.081Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T02:02:38.081Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "01ec128e-04b1-402d-b82d-cda4c8440e76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026558075,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-02-05T02:02:38.181Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T02:02:38.182Z||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-02-05T02:02:38.182Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T02:02:38.191Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:02:38.192Z||pool-86-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-02-05T02:02:39.082Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||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-02-05T02:02:39.082Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||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-02-05T02:02:39.082Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-05T02:02:39.083Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T02:02:39.084Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T02:02:39.084Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "01ec128e-04b1-402d-b82d-cda4c8440e76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026559082,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-02-05T02:02:39.185Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T02:02:39.185Z||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-02-05T02:02:39.186Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T02:02:39.197Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:02:39.197Z||pool-87-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-05T02:02:40.085Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-02-05T02:02:40.086Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-02-05T02:02:40.086Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-05T02:02:40.086Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T02:02:40.088Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T02:02:40.088Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "01ec128e-04b1-402d-b82d-cda4c8440e76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026560085,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-05T02:02:40.188Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T02:02:40.188Z||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-02-05T02:02:40.189Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T02:02:40.199Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:02:40.199Z||pool-88-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-05T02:02:41.088Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 01ec128e-04b1-402d-b82d-cda4c8440e76
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-05T02:02:41.098Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 01ec128e-04b1-402d-b82d-cda4c8440e76
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-05T02:02:41.101Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-05T02:02:41.101Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-05T02:02:41.101Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-05T02:02:41.101Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-05T02:02:41.101Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-05T02:02:41.101Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-05T02:02:41.101Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-05T02:02:41.101Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-05T02:02:41.102Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-05T02:02:41.102Z|01ec128e-04b1-402d-b82d-cda4c8440e76|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-02-05T02:02:41.106Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-05T02:03:11.106Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 01ec128e-04b1-402d-b82d-cda4c8440e76 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-02-05T02:03:11.114Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 01ec128e-04b1-402d-b82d-cda4c8440e76 and serviceModelVersionId: b5be4735-26c6-4e20-808b-d5c9072078ef
2022-02-05T02:03:11.114Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 267865e5-3d3f-45a9-a5be-8c0943944c58
2022-02-05T02:03:11.115Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/267865e5-3d3f-45a9-a5be-8c0943944c58/model-vers/model-ver/b5be4735-26c6-4e20-808b-d5c9072078ef?depth=0
2022-02-05T02:03:11.120Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-02-05T02:03:11.144Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/267865e5-3d3f-45a9-a5be-8c0943944c58/model-vers/model-ver/b5be4735-26c6-4e20-808b-d5c9072078ef?depth=0|INFO|500||Invoke
2022-02-05T02:03:11.144Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/267865e5-3d3f-45a9-a5be-8c0943944c58/model-vers/model-ver/b5be4735-26c6-4e20-808b-d5c9072078ef?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/267865e5-3d3f-45a9-a5be-8c0943944c58/model-vers/model-ver/b5be4735-26c6-4e20-808b-d5c9072078ef?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[01ec128e-04b1-402d-b82d-cda4c8440e76], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[38425981-a83e-4840-b65e-4f64f4f0e35d], X-ECOMP-RequestID=[01ec128e-04b1-402d-b82d-cda4c8440e76], X-TransactionId=[], X-ONAP-RequestID=[01ec128e-04b1-402d-b82d-cda4c8440e76], Content-Type=[application/merge-patch+json]}
2022-02-05T02:03:11.160Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/267865e5-3d3f-45a9-a5be-8c0943944c58/model-vers/model-ver/b5be4735-26c6-4e20-808b-d5c9072078ef?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-02-05T02:03:11.428Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/267865e5-3d3f-45a9-a5be-8c0943944c58/model-vers/model-ver/b5be4735-26c6-4e20-808b-d5c9072078ef?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/267865e5-3d3f-45a9-a5be-8c0943944c58/model-vers/model-ver/b5be4735-26c6-4e20-808b-d5c9072078ef?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220205-02:03:11:168-429], vertex-id=[196840], Content-Length=[0], Date=[Sat, 05 Feb 2022 02:03:11 GMT], Content-Type=[application/json]}
2022-02-05T02:03:11.429Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/267865e5-3d3f-45a9-a5be-8c0943944c58/model-vers/model-ver/b5be4735-26c6-4e20-808b-d5c9072078ef?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-02-05T02:03:11.429Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/267865e5-3d3f-45a9-a5be-8c0943944c58/model-vers/model-ver/b5be4735-26c6-4e20-808b-d5c9072078ef?depth=0|INFO|500||InvokeReturn
2022-02-05T02:03:11.430Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-05T02:03:11.430Z|01ec128e-04b1-402d-b82d-cda4c8440e76|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-02-05T02:03:11.433Z|01ec128e-04b1-402d-b82d-cda4c8440e76|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-02-05T02:03:11.433Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 01ec128e-04b1-402d-b82d-cda4c8440e76 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-05T02:03:11.434Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-05T02:03:11.434Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T02:03:11.436Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T02:03:11.436Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "01ec128e-04b1-402d-b82d-cda4c8440e76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026591433,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-05T02:03:11.536Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T02:03:11.537Z||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-02-05T02:03:11.537Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T02:03:11.549Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:03:11.550Z||pool-89-thread-1|||||INFO|500||cambria reply ok (13 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-02-05T02:03:12.448Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T02:03:12.448Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"60d8409b-3c09-45a6-901f-d66e0b69df7d","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"7564e3f6-1700-4376-95d6-04b9d097d787","serviceDescription":"service","serviceInvariantUUID":"31bdb6d7-ff62-4e7d-92b5-2978b97ac612","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b9efd286-d6b8-469a-b9dc-2a1d983541b7","resourceInvariantUUID":"703cffc0-5f4f-45ab-b2cc-089b63bc756b","resourceCustomizationUUID":"ce243be0-d7b8-4447-a349-718052835752","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml","artifactChecksum":"YjIwNGMxNGZiYjk1YWUwMGJhN2M3NWMwNmU1NTQyYWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"20197594-77b9-4a91-bb78-4120e68d7a70","artifactVersion":"1"},{"artifactName":"basic_cnf_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json","artifactChecksum":"NjdjODQ3MjI5NTA2NzFhYjBmNzcwNTNlODJkOTJkZWQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0275aa44-76d9-45d6-b9cf-88afe54869ae","artifactVersion":"1"},{"artifactName":"base_template_dummy_ignore.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml","artifactChecksum":"ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"9d8365bf-0257-4c3f-bb1d-2a0a4a894f62","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"Njk1MTM1MjJiZTllY2UyN2I2MWE2NzA1NzAzZWM5YjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"cc960107-67f1-4b81-b0f9-82ab05577a28","artifactVersion":"1"},{"artifactName":"helm_apache.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0cc89b21-7f18-434c-9bb4-89fd779a22b5","artifactVersion":"2","generatedFromUUID":"b85370b7-0bd6-419e-86aa-3f405a1242a4"},{"artifactName":"base_template_dummy_ignore.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env","artifactChecksum":"MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"735fe37f-94bf-4279-9be6-9e3a80978580","artifactVersion":"2","generatedFromUUID":"9d8365bf-0257-4c3f-bb1d-2a0a4a894f62"},{"artifactName":"helm_apache.tgz","artifactType":"HELM","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz","artifactChecksum":"Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"b85370b7-0bd6-419e-86aa-3f405a1242a4","artifactVersion":"1"},{"artifactName":"basic_cnf_cba_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip","artifactChecksum":"OWEzNmRmZDA4MGYyNGFkYTE2M2M0ZmVhMjNhZDVjNmM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"4ea38d75-d2eb-4248-9e78-79629111db8f","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml","artifactChecksum":"M2U0NzYxNGVmZmU1NGVmNjEyNjZjMWIzNjQxNDgzZDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"aaeb2dbe-2436-424d-8daf-bd3000b5ec0c","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"OWM3YzZjNzA2MWM0OTc3OWQyZWFmNjUxMTY5ODE3YmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8c267536-2e18-46b2-a408-f33300e1e919","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-05T02:03:12.448Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T02:03:12.448Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T02:03:12.450Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T02:03:12.450Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "60d8409b-3c09-45a6-901f-d66e0b69df7d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026219715,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T02:03:12.551Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T02:03:12.551Z||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-02-05T02:03:12.551Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T02:03:12.560Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:03:12.561Z||pool-90-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-02-05T02:03:13.451Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T02:03:13.452Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T02:03:13.454Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T02:03:13.454Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "60d8409b-3c09-45a6-901f-d66e0b69df7d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026219715,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-02-05T02:03:13.554Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T02:03:13.555Z||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-02-05T02:03:13.555Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T02:03:13.563Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:03:13.564Z||pool-91-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-05T02:03:14.454Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T02:03:14.455Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T02:03:14.457Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T02:03:14.457Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "60d8409b-3c09-45a6-901f-d66e0b69df7d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026219715,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-02-05T02:03:14.557Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-05T02:03:14.558Z||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-02-05T02:03:14.558Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T02:03:14.567Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:03:14.567Z||pool-92-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-02-05T02:03:15.458Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T02:03:15.459Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T02:03:15.461Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T02:03:15.461Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "60d8409b-3c09-45a6-901f-d66e0b69df7d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026219715,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T02:03:15.561Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-05T02:03:15.562Z||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-02-05T02:03:15.562Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T02:03:15.573Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:03:15.573Z||pool-93-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-02-05T02:03:16.462Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T02:03:16.463Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T02:03:16.465Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T02:03:16.465Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "60d8409b-3c09-45a6-901f-d66e0b69df7d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026219715,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-02-05T02:03:16.565Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T02:03:16.566Z||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-02-05T02:03:16.566Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T02:03:16.575Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:03:16.576Z||pool-94-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-05T02:03:17.465Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T02:03:17.466Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T02:03:17.468Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T02:03:17.468Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "60d8409b-3c09-45a6-901f-d66e0b69df7d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026219715,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-02-05T02:03:17.568Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T02:03:17.569Z||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-02-05T02:03:17.569Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T02:03:17.579Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:03:17.579Z||pool-95-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-05T02:03:18.468Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T02:03:18.469Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T02:03:18.471Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T02:03:18.471Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "60d8409b-3c09-45a6-901f-d66e0b69df7d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026219715,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-02-05T02:03:18.571Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T02:03:18.572Z||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-02-05T02:03:18.572Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T02:03:18.582Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:03:18.582Z||pool-96-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-05T02:03:19.472Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T02:03:19.473Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T02:03:19.475Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T02:03:19.475Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "60d8409b-3c09-45a6-901f-d66e0b69df7d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026219715,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-05T02:03:19.575Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T02:03:19.575Z||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-02-05T02:03:19.576Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T02:03:19.585Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:03:19.586Z||pool-97-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-02-05T02:03:20.475Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T02:03:20.476Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T02:03:20.478Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T02:03:20.479Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "60d8409b-3c09-45a6-901f-d66e0b69df7d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026219715,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T02:03:20.579Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T02:03:20.579Z||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-02-05T02:03:20.579Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T02:03:20.589Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:03:20.589Z||pool-98-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-05T02:03:21.479Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T02:03:21.480Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T02:03:21.482Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T02:03:21.482Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "60d8409b-3c09-45a6-901f-d66e0b69df7d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026219715,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T02:03:21.582Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T02:03:21.582Z||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-02-05T02:03:21.583Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T02:03:21.591Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:03:21.591Z||pool-99-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-02-05T02:03:22.483Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "60d8409b-3c09-45a6-901f-d66e0b69df7d",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "7564e3f6-1700-4376-95d6-04b9d097d787",
  "serviceDescription": "service",
  "serviceInvariantUUID": "31bdb6d7-ff62-4e7d-92b5-2978b97ac612",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "ce243be0-d7b8-4447-a349-718052835752",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "b9efd286-d6b8-469a-b9dc-2a1d983541b7",
      "resourceInvariantUUID": "703cffc0-5f4f-45ab-b2cc-089b63bc756b",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_cnf_macro0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
          "artifactChecksum": "NjdjODQ3MjI5NTA2NzFhYjBmNzcwNTNlODJkOTJkZWQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "0275aa44-76d9-45d6-b9cf-88afe54869ae",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_template_dummy_ignore.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
          "artifactChecksum": "ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "9d8365bf-0257-4c3f-bb1d-2a0a4a894f62",
          "generatedArtifact": {
            "artifactName": "base_template_dummy_ignore.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
            "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "735fe37f-94bf-4279-9be6-9e3a80978580",
            "generatedFromUUID": "9d8365bf-0257-4c3f-bb1d-2a0a4a894f62"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "helm_apache.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
          "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "0cc89b21-7f18-434c-9bb4-89fd779a22b5",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_template_dummy_ignore.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
          "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "735fe37f-94bf-4279-9be6-9e3a80978580",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "helm_apache.tgz",
          "artifactType": "HELM",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
          "artifactChecksum": "Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "b85370b7-0bd6-419e-86aa-3f405a1242a4",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "OWM3YzZjNzA2MWM0OTc3OWQyZWFmNjUxMTY5ODE3YmE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8c267536-2e18-46b2-a408-f33300e1e919"
    }
  ],
  "workloadContext": "Production"
}
2022-02-05T02:03:22.483Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-05T02:03:22.483Z|01ec128e-04b1-402d-b82d-cda4c8440e76|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 7564e3f6-1700-4376-95d6-04b9d097d787 ASDC
2022-02-05T02:03:22.484Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:60d8409b-3c09-45a6-901f-d66e0b69df7d
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:7564e3f6-1700-4376-95d6-04b9d097d787
ServiceInvariantUUID:31bdb6d7-ff62-4e7d-92b5-2978b97ac612
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicCnfMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
ArtifactUUID:8c267536-2e18-46b2-a408-f33300e1e919
ArtifactChecksum:OWM3YzZjNzA2MWM0OTc3OWQyZWFmNjUxMTY5ODE3YmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:ce243be0-d7b8-4447-a349-718052835752
ResourceInvariantUUID:703cffc0-5f4f-45ab-b2cc-089b63bc756b
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:b9efd286-d6b8-469a-b9dc-2a1d983541b7
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_cnf_macro0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
ArtifactUUID:0275aa44-76d9-45d6-b9cf-88afe54869ae
ArtifactChecksum:NjdjODQ3MjI5NTA2NzFhYjBmNzcwNTNlODJkOTJkZWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
ArtifactUUID:9d8365bf-0257-4c3f-bb1d-2a0a4a894f62
ArtifactChecksum:ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
ArtifactUUID:735fe37f-94bf-4279-9be6-9e3a80978580
ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:helm_apache.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
ArtifactUUID:0cc89b21-7f18-434c-9bb4-89fd779a22b5
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
ArtifactUUID:735fe37f-94bf-4279-9be6-9e3a80978580
ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:helm_apache.tgz
ArtifactVersion:1
ArtifactType:HELM
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
ArtifactUUID:b85370b7-0bd6-419e-86aa-3f405a1242a4
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-02-05T02:03:22.484Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7564e3f6-1700-4376-95d6-04b9d097d787 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-02-05T02:03:22.510Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-05T02:03:22.510Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-02-05T02:03:22.510Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-02-05T02:03:22.510Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 8c267536-2e18-46b2-a408-f33300e1e919 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-02-05T02:03:22.510Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-02-05T02:03:22.510Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-02-05T02:03:23.124Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-02-05T02:03:23.134Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 8c267536-2e18-46b2-a408-f33300e1e919 158184
2022-02-05T02:03:23.135Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-02-05T02:03:23.135Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-02-05T02:03:23.135Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-05T02:03:23.135Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T02:03:23.137Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T02:03:23.137Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "60d8409b-3c09-45a6-901f-d66e0b69df7d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026603135,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T02:03:23.237Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T02:03:23.237Z||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-02-05T02:03:23.238Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T02:03:23.247Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:03:23.247Z||pool-100-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-02-05T02:03:24.137Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-05T02:03:24.138Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-02-05T02:03:24.138Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 8c267536-2e18-46b2-a408-f33300e1e919, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-02-05T02:03:24.139Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-02-05T02:03:24.139Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-02-05T02:03:24.139Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-02-05T02:03:24.205Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2482077934158911062/Definitions/service-BasicCnfMacro-template.yml
2022-02-05T02:03:24.890Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-05T02:03:24.890Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-02-05T02:03:24.891Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-02-05T02:03:24.891Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-02-05T02:03:24.891Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|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-BasicCnfMacro-csar.csar
2022-02-05T02:03:24.891Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-02-05T02:03:24.891Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-02-05T02:03:24.891Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-02-05T02:03:24.891Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-02-05T02:03:24.891Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T02:03:24.891Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T02:03:24.891Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-02-05T02:03:24.891Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-02-05T02:03:24.891Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-05T02:03:24.891Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T02:03:24.891Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T02:03:24.891Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-02-05T02:03:24.892Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-02-05T02:03:24.892Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-05T02:03:24.892Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T02:03:24.892Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T02:03:24.892Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T02:03:24.892Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-02-05T02:03:24.892Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-02-05T02:03:24.892Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-02-05T02:03:24.892Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-02-05T02:03:24.892Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T02:03:24.892Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-05T02:03:24.892Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T02:03:24.892Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-02-05T02:03:24.892Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-05T02:03:24.893Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T02:03:24.893Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-02-05T02:03:24.893Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-05T02:03:24.893Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T02:03:24.893Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-02-05T02:03:24.893Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-05T02:03:24.893Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T02:03:24.893Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-02-05T02:03:24.893Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-05T02:03:24.893Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T02:03:24.893Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-02-05T02:03:24.894Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-02-05T02:03:24.894Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=db977248-3b04-4be2-8884-2321cc9a558d
2022-02-05T02:03:24.894Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T02:03:24.894Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T02:03:24.894Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T02:03:24.894Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T02:03:24.894Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T02:03:24.894Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T02:03:24.894Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T02:03:24.894Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T02:03:24.894Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:7564e3f6-1700-4376-95d6-04b9d097d787
Model Version:NULL
Model InvariantUuid:31bdb6d7-ff62-4e7d-92b5-2978b97ac612
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:60c0e833-f55d-42b5-9bcf-fff1ff0733bc
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:703cffc0-5f4f-45ab-b2cc-089b63bc756b
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:ce243be0-d7b8-4447-a349-718052835752
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:f0c06a63-7d20-46d3-9406-965f41c92a3b
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:a4de1d0a-dcb4-4f01-a429-4fbe5ebbc799
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:d4c4eeeb-a5aa-4dce-bf9e-97145e26c2d6
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:69dc1da5-ff1a-4eb6-8b9b-3e58bf52a9b4
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:db977248-3b04-4be2-8884-2321cc9a558d
ModelInvariantUuid:70d1e9ba-fd86-4519-bbf6-daa153147dad
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:43f9f4a8-8ae6-44c2-962b-e1c28685bc00
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:d963590d-f282-4569-a05d-ebcb68ea6689
ModelInvariantUuid:1d6c7dfd-6735-4076-9ad0-b2916583d03a
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:d1e3ee79-4dc4-4817-bcf4-7367c18d914a
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-02-05T02:03:24.900Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: b9efd286-d6b8-469a-b9dc-2a1d983541b7
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-02-05T02:03:24.902Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||INFO|500||basic_cnf_macro 0
2022-02-05T02:03:24.902Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b9efd286-d6b8-469a-b9dc-2a1d983541b7
2022-02-05T02:03:24.902Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 0275aa44-76d9-45d6-b9cf-88afe54869ae from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-02-05T02:03:24.902Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-02-05T02:03:24.902Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-02-05T02:03:25.015Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-02-05T02:03:25.015Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 0275aa44-76d9-45d6-b9cf-88afe54869ae 1565
2022-02-05T02:03:25.016Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-02-05T02:03:25.016Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-02-05T02:03:25.016Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-05T02:03:25.016Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T02:03:25.018Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T02:03:25.018Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "60d8409b-3c09-45a6-901f-d66e0b69df7d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026605016,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-05T02:03:25.118Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T02:03:25.118Z||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-02-05T02:03:25.119Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T02:03:25.128Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:03:25.128Z||pool-101-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-05T02:03:26.018Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "d4c4eeeb-a5aa-4dce-bf9e-97145e26c2d6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "69dc1da5-ff1a-4eb6-8b9b-3e58bf52a9b4",
    "vfModuleModelCustomizationUUID": "a73c96cb-e68c-4955-90f2-445f23f3813f",
    "isBase": true,
    "artifacts": [
      "9d8365bf-0257-4c3f-bb1d-2a0a4a894f62",
      "735fe37f-94bf-4279-9be6-9e3a80978580"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_template_dummy_ignore",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  },
  {
    "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1",
    "vfModuleModelInvariantUUID": "f0c06a63-7d20-46d3-9406-965f41c92a3b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a4de1d0a-dcb4-4f01-a429-4fbe5ebbc799",
    "vfModuleModelCustomizationUUID": "020da864-cb64-42bf-a393-ca31b1bb4ca6",
    "isBase": false,
    "artifacts": [
      "b85370b7-0bd6-419e-86aa-3f405a1242a4"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-02-05T02:03:26.022Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:69dc1da5-ff1a-4eb6-8b9b-3e58bf52a9b4
VfModuleModelInvariantUUID:d4c4eeeb-a5aa-4dce-bf9e-97145e26c2d6
VfModuleModelDescription:NULL
Artifacts UUID List:{
9d8365bf-0257-4c3f-bb1d-2a0a4a894f62
,
735fe37f-94bf-4279-9be6-9e3a80978580

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

isBase:true

,
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..helm_apache..module-1
VfModuleModelVersion:1
VfModuleModelUUID:a4de1d0a-dcb4-4f01-a429-4fbe5ebbc799
VfModuleModelInvariantUUID:f0c06a63-7d20-46d3-9406-965f41c92a3b
VfModuleModelDescription:NULL
Artifacts UUID List:{
b85370b7-0bd6-419e-86aa-3f405a1242a4

}
Properties List:{
  min_vf_module_instances : 0
  vf_module_label : helm_apache
  max_vf_module_instances : 
  vfc_list : 
  vf_module_type : Expansion
  vf_module_description : 
  initial_count : 0
  volume_group : false
  availability_zone_count :
}

isBase:false


}

2022-02-05T02:03:26.025Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "d4c4eeeb-a5aa-4dce-bf9e-97145e26c2d6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "69dc1da5-ff1a-4eb6-8b9b-3e58bf52a9b4",
    "vfModuleModelCustomizationUUID": "a73c96cb-e68c-4955-90f2-445f23f3813f",
    "isBase": true,
    "artifacts": [
      "9d8365bf-0257-4c3f-bb1d-2a0a4a894f62",
      "735fe37f-94bf-4279-9be6-9e3a80978580"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_template_dummy_ignore",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  },
  {
    "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1",
    "vfModuleModelInvariantUUID": "f0c06a63-7d20-46d3-9406-965f41c92a3b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a4de1d0a-dcb4-4f01-a429-4fbe5ebbc799",
    "vfModuleModelCustomizationUUID": "020da864-cb64-42bf-a393-ca31b1bb4ca6",
    "isBase": false,
    "artifacts": [
      "b85370b7-0bd6-419e-86aa-3f405a1242a4"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-02-05T02:03:26.025Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:69dc1da5-ff1a-4eb6-8b9b-3e58bf52a9b4
VfModuleModelInvariantUUID:d4c4eeeb-a5aa-4dce-bf9e-97145e26c2d6
VfModuleModelDescription:NULL
Artifacts UUID List:{
9d8365bf-0257-4c3f-bb1d-2a0a4a894f62
,
735fe37f-94bf-4279-9be6-9e3a80978580

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

isBase:true

,
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..helm_apache..module-1
VfModuleModelVersion:1
VfModuleModelUUID:a4de1d0a-dcb4-4f01-a429-4fbe5ebbc799
VfModuleModelInvariantUUID:f0c06a63-7d20-46d3-9406-965f41c92a3b
VfModuleModelDescription:NULL
Artifacts UUID List:{
b85370b7-0bd6-419e-86aa-3f405a1242a4

}
Properties List:{
  min_vf_module_instances : 0
  vf_module_label : helm_apache
  max_vf_module_instances : 
  vfc_list : 
  vf_module_type : Expansion
  vf_module_description : 
  initial_count : 0
  volume_group : false
  availability_zone_count :
}

isBase:false


}

2022-02-05T02:03:26.025Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 9d8365bf-0257-4c3f-bb1d-2a0a4a894f62 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-02-05T02:03:26.025Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-02-05T02:03:26.025Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-02-05T02:03:26.211Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-02-05T02:03:26.211Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 9d8365bf-0257-4c3f-bb1d-2a0a4a894f62 914
2022-02-05T02:03:26.211Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-02-05T02:03:26.211Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-02-05T02:03:26.211Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-05T02:03:26.212Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T02:03:26.213Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T02:03:26.213Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "60d8409b-3c09-45a6-901f-d66e0b69df7d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026606211,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-05T02:03:26.313Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T02:03:26.314Z||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-02-05T02:03:26.314Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T02:03:26.323Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:03:26.323Z||pool-102-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-05T02:03:27.213Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 0cc89b21-7f18-434c-9bb4-89fd779a22b5 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-02-05T02:03:27.214Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-02-05T02:03:27.214Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-02-05T02:03:27.411Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-02-05T02:03:27.411Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 0cc89b21-7f18-434c-9bb4-89fd779a22b5 12
2022-02-05T02:03:27.411Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-02-05T02:03:27.412Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-02-05T02:03:27.412Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-05T02:03:27.412Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T02:03:27.414Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T02:03:27.414Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "60d8409b-3c09-45a6-901f-d66e0b69df7d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026607411,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-02-05T02:03:27.514Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T02:03:27.515Z||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-02-05T02:03:27.515Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T02:03:27.524Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:03:27.524Z||pool-103-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-05T02:03:28.414Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 735fe37f-94bf-4279-9be6-9e3a80978580 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-02-05T02:03:28.415Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-02-05T02:03:28.415Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-02-05T02:03:28.452Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-02-05T02:03:28.453Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 735fe37f-94bf-4279-9be6-9e3a80978580 96
2022-02-05T02:03:28.453Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-02-05T02:03:28.453Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-02-05T02:03:28.453Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-05T02:03:28.454Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T02:03:28.455Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T02:03:28.456Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "60d8409b-3c09-45a6-901f-d66e0b69df7d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026608453,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-02-05T02:03:28.556Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T02:03:28.556Z||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-02-05T02:03:28.557Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T02:03:28.566Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:03:28.567Z||pool-104-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-02-05T02:03:29.456Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: b85370b7-0bd6-419e-86aa-3f405a1242a4 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-02-05T02:03:29.457Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-02-05T02:03:29.457Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-02-05T02:03:29.501Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-02-05T02:03:29.502Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz b85370b7-0bd6-419e-86aa-3f405a1242a4 20206
2022-02-05T02:03:29.502Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-02-05T02:03:29.502Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-02-05T02:03:29.502Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-05T02:03:29.503Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T02:03:29.504Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T02:03:29.505Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "60d8409b-3c09-45a6-901f-d66e0b69df7d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026609502,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-02-05T02:03:29.605Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T02:03:29.605Z||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-02-05T02:03:29.605Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T02:03:29.615Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:03:29.616Z||pool-105-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-02-05T02:03:30.510Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 7564e3f6-1700-4376-95d6-04b9d097d787
2022-02-05T02:03:30.510Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 b9efd286-d6b8-469a-b9dc-2a1d983541b7 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-05T02:03:30.518Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@169df463, org.onap.sdc.toscaparser.api.parameters.Input@7f3c171d, org.onap.sdc.toscaparser.api.parameters.Input@49651b9d, org.onap.sdc.toscaparser.api.parameters.Input@2efa32d3, org.onap.sdc.toscaparser.api.parameters.Input@57bdf583]
2022-02-05T02:03:30.518Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T02:03:30.519Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T02:03:30.519Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-02-05T02:03:30.519Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= ce243be0-d7b8-4447-a349-718052835752
2022-02-05T02:03:30.519Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ce243be0-d7b8-4447-a349-718052835752 matches Tosca VF Customization UUID: ce243be0-d7b8-4447-a349-718052835752
2022-02-05T02:03:30.519Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: ce243be0-d7b8-4447-a349-718052835752  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-02-05T02:03:30.520Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T02:03:30.520Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T02:03:30.521Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id ce243be0-d7b8-4447-a349-718052835752: {\"vf_module_id\":\"demo_module_id\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"demo_app\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"demo_vnf_ignore\",\"sdnc_model_name\":\"APACHE\"}
2022-02-05T02:03:30.521Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@56ed14ba
2022-02-05T02:03:30.521Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T02:03:30.521Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-05T02:03:30.521Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 020da864-cb64-42bf-a393-ca31b1bb4ca6
2022-02-05T02:03:30.521Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 020da864-cb64-42bf-a393-ca31b1bb4ca6
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-02-05T02:03:30.523Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T02:03:30.523Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-02-05T02:03:30.523Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-05T02:03:30.523Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T02:03:30.523Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-02-05T02:03:30.523Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-05T02:03:30.523Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T02:03:30.523Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-02-05T02:03:30.523Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=ce243be0-d7b8-4447-a349-718052835752
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-02-05T02:03:30.525Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T02:03:30.525Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T02:03:30.525Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 7564e3f6-1700-4376-95d6-04b9d097d787: basic_cnf_macro
2022-02-05T02:03:30.525Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T02:03:30.525Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T02:03:30.525Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T02:03:30.525Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T02:03:30.525Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T02:03:30.525Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T02:03:30.525Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T02:03:30.525Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T02:03:30.526Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T02:03:30.526Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T02:03:30.526Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||INFO|500||Saving Service: basic_cnf_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-05T02:03:30.553Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro b9efd286-d6b8-469a-b9dc-2a1d983541b7 2 ASDC deployResourceStructure
2022-02-05T02:03:30.553Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-02-05T02:03:30.553Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-02-05T02:03:30.553Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-05T02:03:30.554Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T02:03:30.555Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T02:03:30.555Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "60d8409b-3c09-45a6-901f-d66e0b69df7d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026610553,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-05T02:03:30.655Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T02:03:30.656Z||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-02-05T02:03:30.656Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T02:03:30.666Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:03:30.667Z||pool-106-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-05T02:03:31.556Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-02-05T02:03:31.556Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-02-05T02:03:31.556Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-05T02:03:31.556Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T02:03:31.558Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T02:03:31.558Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "60d8409b-3c09-45a6-901f-d66e0b69df7d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026611555,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-02-05T02:03:31.658Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T02:03:31.659Z||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-02-05T02:03:31.659Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T02:03:31.673Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:03:31.673Z||pool-107-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-05T02:03:32.421Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T02:03:32.422Z||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-02-05T02:03:32.422Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T02:03:32.565Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-02-05T02:03:32.566Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource)
2022-02-05T02:03:32.566Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-02-05T02:03:32.566Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T02:03:32.568Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T02:03:32.568Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "60d8409b-3c09-45a6-901f-d66e0b69df7d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026612559,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-02-05T02:03:32.669Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-05T02:03:32.669Z||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-02-05T02:03:32.669Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T02:03:32.679Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:03:32.679Z||pool-108-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-05T02:03:32.690Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:03:32.690Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T02:03:32.691Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ec128e-04b1-402d-b82d-cda4c8440e76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026553673,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-05T02:03:32.691Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T02:03:32.691Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T02:03:32.691Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ec128e-04b1-402d-b82d-cda4c8440e76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026554865,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-05T02:03:32.691Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T02:03:32.691Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T02:03:32.691Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ec128e-04b1-402d-b82d-cda4c8440e76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026555981,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-02-05T02:03:32.691Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T02:03:32.692Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T02:03:32.692Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ee9fbc-7247-4329-bc09-29c5024f1323",
  "consumerID": "clamp",
  "timestamp": 1644026557034,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5lknd83swnwexcw9bpg/1.0/artifacts/service-DemoPnfR5lknd83swnwexcw9bpg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T02:03:32.692Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T02:03:32.692Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T02:03:32.692Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ec128e-04b1-402d-b82d-cda4c8440e76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026557073,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-05T02:03:32.692Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T02:03:32.692Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T02:03:32.692Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ee9fbc-7247-4329-bc09-29c5024f1323",
  "consumerID": "clamp",
  "timestamp": 1644026558053,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5lknd83swnwexcw9bpg/1.0/artifacts/service-DemoPnfR5lknd83swnwexcw9bpg-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-05T02:03:32.692Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T02:03:32.692Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T02:03:32.692Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ec128e-04b1-402d-b82d-cda4c8440e76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026558075,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-02-05T02:03:32.692Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T02:03:32.692Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T02:03:32.692Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ee9fbc-7247-4329-bc09-29c5024f1323",
  "consumerID": "clamp",
  "timestamp": 1644026559056,
  "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-02-05T02:03:32.698Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 50ee9fbc-7247-4329-bc09-29c5024f1323
2022-02-05T02:03:32.699Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 50ee9fbc-7247-4329-bc09-29c5024f1323 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-02-05T02:03:32.706Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T02:03:32.706Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ec128e-04b1-402d-b82d-cda4c8440e76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026559082,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-02-05T02:03:32.706Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T02:03:32.706Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T02:03:32.706Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ec128e-04b1-402d-b82d-cda4c8440e76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026560085,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-05T02:03:32.706Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T02:03:32.706Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T02:03:32.706Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ec128e-04b1-402d-b82d-cda4c8440e76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026591433,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-05T02:03:32.706Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T02:03:32.706Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T02:03:32.706Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d8409b-3c09-45a6-901f-d66e0b69df7d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026219715,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T02:03:32.706Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T02:03:32.706Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T02:03:32.706Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d8409b-3c09-45a6-901f-d66e0b69df7d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026219715,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-02-05T02:03:32.706Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T02:03:32.706Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T02:03:32.706Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d8409b-3c09-45a6-901f-d66e0b69df7d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026219715,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-02-05T02:03:32.706Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T02:03:32.706Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T02:03:32.706Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d8409b-3c09-45a6-901f-d66e0b69df7d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026219715,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T02:03:32.706Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T02:03:32.706Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T02:03:32.706Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d8409b-3c09-45a6-901f-d66e0b69df7d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026219715,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-02-05T02:03:32.706Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T02:03:32.706Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T02:03:32.706Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d8409b-3c09-45a6-901f-d66e0b69df7d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026219715,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-02-05T02:03:32.706Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T02:03:32.706Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T02:03:32.706Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d8409b-3c09-45a6-901f-d66e0b69df7d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026219715,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-02-05T02:03:32.707Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T02:03:32.707Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T02:03:32.707Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d8409b-3c09-45a6-901f-d66e0b69df7d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026219715,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-05T02:03:32.707Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T02:03:32.707Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T02:03:32.707Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d8409b-3c09-45a6-901f-d66e0b69df7d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026219715,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T02:03:32.707Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T02:03:32.707Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T02:03:32.707Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d8409b-3c09-45a6-901f-d66e0b69df7d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026219715,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T02:03:32.707Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T02:03:32.707Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T02:03:32.707Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d8409b-3c09-45a6-901f-d66e0b69df7d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026603135,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T02:03:32.707Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T02:03:32.707Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T02:03:32.707Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d8409b-3c09-45a6-901f-d66e0b69df7d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026605016,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-05T02:03:32.707Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T02:03:32.707Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T02:03:32.707Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d8409b-3c09-45a6-901f-d66e0b69df7d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026606211,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-05T02:03:32.707Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T02:03:32.707Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T02:03:32.707Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d8409b-3c09-45a6-901f-d66e0b69df7d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026607411,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-02-05T02:03:32.707Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T02:03:32.707Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T02:03:32.707Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d8409b-3c09-45a6-901f-d66e0b69df7d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026608453,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-02-05T02:03:32.707Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T02:03:32.707Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T02:03:32.707Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d8409b-3c09-45a6-901f-d66e0b69df7d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026609502,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-02-05T02:03:32.707Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T02:03:32.707Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T02:03:32.707Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d8409b-3c09-45a6-901f-d66e0b69df7d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026610553,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-05T02:03:32.707Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T02:03:32.707Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T02:03:32.707Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d8409b-3c09-45a6-901f-d66e0b69df7d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026611555,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-02-05T02:03:32.707Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T02:03:33.569Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-02-05T02:03:33.570Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-02-05T02:03:33.570Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-05T02:03:33.570Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T02:03:33.572Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T02:03:33.572Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "60d8409b-3c09-45a6-901f-d66e0b69df7d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026613569,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-02-05T02:03:33.672Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T02:03:33.673Z||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-02-05T02:03:33.673Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T02:03:33.682Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:03:33.683Z||pool-109-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-05T02:03:34.573Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-02-05T02:03:34.574Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource)
2022-02-05T02:03:34.574Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-02-05T02:03:34.574Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T02:03:34.576Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T02:03:34.576Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "60d8409b-3c09-45a6-901f-d66e0b69df7d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026614573,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-02-05T02:03:34.676Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T02:03:34.677Z||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-02-05T02:03:34.677Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T02:03:34.687Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:03:34.688Z||pool-110-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-05T02:03:35.577Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-02-05T02:03:35.577Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-02-05T02:03:35.577Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-05T02:03:35.577Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T02:03:35.579Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T02:03:35.579Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "60d8409b-3c09-45a6-901f-d66e0b69df7d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026615577,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-05T02:03:35.680Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T02:03:35.680Z||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-02-05T02:03:35.680Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T02:03:35.690Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:03:35.690Z||pool-111-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-05T02:03:36.580Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 60d8409b-3c09-45a6-901f-d66e0b69df7d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-05T02:03:36.591Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 60d8409b-3c09-45a6-901f-d66e0b69df7d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-05T02:03:36.592Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-05T02:03:36.592Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-05T02:03:36.592Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-05T02:03:36.593Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-05T02:03:36.593Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-05T02:03:36.593Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-05T02:03:36.593Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-05T02:03:36.593Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-05T02:03:36.593Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-05T02:03:36.593Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-05T02:03:36.593Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|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-02-05T02:03:36.597Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-05T02:04:06.597Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 60d8409b-3c09-45a6-901f-d66e0b69df7d 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-02-05T02:04:06.603Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 60d8409b-3c09-45a6-901f-d66e0b69df7d and serviceModelVersionId: 7564e3f6-1700-4376-95d6-04b9d097d787
2022-02-05T02:04:06.603Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 31bdb6d7-ff62-4e7d-92b5-2978b97ac612
2022-02-05T02:04:06.604Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/31bdb6d7-ff62-4e7d-92b5-2978b97ac612/model-vers/model-ver/7564e3f6-1700-4376-95d6-04b9d097d787?depth=0
2022-02-05T02:04:06.611Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-02-05T02:04:06.648Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/31bdb6d7-ff62-4e7d-92b5-2978b97ac612/model-vers/model-ver/7564e3f6-1700-4376-95d6-04b9d097d787?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-02-05T02:04:06.649Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/31bdb6d7-ff62-4e7d-92b5-2978b97ac612/model-vers/model-ver/7564e3f6-1700-4376-95d6-04b9d097d787?depth=0|INFO|500||Invoke
2022-02-05T02:04:06.667Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/31bdb6d7-ff62-4e7d-92b5-2978b97ac612/model-vers/model-ver/7564e3f6-1700-4376-95d6-04b9d097d787?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-02-05T02:04:06.962Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/31bdb6d7-ff62-4e7d-92b5-2978b97ac612/model-vers/model-ver/7564e3f6-1700-4376-95d6-04b9d097d787?depth=0|INFO|500||InvokeReturn
2022-02-05T02:04:06.963Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/31bdb6d7-ff62-4e7d-92b5-2978b97ac612/model-vers/model-ver/7564e3f6-1700-4376-95d6-04b9d097d787?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220205-02:04:06:674-7509], vertex-id=[237704], Content-Length=[0], Date=[Sat, 05 Feb 2022 02:04:06 GMT], Content-Type=[application/json]}
2022-02-05T02:04:06.963Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2022-02-05T02:04:06.964Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-05T02:04:06.964Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|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-02-05T02:04:06.968Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|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-02-05T02:04:06.969Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 60d8409b-3c09-45a6-901f-d66e0b69df7d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-05T02:04:06.969Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-05T02:04:06.969Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T02:04:06.972Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T02:04:06.972Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "60d8409b-3c09-45a6-901f-d66e0b69df7d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026646969,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-05T02:04:07.072Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-05T02:04:07.073Z||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-02-05T02:04:07.073Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T02:04:07.086Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:04:07.087Z||pool-112-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-02-05T02:04:07.982Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T02:04:07.983Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"8ac9badc-d599-4fa7-87d8-604ef2dee358","serviceName":"Demo_pNF_74FDNywRQmkjIowFMAH2","serviceVersion":"1.0","serviceUUID":"c7332c1e-f04c-438c-9e27-e5119b00d20a","serviceDescription":"catalog service description","serviceInvariantUUID":"db1308cf-15da-442c-a8c2-deb334b2de81","resources":[{"resourceInstanceName":"pNF 33bfe888-5973 0","resourceName":"pNF 33bfe888-5973","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"e5dbadf4-bb01-40ef-8e97-5e0a6c0d33ae","resourceInvariantUUID":"5645176e-8f8b-4555-9637-44446dd15cfb","resourceCustomizationUUID":"157b33ba-5a15-44e7-bab4-0553778dfa46","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf74fdnywrqmkjiowfmah2/1.0/resourceInstances/pnf33bfe88859730/artifacts/vf-license-model.xml","artifactChecksum":"ODUyNWQxMmFhOWRiZDk3ZDhlMDlkNjRjOGJlNjVjYWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d60ba7ff-21a4-4b16-864a-3d24d1806779","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf74fdnywrqmkjiowfmah2/1.0/resourceInstances/pnf33bfe88859730/artifacts/pNF.csar","artifactChecksum":"ZWQxZDlkZjVlNGI2NTQ4MDVmYzIxNzM2ZDk3OTMwMWM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b6a43f96-ec2e-4896-abba-ef97182adb58","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf74fdnywrqmkjiowfmah2/1.0/resourceInstances/pnf33bfe88859730/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a31d50be-beea-4129-9234-b7ed7dcf0ab6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf74fdnywrqmkjiowfmah2/1.0/resourceInstances/pnf33bfe88859730/artifacts/vendor-license-model.xml","artifactChecksum":"MzdkNTY5MTM4Y2YwMjY3YjAwN2NmZTZjZTlkNzhmNGU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"961c09a3-734e-4310-a2ef-683341980a4b","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf74fdnywrqmkjiowfmah2/1.0/resourceInstances/pnf33bfe88859730/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"14c8566c-3ab5-4584-827b-464a6d49786f","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf74fdnywrqmkjiowfmah2/1.0/resourceInstances/pnf33bfe88859730/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fe74f9b5-cfed-4586-966f-9286eafef95a","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf74fdnywrqmkjiowfmah2-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf74fdnywrqmkjiowfmah2/1.0/artifacts/service-DemoPnf74fdnywrqmkjiowfmah2-template.yml","artifactChecksum":"MjRkZDVmZWRiYWZlMGU0OGQ2MTU1MGM3YWVkYTAyNGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"dabe2b22-f370-44f7-819b-a6a968b93609","artifactVersion":"1"},{"artifactName":"service-DemoPnf74fdnywrqmkjiowfmah2-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf74fdnywrqmkjiowfmah2/1.0/artifacts/service-DemoPnf74fdnywrqmkjiowfmah2-csar.csar","artifactChecksum":"YWFkOTk5YzNiMmFmODcxZTFmYTVhYjFhY2I5NTUzMmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e4cae711-3799-4dcd-94ae-53e34c3605c0","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-05T02:04:07.984Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T02:04:07.984Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T02:04:07.986Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T02:04:07.986Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8ac9badc-d599-4fa7-87d8-604ef2dee358",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026219715,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf74fdnywrqmkjiowfmah2/1.0/resourceInstances/pnf33bfe88859730/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T02:04:08.086Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T02:04:08.087Z||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-02-05T02:04:08.087Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T02:04:08.096Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:04:08.097Z||pool-113-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-05T02:04:08.986Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T02:04:08.987Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T02:04:08.989Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T02:04:08.989Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8ac9badc-d599-4fa7-87d8-604ef2dee358",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026219715,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf74fdnywrqmkjiowfmah2/1.0/resourceInstances/pnf33bfe88859730/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-05T02:04:09.089Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-05T02:04:09.090Z||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-02-05T02:04:09.090Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T02:04:09.101Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:04:09.102Z||pool-114-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-05T02:04:09.990Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T02:04:09.991Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T02:04:09.993Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T02:04:09.993Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8ac9badc-d599-4fa7-87d8-604ef2dee358",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026219715,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf74fdnywrqmkjiowfmah2/1.0/resourceInstances/pnf33bfe88859730/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-05T02:04:10.093Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T02:04:10.093Z||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-02-05T02:04:10.094Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T02:04:10.103Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:04:10.104Z||pool-115-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-05T02:04:10.994Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T02:04:10.994Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T02:04:10.996Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T02:04:10.996Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8ac9badc-d599-4fa7-87d8-604ef2dee358",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026219715,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf74fdnywrqmkjiowfmah2/1.0/resourceInstances/pnf33bfe88859730/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T02:04:11.097Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T02:04:11.097Z||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-02-05T02:04:11.097Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T02:04:11.106Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:04:11.107Z||pool-116-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-05T02:04:11.997Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T02:04:11.998Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T02:04:12.000Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T02:04:12.000Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8ac9badc-d599-4fa7-87d8-604ef2dee358",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026219715,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf74fdnywrqmkjiowfmah2/1.0/resourceInstances/pnf33bfe88859730/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T02:04:12.100Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T02:04:12.101Z||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-02-05T02:04:12.101Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T02:04:12.111Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:04:12.111Z||pool-117-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-05T02:04:13.001Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T02:04:13.001Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T02:04:13.003Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T02:04:13.003Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8ac9badc-d599-4fa7-87d8-604ef2dee358",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026219715,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf74fdnywrqmkjiowfmah2/1.0/resourceInstances/pnf33bfe88859730/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T02:04:13.103Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-05T02:04:13.104Z||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-02-05T02:04:13.104Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T02:04:13.114Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:04:13.115Z||pool-118-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-05T02:04:14.004Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T02:04:14.005Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T02:04:14.007Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T02:04:14.007Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8ac9badc-d599-4fa7-87d8-604ef2dee358",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026219715,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf74fdnywrqmkjiowfmah2/1.0/artifacts/service-DemoPnf74fdnywrqmkjiowfmah2-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T02:04:14.107Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T02:04:14.107Z||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-02-05T02:04:14.107Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T02:04:14.117Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:04:14.117Z||pool-119-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-05T02:04:15.007Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T02:04:15.008Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T02:04:15.010Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T02:04:15.010Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8ac9badc-d599-4fa7-87d8-604ef2dee358",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026219715,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf74fdnywrqmkjiowfmah2/1.0/artifacts/service-DemoPnf74fdnywrqmkjiowfmah2-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T02:04:15.110Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-05T02:04:15.111Z||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-02-05T02:04:15.111Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T02:04:15.121Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:04:15.121Z||pool-120-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-05T02:04:16.011Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "8ac9badc-d599-4fa7-87d8-604ef2dee358",
  "serviceName": "Demo_pNF_74FDNywRQmkjIowFMAH2",
  "serviceVersion": "1.0",
  "serviceUUID": "c7332c1e-f04c-438c-9e27-e5119b00d20a",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "db1308cf-15da-442c-a8c2-deb334b2de81",
  "resources": [
    {
      "resourceInstanceName": "pNF 33bfe888-5973 0",
      "resourceCustomizationUUID": "157b33ba-5a15-44e7-bab4-0553778dfa46",
      "resourceName": "pNF 33bfe888-5973",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "e5dbadf4-bb01-40ef-8e97-5e0a6c0d33ae",
      "resourceInvariantUUID": "5645176e-8f8b-4555-9637-44446dd15cfb",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf74fdnywrqmkjiowfmah2-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf74fdnywrqmkjiowfmah2/1.0/artifacts/service-DemoPnf74fdnywrqmkjiowfmah2-csar.csar",
      "artifactChecksum": "YWFkOTk5YzNiMmFmODcxZTFmYTVhYjFhY2I5NTUzMmI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e4cae711-3799-4dcd-94ae-53e34c3605c0"
    }
  ],
  "workloadContext": "Production"
}
2022-02-05T02:04:16.011Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-05T02:04:16.012Z|60d8409b-3c09-45a6-901f-d66e0b69df7d|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c7332c1e-f04c-438c-9e27-e5119b00d20a ASDC
2022-02-05T02:04:16.012Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:8ac9badc-d599-4fa7-87d8-604ef2dee358
ServiceName:Demo_pNF_74FDNywRQmkjIowFMAH2
ServiceVersion:1.0
ServiceUUID:c7332c1e-f04c-438c-9e27-e5119b00d20a
ServiceInvariantUUID:db1308cf-15da-442c-a8c2-deb334b2de81
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf74fdnywrqmkjiowfmah2-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf74fdnywrqmkjiowfmah2/1.0/artifacts/service-DemoPnf74fdnywrqmkjiowfmah2-csar.csar
ArtifactUUID:e4cae711-3799-4dcd-94ae-53e34c3605c0
ArtifactChecksum:YWFkOTk5YzNiMmFmODcxZTFmYTVhYjFhY2I5NTUzMmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 33bfe888-5973 0
ResourceCustomizationUUID:157b33ba-5a15-44e7-bab4-0553778dfa46
ResourceInvariantUUID:5645176e-8f8b-4555-9637-44446dd15cfb
ResourceName:pNF 33bfe888-5973
ResourceType:PNF
ResourceUUID:e5dbadf4-bb01-40ef-8e97-5e0a6c0d33ae
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-02-05T02:04:16.013Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c7332c1e-f04c-438c-9e27-e5119b00d20a 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-02-05T02:04:16.036Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-05T02:04:16.037Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-02-05T02:04:16.037Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-02-05T02:04:16.037Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: e4cae711-3799-4dcd-94ae-53e34c3605c0 from URL: /sdc/v1/catalog/services/DemoPnf74fdnywrqmkjiowfmah2/1.0/artifacts/service-DemoPnf74fdnywrqmkjiowfmah2-csar.csar
2022-02-05T02:04:16.037Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-02-05T02:04:16.037Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf74fdnywrqmkjiowfmah2/1.0/artifacts/service-DemoPnf74fdnywrqmkjiowfmah2-csar.csar
2022-02-05T02:04:16.122Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-02-05T02:04:16.127Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf74fdnywrqmkjiowfmah2/1.0/artifacts/service-DemoPnf74fdnywrqmkjiowfmah2-csar.csar e4cae711-3799-4dcd-94ae-53e34c3605c0 82626
2022-02-05T02:04:16.128Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf74fdnywrqmkjiowfmah2/1.0/artifacts/service-DemoPnf74fdnywrqmkjiowfmah2-csar.csar ASDC sendASDCNotification
2022-02-05T02:04:16.128Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf74fdnywrqmkjiowfmah2/1.0/artifacts/service-DemoPnf74fdnywrqmkjiowfmah2-csar.csar
2022-02-05T02:04:16.128Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-05T02:04:16.128Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T02:04:16.129Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T02:04:16.130Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8ac9badc-d599-4fa7-87d8-604ef2dee358",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026656128,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf74fdnywrqmkjiowfmah2/1.0/artifacts/service-DemoPnf74fdnywrqmkjiowfmah2-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T02:04:16.230Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T02:04:16.230Z||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-02-05T02:04:16.231Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T02:04:16.241Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:04:16.242Z||pool-121-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-05T02:04:17.130Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-05T02:04:17.131Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-02-05T02:04:17.131Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: e4cae711-3799-4dcd-94ae-53e34c3605c0, URL: /sdc/v1/catalog/services/DemoPnf74fdnywrqmkjiowfmah2/1.0/artifacts/service-DemoPnf74fdnywrqmkjiowfmah2-csar.csar to file: /app/ASDC/1/service-DemoPnf74fdnywrqmkjiowfmah2-csar.csar
2022-02-05T02:04:17.131Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf74fdnywrqmkjiowfmah2-csar.csar
2022-02-05T02:04:17.132Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf74fdnywrqmkjiowfmah2-csar.csar
2022-02-05T02:04:17.132Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf74fdnywrqmkjiowfmah2-csar.csar
2022-02-05T02:04:17.194Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2611422239931622676/Definitions/service-DemoPnf74fdnywrqmkjiowfmah2-template.yml
2022-02-05T02:04:17.629Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-05T02:04:17.629Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-02-05T02:04:17.629Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf74fdnywrqmkjiowfmah2-csar.csar
2022-02-05T02:04:17.629Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-02-05T02:04:17.630Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||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-DemoPnf74fdnywrqmkjiowfmah2-csar.csar
2022-02-05T02:04:17.630Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf74fdnywrqmkjiowfmah2-csar.csar
2022-02-05T02:04:17.630Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||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-DemoPnf74fdnywrqmkjiowfmah2-csar.csar
2022-02-05T02:04:17.630Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|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-DemoPnf74fdnywrqmkjiowfmah2-csar.csar
2022-02-05T02:04:17.630Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|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-DemoPnf74fdnywrqmkjiowfmah2-csar.csar
2022-02-05T02:04:17.630Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 33bfe888-5973 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-DemoPnf74fdnywrqmkjiowfmah2-csar.csar
2022-02-05T02:04:17.630Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|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-DemoPnf74fdnywrqmkjiowfmah2-csar.csar
2022-02-05T02:04:17.630Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-02-05T02:04:17.630Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T02:04:17.630Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_74FDNywRQmkjIowFMAH2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T02:04:17.630Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||DEBUG|500||Node template pNF 33bfe888-5973 0 is matching search criteria
2022-02-05T02:04:17.630Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-02-05T02:04:17.630Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 33bfe888-5973 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-05T02:04:17.630Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T02:04:17.630Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_74FDNywRQmkjIowFMAH2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T02:04:17.630Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||DEBUG|500||Node template pNF 33bfe888-5973 0 is matching search criteria
2022-02-05T02:04:17.631Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-02-05T02:04:17.631Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 33bfe888-5973 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-05T02:04:17.631Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T02:04:17.631Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_74FDNywRQmkjIowFMAH2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T02:04:17.631Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T02:04:17.631Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_74FDNywRQmkjIowFMAH2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T02:04:17.631Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T02:04:17.631Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_74FDNywRQmkjIowFMAH2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T02:04:17.631Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T02:04:17.631Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_74FDNywRQmkjIowFMAH2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T02:04:17.631Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T02:04:17.631Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_74FDNywRQmkjIowFMAH2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T02:04:17.631Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_74FDNywRQmkjIowFMAH2
Description:catalog service description
Model UUID:c7332c1e-f04c-438c-9e27-e5119b00d20a
Model Version:NULL
Model InvariantUuid:db1308cf-15da-442c-a8c2-deb334b2de81
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-02-05T02:04:17.637Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: e5dbadf4-bb01-40ef-8e97-5e0a6c0d33ae
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-02-05T02:04:17.640Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||INFO|500||pNF 33bfe888-5973 0
2022-02-05T02:04:17.640Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: e5dbadf4-bb01-40ef-8e97-5e0a6c0d33ae
2022-02-05T02:04:17.640Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||DEBUG|500||No resources found for Service: c7332c1e-f04c-438c-9e27-e5119b00d20a
2022-02-05T02:04:17.640Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: c7332c1e-f04c-438c-9e27-e5119b00d20a
2022-02-05T02:04:17.640Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 33bfe888-5973 0 e5dbadf4-bb01-40ef-8e97-5e0a6c0d33ae 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-02-05T02:04:17.644Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@d71066c, org.onap.sdc.toscaparser.api.parameters.Input@316d197, org.onap.sdc.toscaparser.api.parameters.Input@72105342, org.onap.sdc.toscaparser.api.parameters.Input@29346943, org.onap.sdc.toscaparser.api.parameters.Input@2c73486f]
2022-02-05T02:04:17.644Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T02:04:17.644Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_74FDNywRQmkjIowFMAH2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T02:04:17.644Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid c7332c1e-f04c-438c-9e27-e5119b00d20a: pNF 33bfe888-5973
2022-02-05T02:04:17.644Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||INFO|500||Processing PNF resource: e5dbadf4-bb01-40ef-8e97-5e0a6c0d33ae
2022-02-05T02:04:17.644Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T02:04:17.644Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_74FDNywRQmkjIowFMAH2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T02:04:17.644Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||INFO|500||Resource customization UUID: 157b33ba-5a15-44e7-bab4-0553778dfa46 is the same as notified resource customizationUUID: 157b33ba-5a15-44e7-bab4-0553778dfa46
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-02-05T02:04:17.680Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 33bfe888-5973 e5dbadf4-bb01-40ef-8e97-5e0a6c0d33ae 0 ASDC deployResourceStructure
2022-02-05T02:04:17.680Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf74fdnywrqmkjiowfmah2/1.0/artifacts/service-DemoPnf74fdnywrqmkjiowfmah2-csar.csar ASDC sendASDCNotification
2022-02-05T02:04:17.681Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf74fdnywrqmkjiowfmah2/1.0/artifacts/service-DemoPnf74fdnywrqmkjiowfmah2-csar.csar
2022-02-05T02:04:17.681Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-05T02:04:17.681Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T02:04:17.682Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T02:04:17.682Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8ac9badc-d599-4fa7-87d8-604ef2dee358",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026657680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf74fdnywrqmkjiowfmah2/1.0/artifacts/service-DemoPnf74fdnywrqmkjiowfmah2-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-05T02:04:17.782Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T02:04:17.783Z||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-02-05T02:04:17.783Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T02:04:17.792Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:04:17.793Z||pool-122-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-05T02:04:18.683Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8ac9badc-d599-4fa7-87d8-604ef2dee358
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-05T02:04:18.694Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8ac9badc-d599-4fa7-87d8-604ef2dee358
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-05T02:04:18.696Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-05T02:04:18.696Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-05T02:04:18.696Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-05T02:04:18.696Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-05T02:04:18.696Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-05T02:04:18.696Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-05T02:04:18.696Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-05T02:04:18.696Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-05T02:04:18.696Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-05T02:04:18.696Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-05T02:04:18.696Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-05T02:04:18.696Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|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-02-05T02:04:18.701Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-05T02:04:32.421Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T02:04:32.423Z||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-02-05T02:04:32.423Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T02:04:32.441Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:04:32.442Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-05T02:04:32.442Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d8409b-3c09-45a6-901f-d66e0b69df7d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026612559,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-02-05T02:04:32.443Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T02:04:48.701Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8ac9badc-d599-4fa7-87d8-604ef2dee358 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-02-05T02:04:48.707Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8ac9badc-d599-4fa7-87d8-604ef2dee358 and serviceModelVersionId: c7332c1e-f04c-438c-9e27-e5119b00d20a
2022-02-05T02:04:48.707Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : db1308cf-15da-442c-a8c2-deb334b2de81
2022-02-05T02:04:48.708Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/db1308cf-15da-442c-a8c2-deb334b2de81/model-vers/model-ver/c7332c1e-f04c-438c-9e27-e5119b00d20a?depth=0
2022-02-05T02:04:48.712Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-02-05T02:04:48.732Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/db1308cf-15da-442c-a8c2-deb334b2de81/model-vers/model-ver/c7332c1e-f04c-438c-9e27-e5119b00d20a?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-02-05T02:04:48.733Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/db1308cf-15da-442c-a8c2-deb334b2de81/model-vers/model-ver/c7332c1e-f04c-438c-9e27-e5119b00d20a?depth=0|INFO|500||Invoke
2022-02-05T02:04:48.748Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/db1308cf-15da-442c-a8c2-deb334b2de81/model-vers/model-ver/c7332c1e-f04c-438c-9e27-e5119b00d20a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-02-05T02:04:49.007Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/db1308cf-15da-442c-a8c2-deb334b2de81/model-vers/model-ver/c7332c1e-f04c-438c-9e27-e5119b00d20a?depth=0|INFO|500||InvokeReturn
2022-02-05T02:04:49.007Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/db1308cf-15da-442c-a8c2-deb334b2de81/model-vers/model-ver/c7332c1e-f04c-438c-9e27-e5119b00d20a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220205-02:04:48:756-24325], vertex-id=[249952], Content-Length=[0], Date=[Sat, 05 Feb 2022 02:04:48 GMT], Content-Type=[application/json]}
2022-02-05T02:04:49.007Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2022-02-05T02:04:49.007Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-05T02:04:49.007Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|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-02-05T02:04:49.011Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|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-02-05T02:04:49.011Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8ac9badc-d599-4fa7-87d8-604ef2dee358 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-05T02:04:49.011Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-05T02:04:49.012Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T02:04:49.013Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T02:04:49.014Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8ac9badc-d599-4fa7-87d8-604ef2dee358",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026689011,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-05T02:04:49.114Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T02:04:49.115Z||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-02-05T02:04:49.115Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T02:04:49.129Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:04:49.129Z||pool-123-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-02-05T02:04:50.026Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T02:04:50.026Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"1c63214b-5952-4fdf-a531-a8848fb621e0","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"3fda20db-45f4-410c-b4dd-9b6ba40a90a5","serviceDescription":"service","serviceInvariantUUID":"04fcf450-9589-4679-bed4-ab781c9544d9","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"97078396-f70d-4d39-a345-0eac3e0529d8","resourceInvariantUUID":"30e665e8-998b-4e52-80b0-ac7c330f88f4","resourceCustomizationUUID":"3a236b1c-e073-40f3-9982-f11c41aac904","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":"ZTFmZmFmOGU5ODFiOTk1NzFhZjk1ODFkYWU5NGQxYjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"aa642a0a-385f-4249-8fbc-6a2d5192b1e9","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":"cd4ad638-759f-418d-a7be-8901cf823c55","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":"ed62b43c-fc6c-4550-8a9b-f7fcc5fefc17","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":"OGYxMzk4NzVlM2Q4MjA4NTEwMDg1ZTM4MGUyZWQzYzU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"3ea432bf-2f30-48ac-9875-758329698a89","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":"72fd9d21-51df-4b68-9aa6-ffb536172ac5","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":"92d7230f-451c-4a74-8b08-1f89f172e39d","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":"ca10d0ea-a803-40a7-9c5a-f70b9ad1a27e","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":"OTM0NTAzMjA4M2U5MTZlMmZjMTcyMGU4NGY2YmM4ZjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5ef07e03-f1f0-44ba-b852-7e66c53fed1c","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"M2QwY2FiMDcwM2Q0NWJjYTMwMmIxZTM3ZmI0NjFkN2U\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"937f72c7-8be9-41df-993f-eacd0962a338","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-05T02:04:50.027Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T02:04:50.027Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T02:04:50.028Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T02:04:50.028Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "1c63214b-5952-4fdf-a531-a8848fb621e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026219715,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T02:04:50.128Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T02:04:50.129Z||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-02-05T02:04:50.129Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T02:04:50.138Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:04:50.139Z||pool-124-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-05T02:04:51.029Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T02:04:51.029Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T02:04:51.031Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T02:04:51.031Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "1c63214b-5952-4fdf-a531-a8848fb621e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026219715,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-05T02:04:51.131Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T02:04:51.131Z||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-02-05T02:04:51.131Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T02:04:51.141Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:04:51.141Z||pool-125-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-05T02:04:52.031Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T02:04:52.031Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T02:04:52.033Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T02:04:52.033Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "1c63214b-5952-4fdf-a531-a8848fb621e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026219715,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-05T02:04:52.133Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T02:04:52.134Z||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-02-05T02:04:52.134Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T02:04:52.143Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:04:52.144Z||pool-126-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-05T02:04:53.034Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T02:04:53.034Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T02:04:53.036Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T02:04:53.036Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "1c63214b-5952-4fdf-a531-a8848fb621e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026219715,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-05T02:04:53.136Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T02:04:53.137Z||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-02-05T02:04:53.137Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T02:04:53.146Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:04:53.147Z||pool-127-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-02-05T02:04:54.036Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T02:04:54.037Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T02:04:54.039Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T02:04:54.039Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "1c63214b-5952-4fdf-a531-a8848fb621e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026219715,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T02:04:54.139Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T02:04:54.140Z||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-02-05T02:04:54.140Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T02:04:54.150Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:04:54.150Z||pool-128-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-05T02:04:55.039Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T02:04:55.040Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T02:04:55.041Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T02:04:55.042Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "1c63214b-5952-4fdf-a531-a8848fb621e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026219715,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T02:04:55.142Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T02:04:55.143Z||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-02-05T02:04:55.143Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T02:04:55.152Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:04:55.152Z||pool-129-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-05T02:04:56.042Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T02:04:56.043Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T02:04:56.044Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T02:04:56.045Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "1c63214b-5952-4fdf-a531-a8848fb621e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026219715,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T02:04:56.145Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T02:04:56.146Z||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-02-05T02:04:56.146Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T02:04:56.156Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:04:56.157Z||pool-130-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-05T02:04:57.045Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T02:04:57.045Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T02:04:57.047Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T02:04:57.047Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "1c63214b-5952-4fdf-a531-a8848fb621e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026219715,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T02:04:57.148Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-05T02:04:57.148Z||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-02-05T02:04:57.149Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T02:04:57.159Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:04:57.159Z||pool-131-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-05T02:04:58.048Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T02:04:58.048Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T02:04:58.050Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T02:04:58.050Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "1c63214b-5952-4fdf-a531-a8848fb621e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026219715,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T02:04:58.150Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T02:04:58.151Z||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-02-05T02:04:58.151Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T02:04:58.161Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:04:58.161Z||pool-132-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-05T02:04:59.051Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "1c63214b-5952-4fdf-a531-a8848fb621e0",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "3fda20db-45f4-410c-b4dd-9b6ba40a90a5",
  "serviceDescription": "service",
  "serviceInvariantUUID": "04fcf450-9589-4679-bed4-ab781c9544d9",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "3a236b1c-e073-40f3-9982-f11c41aac904",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "97078396-f70d-4d39-a345-0eac3e0529d8",
      "resourceInvariantUUID": "30e665e8-998b-4e52-80b0-ac7c330f88f4",
      "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": "M2QwY2FiMDcwM2Q0NWJjYTMwMmIxZTM3ZmI0NjFkN2U\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "937f72c7-8be9-41df-993f-eacd0962a338"
    }
  ],
  "workloadContext": "Production"
}
2022-02-05T02:04:59.051Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-05T02:04:59.051Z|8ac9badc-d599-4fa7-87d8-604ef2dee358|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 3fda20db-45f4-410c-b4dd-9b6ba40a90a5 ASDC
2022-02-05T02:04:59.052Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:1c63214b-5952-4fdf-a531-a8848fb621e0
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:3fda20db-45f4-410c-b4dd-9b6ba40a90a5
ServiceInvariantUUID:04fcf450-9589-4679-bed4-ab781c9544d9
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:937f72c7-8be9-41df-993f-eacd0962a338
ArtifactChecksum:M2QwY2FiMDcwM2Q0NWJjYTMwMmIxZTM3ZmI0NjFkN2U=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:3a236b1c-e073-40f3-9982-f11c41aac904
ResourceInvariantUUID:30e665e8-998b-4e52-80b0-ac7c330f88f4
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:97078396-f70d-4d39-a345-0eac3e0529d8
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-02-05T02:04:59.052Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3fda20db-45f4-410c-b4dd-9b6ba40a90a5 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-02-05T02:04:59.073Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-05T02:04:59.074Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-02-05T02:04:59.074Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-02-05T02:04:59.074Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 937f72c7-8be9-41df-993f-eacd0962a338 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-02-05T02:04:59.074Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-02-05T02:04:59.074Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-02-05T02:04:59.167Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-02-05T02:04:59.175Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 937f72c7-8be9-41df-993f-eacd0962a338 105630
2022-02-05T02:04:59.175Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-02-05T02:04:59.175Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-02-05T02:04:59.175Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-05T02:04:59.175Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T02:04:59.177Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T02:04:59.177Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "1c63214b-5952-4fdf-a531-a8848fb621e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026699175,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T02:04:59.277Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T02:04:59.278Z||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-02-05T02:04:59.278Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T02:04:59.288Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:04:59.288Z||pool-133-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-05T02:05:00.178Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-05T02:05:00.178Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-02-05T02:05:00.178Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 937f72c7-8be9-41df-993f-eacd0962a338, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-02-05T02:05:00.179Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-02-05T02:05:00.179Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-02-05T02:05:00.179Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-02-05T02:05:00.239Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2706846114245300604/Definitions/service-TestPnfMacro-template.yml
2022-02-05T02:05:00.691Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-05T02:05:00.691Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-02-05T02:05:00.691Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-02-05T02:05:00.691Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-02-05T02:05:00.691Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||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-02-05T02:05:00.691Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||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-02-05T02:05:00.692Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||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-02-05T02:05:00.692Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||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-02-05T02:05:00.692Z|1c63214b-5952-4fdf-a531-a8848fb621e0|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-TestPnfMacro-csar.csar
2022-02-05T02:05:00.692Z|1c63214b-5952-4fdf-a531-a8848fb621e0|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-TestPnfMacro-csar.csar
2022-02-05T02:05:00.692Z|1c63214b-5952-4fdf-a531-a8848fb621e0|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-TestPnfMacro-csar.csar
2022-02-05T02:05:00.692Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-02-05T02:05:00.692Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T02:05:00.692Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T02:05:00.692Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-02-05T02:05:00.692Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-02-05T02:05:00.692Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-05T02:05:00.692Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T02:05:00.692Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T02:05:00.692Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-02-05T02:05:00.692Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-02-05T02:05:00.692Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-05T02:05:00.692Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T02:05:00.692Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T02:05:00.693Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T02:05:00.693Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T02:05:00.693Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T02:05:00.693Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T02:05:00.693Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T02:05:00.693Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T02:05:00.693Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T02:05:00.693Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T02:05:00.693Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:3fda20db-45f4-410c-b4dd-9b6ba40a90a5
Model Version:NULL
Model InvariantUuid:04fcf450-9589-4679-bed4-ab781c9544d9
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-02-05T02:05:00.699Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: 97078396-f70d-4d39-a345-0eac3e0529d8
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-02-05T02:05:00.700Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||INFO|500||test-pnf 0
2022-02-05T02:05:00.700Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 97078396-f70d-4d39-a345-0eac3e0529d8
2022-02-05T02:05:00.700Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 3fda20db-45f4-410c-b4dd-9b6ba40a90a5
2022-02-05T02:05:00.700Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 3fda20db-45f4-410c-b4dd-9b6ba40a90a5
2022-02-05T02:05:00.701Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 97078396-f70d-4d39-a345-0eac3e0529d8 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-02-05T02:05:00.704Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@796925a2, org.onap.sdc.toscaparser.api.parameters.Input@511d3f76, org.onap.sdc.toscaparser.api.parameters.Input@6ee68e45, org.onap.sdc.toscaparser.api.parameters.Input@419e0d34, org.onap.sdc.toscaparser.api.parameters.Input@716a7490]
2022-02-05T02:05:00.704Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T02:05:00.704Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T02:05:00.704Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 3fda20db-45f4-410c-b4dd-9b6ba40a90a5: test-pnf
2022-02-05T02:05:00.704Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||INFO|500||Processing PNF resource: 97078396-f70d-4d39-a345-0eac3e0529d8
2022-02-05T02:05:00.704Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T02:05:00.704Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T02:05:00.704Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||INFO|500||Resource customization UUID: 3a236b1c-e073-40f3-9982-f11c41aac904 is the same as notified resource customizationUUID: 3a236b1c-e073-40f3-9982-f11c41aac904
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-02-05T02:05:00.727Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 97078396-f70d-4d39-a345-0eac3e0529d8 0 ASDC deployResourceStructure
2022-02-05T02:05:00.727Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-02-05T02:05:00.728Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-02-05T02:05:00.728Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-05T02:05:00.728Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T02:05:00.730Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T02:05:00.730Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "1c63214b-5952-4fdf-a531-a8848fb621e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026700727,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-05T02:05:00.830Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T02:05:00.830Z||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-02-05T02:05:00.831Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T02:05:00.840Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:05:00.840Z||pool-134-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-05T02:05:01.730Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1c63214b-5952-4fdf-a531-a8848fb621e0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-05T02:05:01.740Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1c63214b-5952-4fdf-a531-a8848fb621e0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-05T02:05:01.742Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-05T02:05:01.743Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-05T02:05:01.743Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-05T02:05:01.743Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-05T02:05:01.743Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-05T02:05:01.743Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-05T02:05:01.743Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-05T02:05:01.743Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-05T02:05:01.743Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-05T02:05:01.743Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-05T02:05:01.743Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-05T02:05:01.743Z|1c63214b-5952-4fdf-a531-a8848fb621e0|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-02-05T02:05:01.748Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-05T02:05:31.748Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1c63214b-5952-4fdf-a531-a8848fb621e0 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-02-05T02:05:31.753Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1c63214b-5952-4fdf-a531-a8848fb621e0 and serviceModelVersionId: 3fda20db-45f4-410c-b4dd-9b6ba40a90a5
2022-02-05T02:05:31.754Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 04fcf450-9589-4679-bed4-ab781c9544d9
2022-02-05T02:05:31.754Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/04fcf450-9589-4679-bed4-ab781c9544d9/model-vers/model-ver/3fda20db-45f4-410c-b4dd-9b6ba40a90a5?depth=0
2022-02-05T02:05:31.758Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-02-05T02:05:31.778Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04fcf450-9589-4679-bed4-ab781c9544d9/model-vers/model-ver/3fda20db-45f4-410c-b4dd-9b6ba40a90a5?depth=0|INFO|500||Invoke
2022-02-05T02:05:31.778Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04fcf450-9589-4679-bed4-ab781c9544d9/model-vers/model-ver/3fda20db-45f4-410c-b4dd-9b6ba40a90a5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04fcf450-9589-4679-bed4-ab781c9544d9/model-vers/model-ver/3fda20db-45f4-410c-b4dd-9b6ba40a90a5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1c63214b-5952-4fdf-a531-a8848fb621e0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[929efd57-7d17-46ca-9730-11dd8680f9bd], X-ECOMP-RequestID=[1c63214b-5952-4fdf-a531-a8848fb621e0], X-TransactionId=[], X-ONAP-RequestID=[1c63214b-5952-4fdf-a531-a8848fb621e0], Content-Type=[application/merge-patch+json]}
2022-02-05T02:05:31.793Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04fcf450-9589-4679-bed4-ab781c9544d9/model-vers/model-ver/3fda20db-45f4-410c-b4dd-9b6ba40a90a5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-02-05T02:05:31.854Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04fcf450-9589-4679-bed4-ab781c9544d9/model-vers/model-ver/3fda20db-45f4-410c-b4dd-9b6ba40a90a5?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/04fcf450-9589-4679-bed4-ab781c9544d9/model-vers/model-ver/3fda20db-45f4-410c-b4dd-9b6ba40a90a5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220205-02:05:31:801-33720], vertex-id=[483512], Content-Length=[0], Date=[Sat, 05 Feb 2022 02:05:31 GMT], Content-Type=[application/json]}
2022-02-05T02:05:31.855Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04fcf450-9589-4679-bed4-ab781c9544d9/model-vers/model-ver/3fda20db-45f4-410c-b4dd-9b6ba40a90a5?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-02-05T02:05:31.855Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04fcf450-9589-4679-bed4-ab781c9544d9/model-vers/model-ver/3fda20db-45f4-410c-b4dd-9b6ba40a90a5?depth=0|INFO|500||InvokeReturn
2022-02-05T02:05:31.855Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-05T02:05:31.855Z|1c63214b-5952-4fdf-a531-a8848fb621e0|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-02-05T02:05:31.858Z|1c63214b-5952-4fdf-a531-a8848fb621e0|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-02-05T02:05:31.858Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1c63214b-5952-4fdf-a531-a8848fb621e0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-05T02:05:31.859Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-05T02:05:31.859Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T02:05:31.860Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T02:05:31.860Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "1c63214b-5952-4fdf-a531-a8848fb621e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026731859,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-05T02:05:31.961Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-05T02:05:31.961Z||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-02-05T02:05:31.961Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T02:05:31.974Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:05:31.975Z||pool-135-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-05T02:05:32.421Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T02:05:32.422Z||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-02-05T02:05:32.422Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T02:05:32.443Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:05:32.444Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-05T02:05:32.444Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d8409b-3c09-45a6-901f-d66e0b69df7d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026613569,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-02-05T02:05:32.445Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T02:05:32.445Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-05T02:05:32.445Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d8409b-3c09-45a6-901f-d66e0b69df7d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026614573,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-02-05T02:05:32.445Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T02:05:32.445Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-05T02:05:32.446Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d8409b-3c09-45a6-901f-d66e0b69df7d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026615577,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-05T02:05:32.446Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T02:05:32.446Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-05T02:05:32.446Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d8409b-3c09-45a6-901f-d66e0b69df7d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026646969,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-05T02:05:32.446Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T02:05:32.446Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-05T02:05:32.447Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ac9badc-d599-4fa7-87d8-604ef2dee358",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026219715,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf74fdnywrqmkjiowfmah2/1.0/resourceInstances/pnf33bfe88859730/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T02:05:32.447Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-05T02:05:32.447Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-05T02:05:32.447Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ac9badc-d599-4fa7-87d8-604ef2dee358",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026219715,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf74fdnywrqmkjiowfmah2/1.0/resourceInstances/pnf33bfe88859730/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-05T02:05:32.447Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-05T02:05:32.447Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-05T02:05:32.448Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ac9badc-d599-4fa7-87d8-604ef2dee358",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026219715,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf74fdnywrqmkjiowfmah2/1.0/resourceInstances/pnf33bfe88859730/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-05T02:05:32.448Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-05T02:05:32.448Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-05T02:05:32.448Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ac9badc-d599-4fa7-87d8-604ef2dee358",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026219715,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf74fdnywrqmkjiowfmah2/1.0/resourceInstances/pnf33bfe88859730/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T02:05:32.448Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-05T02:05:32.448Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-05T02:05:32.448Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ac9badc-d599-4fa7-87d8-604ef2dee358",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026219715,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf74fdnywrqmkjiowfmah2/1.0/resourceInstances/pnf33bfe88859730/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T02:05:32.448Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-05T02:05:32.449Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-05T02:05:32.449Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ac9badc-d599-4fa7-87d8-604ef2dee358",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026219715,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf74fdnywrqmkjiowfmah2/1.0/resourceInstances/pnf33bfe88859730/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T02:05:32.449Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-05T02:05:32.449Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-05T02:05:32.449Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ac9badc-d599-4fa7-87d8-604ef2dee358",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026219715,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf74fdnywrqmkjiowfmah2/1.0/artifacts/service-DemoPnf74fdnywrqmkjiowfmah2-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T02:05:32.449Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-05T02:05:32.449Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-05T02:05:32.450Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ac9badc-d599-4fa7-87d8-604ef2dee358",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026219715,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf74fdnywrqmkjiowfmah2/1.0/artifacts/service-DemoPnf74fdnywrqmkjiowfmah2-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T02:05:32.450Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-05T02:05:32.450Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-05T02:05:32.450Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ac9badc-d599-4fa7-87d8-604ef2dee358",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026656128,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf74fdnywrqmkjiowfmah2/1.0/artifacts/service-DemoPnf74fdnywrqmkjiowfmah2-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T02:05:32.450Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T02:05:32.450Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-05T02:05:32.450Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ac9badc-d599-4fa7-87d8-604ef2dee358",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026657680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf74fdnywrqmkjiowfmah2/1.0/artifacts/service-DemoPnf74fdnywrqmkjiowfmah2-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-05T02:05:32.451Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-02-05T02:05:32.870Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T02:05:32.871Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"f4419f97-4de9-4fdb-863c-a0b363f20cc5","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"dbe1e5ca-8226-403d-94f2-67a5ab7cafa6","serviceDescription":"service","serviceInvariantUUID":"fcd9c099-b325-48c1-87ff-873f060f1c68","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5b8ab83f-f7ea-487e-8d19-d9492b5b65bc","resourceInvariantUUID":"441a921b-fa90-415d-8cd6-4fe92d06f5d6","resourceCustomizationUUID":"f55da136-abb6-47ed-b703-39828310cb7c","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":"OGQzYzVmMGZhNmE3NDEyM2U1YzlhZjU3NGRhNDI5NjM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6d066c40-1a6d-45c1-aa6b-182391e083d1","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":"4367d810-01dc-49ac-8275-d63089094250","artifactVersion":"2","generatedFromUUID":"5faa5205-75d9-4e9b-9022-3b0d086584a7"},{"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":"5faa5205-75d9-4e9b-9022-3b0d086584a7","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":"YWZlOTQzNTVlNmM2ZmViN2RjYTlkMjBkNWIxZjA2OWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"29a5af67-4a83-4028-aee0-98b6d9131d6b","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":"f82caf5e-ffab-4174-9fa7-c42d76a69a89","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":"9cea6629-ef69-43aa-93a7-35d6b181abcb","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":"f5bd67b9-efed-4596-96b3-5f2b5ba150c5","artifactVersion":"2","generatedFromUUID":"f82caf5e-ffab-4174-9fa7-c42d76a69a89"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NjhjNzc0NTlmNGY5NjVhMGNmZmUxMDJjOTA0OTNhYTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e218b48a-2b04-468f-bd57-490c69c23c76","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"OGQzNGQzZDRlOGNjMWNkMmE3NmQzNjYxNjMzYTlkY2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"87c0b5fb-e035-43a5-9be7-18de475b690f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-05T02:05:32.871Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T02:05:32.871Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T02:05:32.872Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T02:05:32.872Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f4419f97-4de9-4fdb-863c-a0b363f20cc5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026219715,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T02:05:32.972Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T02:05:32.973Z||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-02-05T02:05:32.973Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T02:05:32.982Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:05:32.983Z||pool-136-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-02-05T02:05:33.872Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T02:05:33.873Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T02:05:33.875Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T02:05:33.875Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f4419f97-4de9-4fdb-863c-a0b363f20cc5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026219715,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-02-05T02:05:33.975Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T02:05:33.975Z||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-02-05T02:05:33.976Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T02:05:33.986Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:05:33.986Z||pool-137-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-05T02:05:34.875Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T02:05:34.876Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T02:05:34.877Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T02:05:34.878Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f4419f97-4de9-4fdb-863c-a0b363f20cc5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026219715,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-02-05T02:05:34.978Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T02:05:34.978Z||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-02-05T02:05:34.978Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T02:05:34.987Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:05:34.987Z||pool-138-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2022-02-05T02:05:35.878Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T02:05:35.879Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T02:05:35.880Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T02:05:35.881Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f4419f97-4de9-4fdb-863c-a0b363f20cc5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026219715,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-02-05T02:05:35.981Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T02:05:35.981Z||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-02-05T02:05:35.981Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T02:05:35.991Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:05:35.992Z||pool-139-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-02-05T02:05:36.881Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T02:05:36.881Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T02:05:36.883Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T02:05:36.883Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f4419f97-4de9-4fdb-863c-a0b363f20cc5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026219715,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-02-05T02:05:36.984Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T02:05:36.984Z||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-02-05T02:05:36.984Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T02:05:36.994Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:05:36.994Z||pool-140-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-05T02:05:37.884Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T02:05:37.884Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T02:05:37.886Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T02:05:37.886Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f4419f97-4de9-4fdb-863c-a0b363f20cc5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026219715,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T02:05:37.986Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T02:05:37.987Z||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-02-05T02:05:37.987Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T02:05:37.997Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:05:37.997Z||pool-141-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-05T02:05:38.887Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T02:05:38.887Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T02:05:38.889Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T02:05:38.889Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f4419f97-4de9-4fdb-863c-a0b363f20cc5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026219715,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-02-05T02:05:38.989Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T02:05:38.990Z||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-02-05T02:05:38.990Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T02:05:39.000Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:05:39.000Z||pool-142-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-05T02:05:39.889Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T02:05:39.890Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T02:05:39.892Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T02:05:39.892Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f4419f97-4de9-4fdb-863c-a0b363f20cc5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026219715,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T02:05:39.992Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T02:05:39.992Z||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-02-05T02:05:39.993Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T02:05:40.019Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:05:40.019Z||pool-143-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-02-05T02:05:40.892Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T02:05:40.893Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T02:05:40.894Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T02:05:40.895Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f4419f97-4de9-4fdb-863c-a0b363f20cc5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026219715,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T02:05:40.995Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T02:05:40.995Z||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-02-05T02:05:40.995Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T02:05:41.004Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:05:41.005Z||pool-144-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-05T02:05:41.895Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "f4419f97-4de9-4fdb-863c-a0b363f20cc5",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "dbe1e5ca-8226-403d-94f2-67a5ab7cafa6",
  "serviceDescription": "service",
  "serviceInvariantUUID": "fcd9c099-b325-48c1-87ff-873f060f1c68",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "f55da136-abb6-47ed-b703-39828310cb7c",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "5b8ab83f-f7ea-487e-8d19-d9492b5b65bc",
      "resourceInvariantUUID": "441a921b-fa90-415d-8cd6-4fe92d06f5d6",
      "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": "4367d810-01dc-49ac-8275-d63089094250",
          "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": "5faa5205-75d9-4e9b-9022-3b0d086584a7",
          "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": "YWZlOTQzNTVlNmM2ZmViN2RjYTlkMjBkNWIxZjA2OWM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "29a5af67-4a83-4028-aee0-98b6d9131d6b",
          "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": "f82caf5e-ffab-4174-9fa7-c42d76a69a89",
          "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": "f5bd67b9-efed-4596-96b3-5f2b5ba150c5",
            "generatedFromUUID": "f82caf5e-ffab-4174-9fa7-c42d76a69a89"
          },
          "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": "f5bd67b9-efed-4596-96b3-5f2b5ba150c5",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "OGQzNGQzZDRlOGNjMWNkMmE3NmQzNjYxNjMzYTlkY2Y\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "87c0b5fb-e035-43a5-9be7-18de475b690f"
    }
  ],
  "workloadContext": "Production"
}
2022-02-05T02:05:41.896Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-05T02:05:41.896Z|1c63214b-5952-4fdf-a531-a8848fb621e0|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 dbe1e5ca-8226-403d-94f2-67a5ab7cafa6 ASDC
2022-02-05T02:05:41.896Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:f4419f97-4de9-4fdb-863c-a0b363f20cc5
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:dbe1e5ca-8226-403d-94f2-67a5ab7cafa6
ServiceInvariantUUID:fcd9c099-b325-48c1-87ff-873f060f1c68
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:87c0b5fb-e035-43a5-9be7-18de475b690f
ArtifactChecksum:OGQzNGQzZDRlOGNjMWNkMmE3NmQzNjYxNjMzYTlkY2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:f55da136-abb6-47ed-b703-39828310cb7c
ResourceInvariantUUID:441a921b-fa90-415d-8cd6-4fe92d06f5d6
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:5b8ab83f-f7ea-487e-8d19-d9492b5b65bc
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:4367d810-01dc-49ac-8275-d63089094250
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:5faa5205-75d9-4e9b-9022-3b0d086584a7
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:29a5af67-4a83-4028-aee0-98b6d9131d6b
ArtifactChecksum:YWZlOTQzNTVlNmM2ZmViN2RjYTlkMjBkNWIxZjA2OWM=
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:f82caf5e-ffab-4174-9fa7-c42d76a69a89
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:f5bd67b9-efed-4596-96b3-5f2b5ba150c5
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:f5bd67b9-efed-4596-96b3-5f2b5ba150c5
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-02-05T02:05:41.896Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dbe1e5ca-8226-403d-94f2-67a5ab7cafa6 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-02-05T02:05:41.919Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-05T02:05:41.919Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-02-05T02:05:41.919Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-02-05T02:05:41.919Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 87c0b5fb-e035-43a5-9be7-18de475b690f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-02-05T02:05:41.919Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-02-05T02:05:41.919Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-02-05T02:05:42.312Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-02-05T02:05:42.316Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 87c0b5fb-e035-43a5-9be7-18de475b690f 68933
2022-02-05T02:05:42.316Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-02-05T02:05:42.316Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-02-05T02:05:42.317Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-05T02:05:42.317Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T02:05:42.318Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T02:05:42.318Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f4419f97-4de9-4fdb-863c-a0b363f20cc5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026742316,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T02:05:42.419Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-05T02:05:42.419Z||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-02-05T02:05:42.419Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T02:05:42.429Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:05:42.429Z||pool-145-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-05T02:05:43.319Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-05T02:05:43.319Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-02-05T02:05:43.320Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 87c0b5fb-e035-43a5-9be7-18de475b690f, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-02-05T02:05:43.320Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-02-05T02:05:43.320Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-02-05T02:05:43.320Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-02-05T02:05:43.394Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6453513997165083453/Definitions/service-BasicCnf-template.yml
2022-02-05T02:05:44.043Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-05T02:05:44.043Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-02-05T02:05:44.043Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-02-05T02:05:44.043Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-02-05T02:05:44.043Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||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-02-05T02:05:44.043Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||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-02-05T02:05:44.043Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|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-BasicCnf-csar.csar
2022-02-05T02:05:44.043Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||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-02-05T02:05:44.043Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-02-05T02:05:44.043Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T02:05:44.043Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T02:05:44.043Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-02-05T02:05:44.044Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-02-05T02:05:44.044Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-05T02:05:44.044Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T02:05:44.044Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T02:05:44.044Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-02-05T02:05:44.044Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-02-05T02:05:44.044Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-05T02:05:44.044Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T02:05:44.044Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T02:05:44.044Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T02:05:44.044Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-02-05T02:05:44.044Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-02-05T02:05:44.044Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||Node template dummy is not matching search criteria
2022-02-05T02:05:44.044Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-02-05T02:05:44.044Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T02:05:44.045Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-05T02:05:44.045Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T02:05:44.045Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-02-05T02:05:44.045Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-05T02:05:44.045Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T02:05:44.045Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-02-05T02:05:44.045Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-05T02:05:44.045Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T02:05:44.045Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-02-05T02:05:44.045Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-05T02:05:44.045Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T02:05:44.045Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-02-05T02:05:44.045Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-02-05T02:05:44.045Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=50ba10f1-a4fb-4659-af00-509b2ae90d72
2022-02-05T02:05:44.046Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T02:05:44.046Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T02:05:44.046Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T02:05:44.046Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T02:05:44.046Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T02:05:44.046Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T02:05:44.046Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T02:05:44.046Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T02:05:44.046Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:dbe1e5ca-8226-403d-94f2-67a5ab7cafa6
Model Version:NULL
Model InvariantUuid:fcd9c099-b325-48c1-87ff-873f060f1c68
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:b106f572-0cf8-44d5-85c2-de2fe88c8b2c
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:441a921b-fa90-415d-8cd6-4fe92d06f5d6
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:f55da136-abb6-47ed-b703-39828310cb7c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:1a222465-06f5-4859-b21f-fecbceb8a386
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:07440fc4-6327-46f0-9717-27a80f0e18d1
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:50ba10f1-a4fb-4659-af00-509b2ae90d72
ModelInvariantUuid:00a69d0c-07a5-47ba-8854-de53adb0056a
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:d5e05732-978c-42c7-88d6-1d70b9c8e236
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:1bee70b1-1c63-465e-9384-4c3d27dd5026
ModelInvariantUuid:f4ba435a-5219-4f60-8929-9c7ddb9e592d
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:4c0fff4a-c65e-4287-b03f-4c080342ba29
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-02-05T02:05:44.063Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 5b8ab83f-f7ea-487e-8d19-d9492b5b65bc
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-02-05T02:05:44.065Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||INFO|500||basic_cnf 0
2022-02-05T02:05:44.065Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5b8ab83f-f7ea-487e-8d19-d9492b5b65bc
2022-02-05T02:05:44.065Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 4367d810-01dc-49ac-8275-d63089094250 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-02-05T02:05:44.065Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-02-05T02:05:44.066Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||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-02-05T02:05:44.226Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-02-05T02:05:44.226Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 4367d810-01dc-49ac-8275-d63089094250 12
2022-02-05T02:05:44.226Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||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-02-05T02:05:44.226Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||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-02-05T02:05:44.227Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-05T02:05:44.227Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T02:05:44.228Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T02:05:44.229Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f4419f97-4de9-4fdb-863c-a0b363f20cc5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026744226,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-02-05T02:05:44.329Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T02:05:44.329Z||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-02-05T02:05:44.329Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T02:05:44.338Z||pool-146-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:05:44.339Z||pool-146-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-02-05T02:05:45.229Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 5faa5205-75d9-4e9b-9022-3b0d086584a7 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-02-05T02:05:45.230Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-02-05T02:05:45.230Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||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-02-05T02:05:45.431Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-02-05T02:05:45.432Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 5faa5205-75d9-4e9b-9022-3b0d086584a7 2688
2022-02-05T02:05:45.432Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||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-02-05T02:05:45.432Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||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-02-05T02:05:45.432Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-05T02:05:45.432Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T02:05:45.434Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T02:05:45.434Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f4419f97-4de9-4fdb-863c-a0b363f20cc5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026745432,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-02-05T02:05:45.534Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T02:05:45.534Z||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-02-05T02:05:45.535Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T02:05:45.544Z||pool-147-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:05:45.544Z||pool-147-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-05T02:05:46.435Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 29a5af67-4a83-4028-aee0-98b6d9131d6b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-02-05T02:05:46.435Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-02-05T02:05:46.435Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||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-02-05T02:05:46.468Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-02-05T02:05:46.468Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 29a5af67-4a83-4028-aee0-98b6d9131d6b 828
2022-02-05T02:05:46.469Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||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-02-05T02:05:46.469Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||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-02-05T02:05:46.469Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-05T02:05:46.469Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T02:05:46.471Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T02:05:46.471Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f4419f97-4de9-4fdb-863c-a0b363f20cc5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026746469,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-05T02:05:46.571Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T02:05:46.571Z||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-02-05T02:05:46.572Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T02:05:46.581Z||pool-148-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:05:46.581Z||pool-148-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-05T02:05:47.471Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "1a222465-06f5-4859-b21f-fecbceb8a386",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "07440fc4-6327-46f0-9717-27a80f0e18d1",
    "vfModuleModelCustomizationUUID": "6765a241-1951-45e4-8663-f00ee37d3ec0",
    "isBase": true,
    "artifacts": [
      "f82caf5e-ffab-4174-9fa7-c42d76a69a89",
      "5faa5205-75d9-4e9b-9022-3b0d086584a7",
      "f5bd67b9-efed-4596-96b3-5f2b5ba150c5"
    ],
    "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-02-05T02:05:47.474Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:07440fc4-6327-46f0-9717-27a80f0e18d1
VfModuleModelInvariantUUID:1a222465-06f5-4859-b21f-fecbceb8a386
VfModuleModelDescription:NULL
Artifacts UUID List:{
f82caf5e-ffab-4174-9fa7-c42d76a69a89
,
5faa5205-75d9-4e9b-9022-3b0d086584a7
,
f5bd67b9-efed-4596-96b3-5f2b5ba150c5

}
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-02-05T02:05:47.477Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "1a222465-06f5-4859-b21f-fecbceb8a386",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "07440fc4-6327-46f0-9717-27a80f0e18d1",
    "vfModuleModelCustomizationUUID": "6765a241-1951-45e4-8663-f00ee37d3ec0",
    "isBase": true,
    "artifacts": [
      "f82caf5e-ffab-4174-9fa7-c42d76a69a89",
      "5faa5205-75d9-4e9b-9022-3b0d086584a7",
      "f5bd67b9-efed-4596-96b3-5f2b5ba150c5"
    ],
    "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-02-05T02:05:47.477Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:07440fc4-6327-46f0-9717-27a80f0e18d1
VfModuleModelInvariantUUID:1a222465-06f5-4859-b21f-fecbceb8a386
VfModuleModelDescription:NULL
Artifacts UUID List:{
f82caf5e-ffab-4174-9fa7-c42d76a69a89
,
5faa5205-75d9-4e9b-9022-3b0d086584a7
,
f5bd67b9-efed-4596-96b3-5f2b5ba150c5

}
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-02-05T02:05:47.477Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: f82caf5e-ffab-4174-9fa7-c42d76a69a89 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-02-05T02:05:47.477Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-02-05T02:05:47.477Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||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-02-05T02:05:47.511Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-02-05T02:05:47.511Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml f82caf5e-ffab-4174-9fa7-c42d76a69a89 1164
2022-02-05T02:05:47.511Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||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-02-05T02:05:47.511Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||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-02-05T02:05:47.512Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-05T02:05:47.512Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T02:05:47.513Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T02:05:47.514Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f4419f97-4de9-4fdb-863c-a0b363f20cc5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026747511,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-05T02:05:47.614Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T02:05:47.614Z||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-02-05T02:05:47.615Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T02:05:47.624Z||pool-149-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:05:47.624Z||pool-149-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-05T02:05:48.514Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: f5bd67b9-efed-4596-96b3-5f2b5ba150c5 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-02-05T02:05:48.515Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-02-05T02:05:48.515Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||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-02-05T02:05:48.546Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-02-05T02:05:48.546Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env f5bd67b9-efed-4596-96b3-5f2b5ba150c5 200
2022-02-05T02:05:48.547Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||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-02-05T02:05:48.547Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||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-02-05T02:05:48.547Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-05T02:05:48.547Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T02:05:48.549Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T02:05:48.549Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f4419f97-4de9-4fdb-863c-a0b363f20cc5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026748547,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-02-05T02:05:48.649Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-05T02:05:48.650Z||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-02-05T02:05:48.650Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T02:05:48.660Z||pool-150-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:05:48.660Z||pool-150-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-05T02:05:49.550Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: dbe1e5ca-8226-403d-94f2-67a5ab7cafa6
2022-02-05T02:05:49.550Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 5b8ab83f-f7ea-487e-8d19-d9492b5b65bc ASDC
2022-02-05T02:05:49.555Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||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 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-02-05T02:05:49.563Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@54207d7e, org.onap.sdc.toscaparser.api.parameters.Input@252f4ebe, org.onap.sdc.toscaparser.api.parameters.Input@421ef5c9, org.onap.sdc.toscaparser.api.parameters.Input@26d9a204, org.onap.sdc.toscaparser.api.parameters.Input@7145e02c]
2022-02-05T02:05:49.564Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T02:05:49.564Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T02:05:49.564Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-02-05T02:05:49.564Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= f55da136-abb6-47ed-b703-39828310cb7c
2022-02-05T02:05:49.564Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f55da136-abb6-47ed-b703-39828310cb7c matches Tosca VF Customization UUID: f55da136-abb6-47ed-b703-39828310cb7c
2022-02-05T02:05:49.565Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: f55da136-abb6-47ed-b703-39828310cb7c  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-02-05T02:05:49.566Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T02:05:49.566Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T02:05:49.566Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id f55da136-abb6-47ed-b703-39828310cb7c: {\"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-02-05T02:05:49.566Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@70e74a46
2022-02-05T02:05:49.566Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T02:05:49.567Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-05T02:05:49.567Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6765a241-1951-45e4-8663-f00ee37d3ec0
2022-02-05T02:05:49.567Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6765a241-1951-45e4-8663-f00ee37d3ec0
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-02-05T02:05:49.568Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T02:05:49.568Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-02-05T02:05:49.568Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-05T02:05:49.568Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T02:05:49.569Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-02-05T02:05:49.569Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-05T02:05:49.569Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T02:05:49.569Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-02-05T02:05:49.569Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-02-05T02:05:49.569Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=50ba10f1-a4fb-4659-af00-509b2ae90d72
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-02-05T02:05:49.570Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T02:05:49.570Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-02-05T02:05:49.570Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-05T02:05:49.571Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T02:05:49.571Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-02-05T02:05:49.571Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=f55da136-abb6-47ed-b703-39828310cb7c
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-02-05T02:05:49.572Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T02:05:49.572Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T02:05:49.572Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid dbe1e5ca-8226-403d-94f2-67a5ab7cafa6: basic_cnf
2022-02-05T02:05:49.572Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T02:05:49.572Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T02:05:49.572Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T02:05:49.572Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T02:05:49.572Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T02:05:49.573Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T02:05:49.573Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T02:05:49.573Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T02:05:49.573Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T02:05:49.573Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T02:05:49.573Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||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-02-05T02:05:49.617Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 5b8ab83f-f7ea-487e-8d19-d9492b5b65bc 1 ASDC deployResourceStructure
2022-02-05T02:05:49.617Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||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-02-05T02:05:49.617Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||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-02-05T02:05:49.617Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-02-05T02:05:49.618Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T02:05:49.619Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T02:05:49.619Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f4419f97-4de9-4fdb-863c-a0b363f20cc5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026749617,
  "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-02-05T02:05:49.719Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T02:05:49.720Z||pool-151-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-05T02:05:49.720Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T02:05:49.730Z||pool-151-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:05:49.730Z||pool-151-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-02-05T02:05:50.619Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||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-02-05T02:05:50.620Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||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-02-05T02:05:50.620Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-02-05T02:05:50.620Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T02:05:50.622Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T02:05:50.622Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f4419f97-4de9-4fdb-863c-a0b363f20cc5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026750619,
  "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-02-05T02:05:50.722Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T02:05:50.723Z||pool-152-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-05T02:05:50.723Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T02:05:50.732Z||pool-152-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:05:50.732Z||pool-152-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-05T02:05:51.623Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||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-02-05T02:05:51.623Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||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-02-05T02:05:51.623Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-05T02:05:51.624Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T02:05:51.625Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T02:05:51.625Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f4419f97-4de9-4fdb-863c-a0b363f20cc5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026751623,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-05T02:05:51.725Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T02:05:51.726Z||pool-153-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-05T02:05:51.726Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T02:05:51.735Z||pool-153-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:05:51.735Z||pool-153-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-02-05T02:05:52.626Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||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-02-05T02:05:52.626Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||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-02-05T02:05:52.626Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-05T02:05:52.626Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T02:05:52.628Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T02:05:52.628Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f4419f97-4de9-4fdb-863c-a0b363f20cc5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026752626,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-02-05T02:05:52.729Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-05T02:05:52.729Z||pool-154-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-05T02:05:52.729Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T02:05:52.738Z||pool-154-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:05:52.739Z||pool-154-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-05T02:05:53.629Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||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-02-05T02:05:53.629Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||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-02-05T02:05:53.630Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-05T02:05:53.630Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T02:05:53.631Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T02:05:53.632Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f4419f97-4de9-4fdb-863c-a0b363f20cc5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026753629,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-02-05T02:05:53.732Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T02:05:53.732Z||pool-155-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-05T02:05:53.732Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T02:05:53.742Z||pool-155-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:05:53.743Z||pool-155-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-05T02:05:54.632Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-02-05T02:05:54.632Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-02-05T02:05:54.632Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-05T02:05:54.633Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T02:05:54.634Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T02:05:54.634Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f4419f97-4de9-4fdb-863c-a0b363f20cc5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026754632,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-05T02:05:54.734Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T02:05:54.735Z||pool-156-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-05T02:05:54.735Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T02:05:54.745Z||pool-156-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:05:54.745Z||pool-156-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-05T02:05:55.635Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f4419f97-4de9-4fdb-863c-a0b363f20cc5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-05T02:05:55.644Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f4419f97-4de9-4fdb-863c-a0b363f20cc5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-05T02:05:55.646Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-05T02:05:55.646Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-05T02:05:55.646Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-05T02:05:55.646Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-05T02:05:55.646Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-05T02:05:55.646Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-05T02:05:55.646Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-05T02:05:55.646Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-05T02:05:55.646Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-05T02:05:55.647Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-05T02:05:55.647Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|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-02-05T02:05:55.651Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-05T02:06:25.651Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f4419f97-4de9-4fdb-863c-a0b363f20cc5 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-02-05T02:06:25.656Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f4419f97-4de9-4fdb-863c-a0b363f20cc5 and serviceModelVersionId: dbe1e5ca-8226-403d-94f2-67a5ab7cafa6
2022-02-05T02:06:25.656Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fcd9c099-b325-48c1-87ff-873f060f1c68
2022-02-05T02:06:25.657Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fcd9c099-b325-48c1-87ff-873f060f1c68/model-vers/model-ver/dbe1e5ca-8226-403d-94f2-67a5ab7cafa6?depth=0
2022-02-05T02:06:25.662Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-02-05T02:06:25.680Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fcd9c099-b325-48c1-87ff-873f060f1c68/model-vers/model-ver/dbe1e5ca-8226-403d-94f2-67a5ab7cafa6?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-02-05T02:06:25.680Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fcd9c099-b325-48c1-87ff-873f060f1c68/model-vers/model-ver/dbe1e5ca-8226-403d-94f2-67a5ab7cafa6?depth=0|INFO|500||Invoke
2022-02-05T02:06:25.694Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fcd9c099-b325-48c1-87ff-873f060f1c68/model-vers/model-ver/dbe1e5ca-8226-403d-94f2-67a5ab7cafa6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-02-05T02:06:26.107Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fcd9c099-b325-48c1-87ff-873f060f1c68/model-vers/model-ver/dbe1e5ca-8226-403d-94f2-67a5ab7cafa6?depth=0|INFO|500||InvokeReturn
2022-02-05T02:06:26.107Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fcd9c099-b325-48c1-87ff-873f060f1c68/model-vers/model-ver/dbe1e5ca-8226-403d-94f2-67a5ab7cafa6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220205-02:06:25:703-90237], vertex-id=[229608], Content-Length=[0], Date=[Sat, 05 Feb 2022 02:06:25 GMT], Content-Type=[application/json]}
2022-02-05T02:06:26.107Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2022-02-05T02:06:26.108Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-05T02:06:26.108Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|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-02-05T02:06:26.111Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|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-02-05T02:06:26.111Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f4419f97-4de9-4fdb-863c-a0b363f20cc5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-05T02:06:26.112Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-05T02:06:26.112Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T02:06:26.113Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T02:06:26.114Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f4419f97-4de9-4fdb-863c-a0b363f20cc5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026786111,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-05T02:06:26.214Z||pool-157-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T02:06:26.214Z||pool-157-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-05T02:06:26.214Z||pool-157-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T02:06:26.228Z||pool-157-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:06:26.228Z||pool-157-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-02-05T02:06:27.123Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T02:06:27.124Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|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-02-05T02:06:27.124Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|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 DKX9nAw6nCNTcxaL) ...
2022-02-05T02:06:31.996Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:06:31.997Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T02:06:31.997Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"50ee9fbc-7247-4329-bc09-29c5024f1323","serviceName":"Demo_pNF_r5LkND83sWNweXCW9bpG","serviceVersion":"1.0","serviceUUID":"56167efb-4238-4857-ad3c-54c5a9ded147","serviceDescription":"catalog service description","serviceInvariantUUID":"b48a0d8a-a96a-432e-b126-65c4b3467eb8","resources":[{"resourceInstanceName":"pNF d1c61e3b-2eac 0","resourceName":"pNF d1c61e3b-2eac","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"750f5b1f-34b1-4f77-a188-a025ce3682c0","resourceInvariantUUID":"755eb1e6-77e5-4b7c-85a7-94c8f910033b","resourceCustomizationUUID":"17af33c4-5217-4420-a0de-db86d49c29bb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR5lknd83swnwexcw9bpg/1.0/resourceInstances/pnfd1c61e3b2eac0/artifacts/vf-license-model.xml","artifactChecksum":"MmUxOWU0OWEyYTJjYjMzZGMwNWM4NGM4NjBlNGUyNzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e419a26d-5b87-4234-af71-af5d1b2ed4a2","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR5lknd83swnwexcw9bpg/1.0/resourceInstances/pnfd1c61e3b2eac0/artifacts/pNF.csar","artifactChecksum":"ZWQxZDlkZjVlNGI2NTQ4MDVmYzIxNzM2ZDk3OTMwMWM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e3d0c08d-0d83-409e-9402-9ee3dfd0b521","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR5lknd83swnwexcw9bpg/1.0/resourceInstances/pnfd1c61e3b2eac0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f5b4da32-d446-4c88-89e3-4475a3abba9b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR5lknd83swnwexcw9bpg/1.0/resourceInstances/pnfd1c61e3b2eac0/artifacts/vendor-license-model.xml","artifactChecksum":"NzY2YTcxODVjODMwZWM3YjIyMzNkZGNhN2ZhYTg5MjA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"783e0dfe-0a9a-47f1-b646-05d3042c2cea","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfR5lknd83swnwexcw9bpg/1.0/resourceInstances/pnfd1c61e3b2eac0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8439cfcb-58f4-44f0-a01b-2ef7296a9ce5","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfR5lknd83swnwexcw9bpg/1.0/resourceInstances/pnfd1c61e3b2eac0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8190f48e-6a9e-4635-8757-40a2ede505e3","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfR5lknd83swnwexcw9bpg-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR5lknd83swnwexcw9bpg/1.0/artifacts/service-DemoPnfR5lknd83swnwexcw9bpg-template.yml","artifactChecksum":"NjM4OTM4MTk4ZGU0YWM2Y2UxNzNhZGFlYTA4NjhmZDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4482617a-3545-44ff-aa62-3be1bddd4926","artifactVersion":"1"},{"artifactName":"service-DemoPnfR5lknd83swnwexcw9bpg-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfR5lknd83swnwexcw9bpg/1.0/artifacts/service-DemoPnfR5lknd83swnwexcw9bpg-csar.csar","artifactChecksum":"NTI3YjYxYzhkYmQ5MDIwNjgzNTEzY2U0YTU0ZWJkZTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9357d03a-58d4-4a39-8540-67853558d8ff","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-05T02:06:31.999Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T02:06:31.999Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T02:06:32.001Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T02:06:32.001Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "50ee9fbc-7247-4329-bc09-29c5024f1323",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026787123,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5lknd83swnwexcw9bpg/1.0/resourceInstances/pnfd1c61e3b2eac0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T02:06:32.101Z||pool-158-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T02:06:32.102Z||pool-158-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-05T02:06:32.102Z||pool-158-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T02:06:32.111Z||pool-158-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:06:32.111Z||pool-158-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-05T02:06:32.421Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T02:06:32.422Z||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-02-05T02:06:32.422Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T02:06:32.442Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:06:32.443Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-05T02:06:32.443Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ac9badc-d599-4fa7-87d8-604ef2dee358",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026689011,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-05T02:06:32.443Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T02:06:32.443Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-05T02:06:32.443Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c63214b-5952-4fdf-a531-a8848fb621e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026219715,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T02:06:32.444Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-05T02:06:32.444Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-05T02:06:32.444Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c63214b-5952-4fdf-a531-a8848fb621e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026219715,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-05T02:06:32.444Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-05T02:06:32.444Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-05T02:06:32.444Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c63214b-5952-4fdf-a531-a8848fb621e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026219715,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-05T02:06:32.444Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-05T02:06:32.444Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-05T02:06:32.444Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c63214b-5952-4fdf-a531-a8848fb621e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026219715,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-05T02:06:32.444Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-05T02:06:32.444Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-05T02:06:32.444Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c63214b-5952-4fdf-a531-a8848fb621e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026219715,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T02:06:32.444Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-05T02:06:32.444Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-05T02:06:32.445Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c63214b-5952-4fdf-a531-a8848fb621e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026219715,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T02:06:32.445Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-05T02:06:32.445Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-05T02:06:32.445Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c63214b-5952-4fdf-a531-a8848fb621e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026219715,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T02:06:32.445Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-05T02:06:32.445Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-05T02:06:32.445Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c63214b-5952-4fdf-a531-a8848fb621e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026219715,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T02:06:32.445Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-05T02:06:32.445Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-05T02:06:32.445Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c63214b-5952-4fdf-a531-a8848fb621e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026219715,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T02:06:32.445Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-05T02:06:32.445Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-05T02:06:32.445Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c63214b-5952-4fdf-a531-a8848fb621e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026699175,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T02:06:32.445Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T02:06:32.446Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-05T02:06:32.446Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c63214b-5952-4fdf-a531-a8848fb621e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026700727,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-05T02:06:32.446Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T02:06:32.446Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-05T02:06:32.446Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c63214b-5952-4fdf-a531-a8848fb621e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026731859,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-05T02:06:32.446Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T02:06:33.001Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T02:06:33.002Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T02:06:33.004Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T02:06:33.004Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "50ee9fbc-7247-4329-bc09-29c5024f1323",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026787123,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5lknd83swnwexcw9bpg/1.0/resourceInstances/pnfd1c61e3b2eac0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-05T02:06:33.104Z||pool-159-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T02:06:33.104Z||pool-159-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-05T02:06:33.104Z||pool-159-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T02:06:33.114Z||pool-159-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:06:33.114Z||pool-159-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-05T02:06:34.004Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T02:06:34.005Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T02:06:34.006Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T02:06:34.006Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "50ee9fbc-7247-4329-bc09-29c5024f1323",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026787123,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5lknd83swnwexcw9bpg/1.0/resourceInstances/pnfd1c61e3b2eac0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-05T02:06:34.107Z||pool-160-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T02:06:34.107Z||pool-160-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-05T02:06:34.107Z||pool-160-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T02:06:34.117Z||pool-160-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:06:34.117Z||pool-160-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-05T02:06:35.007Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T02:06:35.007Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T02:06:35.009Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T02:06:35.009Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "50ee9fbc-7247-4329-bc09-29c5024f1323",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026787123,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5lknd83swnwexcw9bpg/1.0/resourceInstances/pnfd1c61e3b2eac0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T02:06:35.109Z||pool-161-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-05T02:06:35.110Z||pool-161-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-05T02:06:35.110Z||pool-161-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T02:06:35.119Z||pool-161-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:06:35.120Z||pool-161-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-05T02:06:36.010Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T02:06:36.010Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T02:06:36.012Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T02:06:36.012Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "50ee9fbc-7247-4329-bc09-29c5024f1323",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026787123,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5lknd83swnwexcw9bpg/1.0/resourceInstances/pnfd1c61e3b2eac0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T02:06:36.112Z||pool-162-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T02:06:36.113Z||pool-162-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-05T02:06:36.113Z||pool-162-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T02:06:36.122Z||pool-162-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:06:36.122Z||pool-162-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-02-05T02:06:37.013Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T02:06:37.013Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T02:06:37.015Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T02:06:37.015Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "50ee9fbc-7247-4329-bc09-29c5024f1323",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026787123,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5lknd83swnwexcw9bpg/1.0/resourceInstances/pnfd1c61e3b2eac0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T02:06:37.115Z||pool-163-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T02:06:37.116Z||pool-163-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-05T02:06:37.116Z||pool-163-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T02:06:37.125Z||pool-163-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:06:37.126Z||pool-163-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-02-05T02:06:38.016Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T02:06:38.016Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T02:06:38.018Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T02:06:38.018Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "50ee9fbc-7247-4329-bc09-29c5024f1323",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026787123,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5lknd83swnwexcw9bpg/1.0/artifacts/service-DemoPnfR5lknd83swnwexcw9bpg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T02:06:38.118Z||pool-164-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-05T02:06:38.119Z||pool-164-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-05T02:06:38.119Z||pool-164-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T02:06:38.128Z||pool-164-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:06:38.128Z||pool-164-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-02-05T02:06:39.019Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T02:06:39.019Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T02:06:39.021Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T02:06:39.021Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "50ee9fbc-7247-4329-bc09-29c5024f1323",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026787123,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5lknd83swnwexcw9bpg/1.0/artifacts/service-DemoPnfR5lknd83swnwexcw9bpg-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T02:06:39.121Z||pool-165-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-05T02:06:39.122Z||pool-165-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-05T02:06:39.122Z||pool-165-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T02:06:39.131Z||pool-165-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:06:39.131Z||pool-165-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2022-02-05T02:06:40.022Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "50ee9fbc-7247-4329-bc09-29c5024f1323",
  "serviceName": "Demo_pNF_r5LkND83sWNweXCW9bpG",
  "serviceVersion": "1.0",
  "serviceUUID": "56167efb-4238-4857-ad3c-54c5a9ded147",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "b48a0d8a-a96a-432e-b126-65c4b3467eb8",
  "resources": [
    {
      "resourceInstanceName": "pNF d1c61e3b-2eac 0",
      "resourceCustomizationUUID": "17af33c4-5217-4420-a0de-db86d49c29bb",
      "resourceName": "pNF d1c61e3b-2eac",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "750f5b1f-34b1-4f77-a188-a025ce3682c0",
      "resourceInvariantUUID": "755eb1e6-77e5-4b7c-85a7-94c8f910033b",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfR5lknd83swnwexcw9bpg-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5lknd83swnwexcw9bpg/1.0/artifacts/service-DemoPnfR5lknd83swnwexcw9bpg-csar.csar",
      "artifactChecksum": "NTI3YjYxYzhkYmQ5MDIwNjgzNTEzY2U0YTU0ZWJkZTE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9357d03a-58d4-4a39-8540-67853558d8ff"
    }
  ],
  "workloadContext": "Production"
}
2022-02-05T02:06:40.022Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-05T02:06:40.023Z|f4419f97-4de9-4fdb-863c-a0b363f20cc5|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 56167efb-4238-4857-ad3c-54c5a9ded147 ASDC
2022-02-05T02:06:40.023Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:50ee9fbc-7247-4329-bc09-29c5024f1323
ServiceName:Demo_pNF_r5LkND83sWNweXCW9bpG
ServiceVersion:1.0
ServiceUUID:56167efb-4238-4857-ad3c-54c5a9ded147
ServiceInvariantUUID:b48a0d8a-a96a-432e-b126-65c4b3467eb8
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfR5lknd83swnwexcw9bpg-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfR5lknd83swnwexcw9bpg/1.0/artifacts/service-DemoPnfR5lknd83swnwexcw9bpg-csar.csar
ArtifactUUID:9357d03a-58d4-4a39-8540-67853558d8ff
ArtifactChecksum:NTI3YjYxYzhkYmQ5MDIwNjgzNTEzY2U0YTU0ZWJkZTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF d1c61e3b-2eac 0
ResourceCustomizationUUID:17af33c4-5217-4420-a0de-db86d49c29bb
ResourceInvariantUUID:755eb1e6-77e5-4b7c-85a7-94c8f910033b
ResourceName:pNF d1c61e3b-2eac
ResourceType:PNF
ResourceUUID:750f5b1f-34b1-4f77-a188-a025ce3682c0
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-02-05T02:06:40.023Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 56167efb-4238-4857-ad3c-54c5a9ded147 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-02-05T02:06:40.041Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-05T02:06:40.041Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-02-05T02:06:40.041Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-02-05T02:06:40.041Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 9357d03a-58d4-4a39-8540-67853558d8ff from URL: /sdc/v1/catalog/services/DemoPnfR5lknd83swnwexcw9bpg/1.0/artifacts/service-DemoPnfR5lknd83swnwexcw9bpg-csar.csar
2022-02-05T02:06:40.041Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-02-05T02:06:40.041Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfR5lknd83swnwexcw9bpg/1.0/artifacts/service-DemoPnfR5lknd83swnwexcw9bpg-csar.csar
2022-02-05T02:06:40.539Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-02-05T02:06:40.545Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfR5lknd83swnwexcw9bpg/1.0/artifacts/service-DemoPnfR5lknd83swnwexcw9bpg-csar.csar 9357d03a-58d4-4a39-8540-67853558d8ff 82618
2022-02-05T02:06:40.545Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfR5lknd83swnwexcw9bpg/1.0/artifacts/service-DemoPnfR5lknd83swnwexcw9bpg-csar.csar ASDC sendASDCNotification
2022-02-05T02:06:40.545Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR5lknd83swnwexcw9bpg/1.0/artifacts/service-DemoPnfR5lknd83swnwexcw9bpg-csar.csar
2022-02-05T02:06:40.545Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-05T02:06:40.546Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T02:06:40.547Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T02:06:40.547Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "50ee9fbc-7247-4329-bc09-29c5024f1323",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026800545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5lknd83swnwexcw9bpg/1.0/artifacts/service-DemoPnfR5lknd83swnwexcw9bpg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T02:06:40.648Z||pool-166-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T02:06:40.648Z||pool-166-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-05T02:06:40.648Z||pool-166-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T02:06:40.657Z||pool-166-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:06:40.657Z||pool-166-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-02-05T02:06:41.548Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-05T02:06:41.548Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-02-05T02:06:41.548Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 9357d03a-58d4-4a39-8540-67853558d8ff, URL: /sdc/v1/catalog/services/DemoPnfR5lknd83swnwexcw9bpg/1.0/artifacts/service-DemoPnfR5lknd83swnwexcw9bpg-csar.csar to file: /app/ASDC/1/service-DemoPnfR5lknd83swnwexcw9bpg-csar.csar
2022-02-05T02:06:41.549Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfR5lknd83swnwexcw9bpg-csar.csar
2022-02-05T02:06:41.549Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfR5lknd83swnwexcw9bpg-csar.csar
2022-02-05T02:06:41.549Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfR5lknd83swnwexcw9bpg-csar.csar
2022-02-05T02:06:41.619Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3667272832351963840/Definitions/service-DemoPnfR5lknd83swnwexcw9bpg-template.yml
2022-02-05T02:06:42.090Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-05T02:06:42.090Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-02-05T02:06:42.090Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfR5lknd83swnwexcw9bpg-csar.csar
2022-02-05T02:06:42.090Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-02-05T02:06:42.090Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF d1c61e3b-2eac 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-DemoPnfR5lknd83swnwexcw9bpg-csar.csar
2022-02-05T02:06:42.090Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||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-DemoPnfR5lknd83swnwexcw9bpg-csar.csar
2022-02-05T02:06:42.091Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfR5lknd83swnwexcw9bpg-csar.csar
2022-02-05T02:06:42.091Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||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-DemoPnfR5lknd83swnwexcw9bpg-csar.csar
2022-02-05T02:06:42.091Z|50ee9fbc-7247-4329-bc09-29c5024f1323|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-DemoPnfR5lknd83swnwexcw9bpg-csar.csar
2022-02-05T02:06:42.091Z|50ee9fbc-7247-4329-bc09-29c5024f1323|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-DemoPnfR5lknd83swnwexcw9bpg-csar.csar
2022-02-05T02:06:42.091Z|50ee9fbc-7247-4329-bc09-29c5024f1323|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-DemoPnfR5lknd83swnwexcw9bpg-csar.csar
2022-02-05T02:06:42.091Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-02-05T02:06:42.091Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T02:06:42.091Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_r5LkND83sWNweXCW9bpG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T02:06:42.091Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||DEBUG|500||Node template pNF d1c61e3b-2eac 0 is matching search criteria
2022-02-05T02:06:42.091Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-02-05T02:06:42.091Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF d1c61e3b-2eac 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-05T02:06:42.091Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T02:06:42.091Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_r5LkND83sWNweXCW9bpG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T02:06:42.092Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||DEBUG|500||Node template pNF d1c61e3b-2eac 0 is matching search criteria
2022-02-05T02:06:42.092Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-02-05T02:06:42.092Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF d1c61e3b-2eac 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-05T02:06:42.092Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T02:06:42.092Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_r5LkND83sWNweXCW9bpG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T02:06:42.092Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T02:06:42.092Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_r5LkND83sWNweXCW9bpG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T02:06:42.092Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T02:06:42.092Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_r5LkND83sWNweXCW9bpG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T02:06:42.092Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T02:06:42.093Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_r5LkND83sWNweXCW9bpG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T02:06:42.093Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T02:06:42.093Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_r5LkND83sWNweXCW9bpG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T02:06:42.093Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_r5LkND83sWNweXCW9bpG
Description:catalog service description
Model UUID:56167efb-4238-4857-ad3c-54c5a9ded147
Model Version:NULL
Model InvariantUuid:b48a0d8a-a96a-432e-b126-65c4b3467eb8
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-02-05T02:06:42.099Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: 750f5b1f-34b1-4f77-a188-a025ce3682c0
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-02-05T02:06:42.100Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||INFO|500||pNF d1c61e3b-2eac 0
2022-02-05T02:06:42.101Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 750f5b1f-34b1-4f77-a188-a025ce3682c0
2022-02-05T02:06:42.101Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 56167efb-4238-4857-ad3c-54c5a9ded147
2022-02-05T02:06:42.101Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 56167efb-4238-4857-ad3c-54c5a9ded147
2022-02-05T02:06:42.101Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF d1c61e3b-2eac 0 750f5b1f-34b1-4f77-a188-a025ce3682c0 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-02-05T02:06:42.105Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3a81e3cd, org.onap.sdc.toscaparser.api.parameters.Input@49a61ffb, org.onap.sdc.toscaparser.api.parameters.Input@7c547d13, org.onap.sdc.toscaparser.api.parameters.Input@3e4c59a8, org.onap.sdc.toscaparser.api.parameters.Input@b665a27]
2022-02-05T02:06:42.105Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T02:06:42.105Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_r5LkND83sWNweXCW9bpG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T02:06:42.105Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 56167efb-4238-4857-ad3c-54c5a9ded147: pNF d1c61e3b-2eac
2022-02-05T02:06:42.105Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||INFO|500||Processing PNF resource: 750f5b1f-34b1-4f77-a188-a025ce3682c0
2022-02-05T02:06:42.105Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T02:06:42.105Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_r5LkND83sWNweXCW9bpG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T02:06:42.106Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||INFO|500||Resource customization UUID: 17af33c4-5217-4420-a0de-db86d49c29bb is the same as notified resource customizationUUID: 17af33c4-5217-4420-a0de-db86d49c29bb
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-02-05T02:06:42.127Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF d1c61e3b-2eac 750f5b1f-34b1-4f77-a188-a025ce3682c0 0 ASDC deployResourceStructure
2022-02-05T02:06:42.128Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfR5lknd83swnwexcw9bpg/1.0/artifacts/service-DemoPnfR5lknd83swnwexcw9bpg-csar.csar ASDC sendASDCNotification
2022-02-05T02:06:42.128Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR5lknd83swnwexcw9bpg/1.0/artifacts/service-DemoPnfR5lknd83swnwexcw9bpg-csar.csar
2022-02-05T02:06:42.128Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-05T02:06:42.128Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T02:06:42.129Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T02:06:42.130Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "50ee9fbc-7247-4329-bc09-29c5024f1323",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026802128,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5lknd83swnwexcw9bpg/1.0/artifacts/service-DemoPnfR5lknd83swnwexcw9bpg-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-05T02:06:42.230Z||pool-167-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T02:06:42.230Z||pool-167-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-05T02:06:42.231Z||pool-167-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T02:06:42.240Z||pool-167-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:06:42.240Z||pool-167-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-05T02:06:43.130Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 50ee9fbc-7247-4329-bc09-29c5024f1323
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-05T02:06:43.140Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 50ee9fbc-7247-4329-bc09-29c5024f1323
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-05T02:06:43.142Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-05T02:06:43.142Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-05T02:06:43.142Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-05T02:06:43.142Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-05T02:06:43.142Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-05T02:06:43.142Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-05T02:06:43.142Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-05T02:06:43.142Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-05T02:06:43.142Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-05T02:06:43.142Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-05T02:06:43.142Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-05T02:06:43.142Z|50ee9fbc-7247-4329-bc09-29c5024f1323|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-02-05T02:06:43.146Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-05T02:07:13.146Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 50ee9fbc-7247-4329-bc09-29c5024f1323 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-02-05T02:07:13.151Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 50ee9fbc-7247-4329-bc09-29c5024f1323 and serviceModelVersionId: 56167efb-4238-4857-ad3c-54c5a9ded147
2022-02-05T02:07:13.151Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b48a0d8a-a96a-432e-b126-65c4b3467eb8
2022-02-05T02:07:13.152Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b48a0d8a-a96a-432e-b126-65c4b3467eb8/model-vers/model-ver/56167efb-4238-4857-ad3c-54c5a9ded147?depth=0
2022-02-05T02:07:13.156Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-02-05T02:07:13.173Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b48a0d8a-a96a-432e-b126-65c4b3467eb8/model-vers/model-ver/56167efb-4238-4857-ad3c-54c5a9ded147?depth=0|INFO|500||Invoke
2022-02-05T02:07:13.173Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b48a0d8a-a96a-432e-b126-65c4b3467eb8/model-vers/model-ver/56167efb-4238-4857-ad3c-54c5a9ded147?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b48a0d8a-a96a-432e-b126-65c4b3467eb8/model-vers/model-ver/56167efb-4238-4857-ad3c-54c5a9ded147?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[50ee9fbc-7247-4329-bc09-29c5024f1323], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c068c78c-8f30-4b61-8d37-69bd3f7ecf8e], X-ECOMP-RequestID=[50ee9fbc-7247-4329-bc09-29c5024f1323], X-TransactionId=[], X-ONAP-RequestID=[50ee9fbc-7247-4329-bc09-29c5024f1323], Content-Type=[application/merge-patch+json]}
2022-02-05T02:07:13.190Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b48a0d8a-a96a-432e-b126-65c4b3467eb8/model-vers/model-ver/56167efb-4238-4857-ad3c-54c5a9ded147?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-02-05T02:07:13.424Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b48a0d8a-a96a-432e-b126-65c4b3467eb8/model-vers/model-ver/56167efb-4238-4857-ad3c-54c5a9ded147?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/b48a0d8a-a96a-432e-b126-65c4b3467eb8/model-vers/model-ver/56167efb-4238-4857-ad3c-54c5a9ded147?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220205-02:07:13:198-97407], vertex-id=[508088], Content-Length=[0], Date=[Sat, 05 Feb 2022 02:07:13 GMT], Content-Type=[application/json]}
2022-02-05T02:07:13.424Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b48a0d8a-a96a-432e-b126-65c4b3467eb8/model-vers/model-ver/56167efb-4238-4857-ad3c-54c5a9ded147?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-02-05T02:07:13.425Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b48a0d8a-a96a-432e-b126-65c4b3467eb8/model-vers/model-ver/56167efb-4238-4857-ad3c-54c5a9ded147?depth=0|INFO|500||InvokeReturn
2022-02-05T02:07:13.427Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-05T02:07:13.427Z|50ee9fbc-7247-4329-bc09-29c5024f1323|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-02-05T02:07:13.431Z|50ee9fbc-7247-4329-bc09-29c5024f1323|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-02-05T02:07:13.431Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 50ee9fbc-7247-4329-bc09-29c5024f1323 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-05T02:07:13.431Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-05T02:07:13.431Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T02:07:13.433Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T02:07:13.433Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "50ee9fbc-7247-4329-bc09-29c5024f1323",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026833431,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-05T02:07:13.533Z||pool-168-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T02:07:13.534Z||pool-168-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-05T02:07:13.534Z||pool-168-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T02:07:13.548Z||pool-168-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:07:13.548Z||pool-168-thread-1|||||INFO|500||cambria reply ok (15 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-02-05T02:07:14.443Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T02:07:14.443Z|50ee9fbc-7247-4329-bc09-29c5024f1323|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-02-05T02:07:14.443Z|50ee9fbc-7247-4329-bc09-29c5024f1323|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 DKX9nAw6nCNTcxaL) ...
2022-02-05T02:07:23.979Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:07:23.979Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T02:07:23.980Z|50ee9fbc-7247-4329-bc09-29c5024f1323|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-02-05T02:07:23.980Z|50ee9fbc-7247-4329-bc09-29c5024f1323|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 DKX9nAw6nCNTcxaL) ...
2022-02-05T02:07:32.421Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T02:07:32.422Z||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-02-05T02:07:32.422Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T02:07:32.443Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:07:32.444Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-05T02:07:32.444Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4419f97-4de9-4fdb-863c-a0b363f20cc5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026219715,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T02:07:32.444Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-05T02:07:32.445Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-05T02:07:32.445Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4419f97-4de9-4fdb-863c-a0b363f20cc5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026219715,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-02-05T02:07:32.445Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-05T02:07:32.445Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-05T02:07:32.445Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4419f97-4de9-4fdb-863c-a0b363f20cc5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026219715,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-02-05T02:07:32.445Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-05T02:07:32.445Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-05T02:07:32.445Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4419f97-4de9-4fdb-863c-a0b363f20cc5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026219715,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-02-05T02:07:32.445Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-05T02:07:32.445Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-05T02:07:32.446Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4419f97-4de9-4fdb-863c-a0b363f20cc5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026219715,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-02-05T02:07:32.446Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-05T02:07:32.446Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-05T02:07:32.446Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4419f97-4de9-4fdb-863c-a0b363f20cc5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026219715,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T02:07:32.446Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-05T02:07:32.446Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-05T02:07:32.446Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4419f97-4de9-4fdb-863c-a0b363f20cc5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026219715,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-02-05T02:07:32.446Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-05T02:07:32.446Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-05T02:07:32.446Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4419f97-4de9-4fdb-863c-a0b363f20cc5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026219715,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T02:07:32.446Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-05T02:07:32.446Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-05T02:07:32.446Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4419f97-4de9-4fdb-863c-a0b363f20cc5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026219715,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T02:07:32.447Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-05T02:07:32.447Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-05T02:07:32.447Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4419f97-4de9-4fdb-863c-a0b363f20cc5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026742316,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T02:07:32.447Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T02:07:32.447Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-05T02:07:32.447Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4419f97-4de9-4fdb-863c-a0b363f20cc5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026744226,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-02-05T02:07:32.447Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T02:07:32.447Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-05T02:07:32.447Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4419f97-4de9-4fdb-863c-a0b363f20cc5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026745432,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-02-05T02:07:32.447Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T02:07:32.447Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-05T02:07:32.447Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4419f97-4de9-4fdb-863c-a0b363f20cc5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026746469,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-05T02:07:32.448Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T02:07:32.448Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-05T02:07:32.448Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4419f97-4de9-4fdb-863c-a0b363f20cc5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026747511,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-05T02:07:32.448Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T02:07:32.448Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-05T02:07:32.448Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4419f97-4de9-4fdb-863c-a0b363f20cc5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026748547,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-02-05T02:07:32.448Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T02:07:32.448Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-05T02:07:32.448Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4419f97-4de9-4fdb-863c-a0b363f20cc5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026749617,
  "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-02-05T02:07:32.448Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T02:07:32.448Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-05T02:07:32.448Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4419f97-4de9-4fdb-863c-a0b363f20cc5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026750619,
  "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-02-05T02:07:32.448Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T02:07:32.449Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-05T02:07:32.449Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4419f97-4de9-4fdb-863c-a0b363f20cc5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026751623,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-05T02:07:32.449Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T02:07:32.449Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-05T02:07:32.449Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4419f97-4de9-4fdb-863c-a0b363f20cc5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026752626,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-02-05T02:07:32.449Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T02:07:32.449Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-05T02:07:32.449Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4419f97-4de9-4fdb-863c-a0b363f20cc5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026753629,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-02-05T02:07:32.449Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T02:07:32.449Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-05T02:07:32.449Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4419f97-4de9-4fdb-863c-a0b363f20cc5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026754632,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-05T02:07:32.449Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T02:07:32.450Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-05T02:07:32.450Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4419f97-4de9-4fdb-863c-a0b363f20cc5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026786111,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-05T02:07:32.450Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T02:07:32.450Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-05T02:07:32.450Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ee9fbc-7247-4329-bc09-29c5024f1323",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026787123,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5lknd83swnwexcw9bpg/1.0/resourceInstances/pnfd1c61e3b2eac0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T02:07:32.450Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-05T02:07:33.531Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:07:33.531Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T02:07:33.532Z|50ee9fbc-7247-4329-bc09-29c5024f1323|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-02-05T02:07:33.532Z|50ee9fbc-7247-4329-bc09-29c5024f1323|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 DKX9nAw6nCNTcxaL) ...
2022-02-05T02:07:43.066Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:07:43.066Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T02:07:43.067Z|50ee9fbc-7247-4329-bc09-29c5024f1323|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-02-05T02:07:43.067Z|50ee9fbc-7247-4329-bc09-29c5024f1323|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 DKX9nAw6nCNTcxaL) ...
2022-02-05T02:07:52.602Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:07:52.602Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T02:07:52.603Z|50ee9fbc-7247-4329-bc09-29c5024f1323|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-02-05T02:07:52.603Z|50ee9fbc-7247-4329-bc09-29c5024f1323|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 DKX9nAw6nCNTcxaL) ...
2022-02-05T02:08:02.136Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:08:02.136Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T02:08:02.137Z|50ee9fbc-7247-4329-bc09-29c5024f1323|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-02-05T02:08:02.137Z|50ee9fbc-7247-4329-bc09-29c5024f1323|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 DKX9nAw6nCNTcxaL) ...
2022-02-05T02:08:11.672Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:08:11.673Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T02:08:11.673Z|50ee9fbc-7247-4329-bc09-29c5024f1323|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-02-05T02:08:11.673Z|50ee9fbc-7247-4329-bc09-29c5024f1323|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 DKX9nAw6nCNTcxaL) ...
2022-02-05T02:08:21.207Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:08:21.208Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T02:08:21.208Z||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-02-05T02:08:21.208Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T02:08:30.742Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:08:30.742Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T02:08:30.743Z||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-02-05T02:08:30.743Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T02:08:32.421Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T02:08:32.422Z|50ee9fbc-7247-4329-bc09-29c5024f1323|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-02-05T02:08:32.422Z|50ee9fbc-7247-4329-bc09-29c5024f1323|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 DKX9nAw6nCNTcxaL) ...
2022-02-05T02:08:32.945Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:08:32.946Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T02:08:32.946Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ee9fbc-7247-4329-bc09-29c5024f1323",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026787123,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5lknd83swnwexcw9bpg/1.0/resourceInstances/pnfd1c61e3b2eac0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-05T02:08:32.947Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T02:08:32.947Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T02:08:32.947Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ee9fbc-7247-4329-bc09-29c5024f1323",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026787123,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5lknd83swnwexcw9bpg/1.0/resourceInstances/pnfd1c61e3b2eac0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-05T02:08:32.947Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T02:08:32.947Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T02:08:32.947Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ee9fbc-7247-4329-bc09-29c5024f1323",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026787123,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5lknd83swnwexcw9bpg/1.0/resourceInstances/pnfd1c61e3b2eac0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T02:08:32.947Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T02:08:32.948Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T02:08:32.948Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ee9fbc-7247-4329-bc09-29c5024f1323",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026787123,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5lknd83swnwexcw9bpg/1.0/resourceInstances/pnfd1c61e3b2eac0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T02:08:32.948Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T02:08:32.948Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T02:08:32.948Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ee9fbc-7247-4329-bc09-29c5024f1323",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026787123,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5lknd83swnwexcw9bpg/1.0/resourceInstances/pnfd1c61e3b2eac0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T02:08:32.948Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T02:08:32.948Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T02:08:32.948Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ee9fbc-7247-4329-bc09-29c5024f1323",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026787123,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5lknd83swnwexcw9bpg/1.0/artifacts/service-DemoPnfR5lknd83swnwexcw9bpg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T02:08:32.948Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T02:08:32.948Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T02:08:32.948Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ee9fbc-7247-4329-bc09-29c5024f1323",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026787123,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5lknd83swnwexcw9bpg/1.0/artifacts/service-DemoPnfR5lknd83swnwexcw9bpg-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T02:08:32.949Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T02:08:32.949Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T02:08:32.949Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ee9fbc-7247-4329-bc09-29c5024f1323",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026800545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5lknd83swnwexcw9bpg/1.0/artifacts/service-DemoPnfR5lknd83swnwexcw9bpg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T02:08:32.949Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T02:08:32.949Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T02:08:32.949Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ee9fbc-7247-4329-bc09-29c5024f1323",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026802128,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5lknd83swnwexcw9bpg/1.0/artifacts/service-DemoPnfR5lknd83swnwexcw9bpg-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-05T02:08:32.949Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T02:08:32.949Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T02:08:32.949Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ee9fbc-7247-4329-bc09-29c5024f1323",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644026833431,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-05T02:08:32.949Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T02:08:40.277Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:08:40.277Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T02:08:40.278Z||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-02-05T02:08:40.278Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T02:08:49.812Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:08:49.813Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T02:08:49.813Z||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-02-05T02:08:49.813Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T02:08:59.348Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:08:59.349Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T02:08:59.349Z||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-02-05T02:08:59.349Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T02:09:08.882Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:09:08.882Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T02:09:08.883Z||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-02-05T02:09:08.883Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T02:09:18.417Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:09:18.418Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T02:09:18.418Z||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-02-05T02:09:18.418Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T02:09:27.953Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:09:27.954Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T02:09:27.954Z||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-02-05T02:09:27.954Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T02:09:32.421Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T02:09:32.422Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|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-02-05T02:09:32.422Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|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 DKX9nAw6nCNTcxaL) ...
2022-02-05T02:09:37.489Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:09:37.490Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T02:09:37.490Z||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-02-05T02:09:37.491Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T02:09:41.963Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:09:47.028Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:10:32.420Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T02:10:32.420Z||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-02-05T02:10:32.420Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T02:10:32.422Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T02:10:32.422Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|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-02-05T02:10:32.422Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|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 DKX9nAw6nCNTcxaL) ...
2022-02-05T02:10:41.962Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:10:41.963Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:11:32.419Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T02:11:32.420Z||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-02-05T02:11:32.420Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T02:11:32.421Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T02:11:32.422Z||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-02-05T02:11:32.422Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T02:11:41.960Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:11:41.961Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:12:32.419Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T02:12:32.420Z||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-02-05T02:12:32.420Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T02:12:32.421Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T02:12:32.422Z||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-02-05T02:12:32.422Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T02:12:41.958Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:12:41.961Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:13:32.419Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T02:13:32.420Z||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-02-05T02:13:32.420Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T02:13:32.421Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T02:13:32.422Z||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-02-05T02:13:32.422Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T02:13:41.963Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:13:41.964Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:14:32.419Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T02:14:32.420Z||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-02-05T02:14:32.420Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T02:14:32.421Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T02:14:32.422Z||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-02-05T02:14:32.422Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T02:14:41.961Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:14:41.962Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:15:32.419Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T02:15:32.420Z||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-02-05T02:15:32.420Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T02:15:32.421Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T02:15:32.422Z||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-02-05T02:15:32.422Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T02:15:41.960Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:15:41.964Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:16:32.419Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T02:16:32.420Z||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-02-05T02:16:32.420Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T02:16:32.421Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T02:16:32.422Z||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-02-05T02:16:32.422Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T02:16:41.960Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:16:41.962Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:17:32.419Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T02:17:32.420Z||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-02-05T02:17:32.420Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T02:17:32.421Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T02:17:32.422Z||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-02-05T02:17:32.422Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T02:17:41.961Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:17:41.968Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:18:32.419Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T02:18:32.420Z||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-02-05T02:18:32.420Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T02:18:32.421Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T02:18:32.422Z||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-02-05T02:18:32.422Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T02:18:41.962Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:18:41.962Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:19:32.419Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T02:19:32.420Z||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-02-05T02:19:32.420Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T02:19:32.421Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T02:19:32.422Z||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-02-05T02:19:32.422Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T02:19:41.960Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:19:41.963Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:20:32.419Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T02:20:32.420Z||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-02-05T02:20:32.420Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T02:20:32.421Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T02:20:32.422Z||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-02-05T02:20:32.422Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T02:20:41.960Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:20:41.960Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:21:32.419Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T02:21:32.420Z||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-02-05T02:21:32.420Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T02:21:32.421Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T02:21:32.422Z||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-02-05T02:21:32.422Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T02:21:41.960Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:21:41.960Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:22:32.419Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T02:22:32.420Z||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-02-05T02:22:32.420Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T02:22:32.421Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T02:22:32.421Z|50ee9fbc-7247-4329-bc09-29c5024f1323|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-02-05T02:22:32.422Z|50ee9fbc-7247-4329-bc09-29c5024f1323|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 DKX9nAw6nCNTcxaL) ...
2022-02-05T02:22:41.959Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T02:22:41.962Z|50ee9fbc-7247-4329-bc09-29c5024f1323|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK