Results

By type

          JVM Arguments:  -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml  -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml  

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::        (v2.3.7.RELEASE)

2022-03-30T03:17:34.482Z||main|||||INFO|500||The following profiles are active: basic
2022-03-30T03:17:52.505Z||main|||||INFO|500||Starting service [Tomcat]
2022-03-30T03:17:52.507Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-03-30T03:17:52.705Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-03-30T03:17:59.051Z||main|||||INFO|500||catdb-pool - Starting...
2022-03-30T03:17:59.659Z||main|||||INFO|500||catdb-pool - Start completed.
2022-03-30T03:18:00.572Z||main|||||INFO|500||reqdb-pool - Starting...
2022-03-30T03:18:00.593Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-03-30T03:18:00.843Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-03-30T03:18:01.165Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-03-30T03:18:02.256Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-03-30T03:18:05.326Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-30T03:18:09.611Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-30T03:18:09.734Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-03-30T03:18:10.813Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-30T03:18:11.085Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-03-30T03:18:13.493Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-30T03:18:15.557Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-03-30T03:18:15.593Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint: 
java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
	at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source)
	at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155)
	at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70)
	at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$75ebdfa9.deployActivities()
	at org.onap.so.asdc.Application.deployActivities(Application.java:52)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
	at org.onap.so.asdc.Application.main(Application.java:60)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-03-30T03:18:15.596Z||main|||||WARN|500||The sdc end point is not alive
2022-03-30T03:18:21.470Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-03-30T03:18:26.862Z||main|||||WARN|500||---
2022-03-30T03:18:26.863Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-03-30T03:18:26.864Z||main|||||WARN|500||---
2022-03-30T03:18:27.716Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-03-30T03:18:36.562Z||main|||||INFO|500||Started Application in 67.156 seconds (JVM running for 70.297)
2022-03-30T03:18:36.599Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-30T03:18:36.612Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-30T03:18:36.644Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-30T03:18:36.676Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-30T03:18:36.761Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d5c31940-eb10-414c-9007-c1ba327ecf78 url= /sdc/v1/artifactTypes
2022-03-30T03:18:36.762Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-30T03:18:37.206Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-03-30T03:18:37.258Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-03-30T03:18:37.288Z||scheduling-1|||||DEBUG|500||create keys
2022-03-30T03:18:37.305Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-03-30T03:18:37.369Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T03:18:37.395Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= d52bea03-ec83-476b-b0c5-4cfeeca4dcda url= /sdc/v1/registerForDistribution
2022-03-30T03:18:37.625Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= d52bea03-ec83-476b-b0c5-4cfeeca4dcda url= /sdc/v1/registerForDistribution
2022-03-30T03:18:37.626Z||scheduling-1|||||INFO|500||start DistributionClient
2022-03-30T03:18:37.649Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:18:37.654Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-03-30T03:18:37.666Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:18:37.675Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:18:37.676Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:18:37.677Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:18:37.677Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:18:47.967Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T03:18:47.979Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T03:19:37.642Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:19:37.646Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:19:37.647Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:19:37.649Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:19:37.647Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:19:37.649Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:19:47.217Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T03:19:47.256Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T03:20:37.642Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:20:37.644Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:20:37.644Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:20:37.647Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:20:37.648Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:20:37.648Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:20:47.216Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T03:20:47.221Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T03:21:37.642Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:21:37.643Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:21:37.643Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:21:37.646Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:21:37.647Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:21:37.648Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:21:47.196Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T03:21:47.202Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T03:22:37.642Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:22:37.643Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:22:37.644Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:22:37.651Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:22:37.652Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:22:37.652Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:22:47.244Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T03:22:47.244Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T03:23:37.642Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:23:37.645Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:23:37.646Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:23:37.646Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:23:37.647Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:23:37.647Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:23:47.198Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T03:23:47.211Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T03:24:37.642Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:24:37.644Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:24:37.644Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:24:37.645Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:24:37.646Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:24:37.647Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:24:47.186Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T03:24:47.195Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T03:25:37.642Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:25:37.643Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:25:37.643Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:25:37.646Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:25:37.650Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:25:37.650Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:25:47.191Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T03:25:47.205Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T03:26:37.642Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:26:37.643Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:26:37.644Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:26:37.645Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:26:37.647Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:26:37.647Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:26:47.224Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T03:26:47.224Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T03:27:37.642Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:27:37.643Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:27:37.644Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:27:37.646Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:27:37.648Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:27:37.648Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:27:47.198Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T03:27:47.202Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T03:28:15.046Z||http-nio-8085-exec-2|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-03-30T03:28:37.642Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:28:37.644Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:28:37.644Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:28:37.645Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:28:37.646Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:28:37.647Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:28:47.190Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T03:28:47.193Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T03:29:37.642Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:29:37.643Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:29:37.643Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:29:37.646Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:29:37.646Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:29:37.646Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:29:47.205Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T03:29:47.207Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T03:30:37.642Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:30:37.646Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:30:37.646Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:30:37.645Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:30:37.647Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:30:37.648Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:30:47.197Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T03:30:47.208Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T03:31:37.642Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:31:37.644Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:31:37.645Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:31:37.646Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:31:37.647Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:31:37.647Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:31:47.202Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T03:31:47.209Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T03:32:37.642Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:32:37.644Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:32:37.644Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:32:37.646Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:32:37.647Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:32:37.647Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:32:47.195Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T03:32:47.203Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T03:33:37.642Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:33:37.643Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:33:37.643Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:33:37.648Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:33:37.649Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:33:37.649Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:33:47.191Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T03:33:47.196Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T03:34:37.642Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:34:37.643Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:34:37.643Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:34:37.646Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:34:37.647Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:34:37.647Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:34:47.192Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T03:34:47.193Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T03:35:37.642Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:35:37.643Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:35:37.644Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:35:37.645Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:35:37.646Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:35:37.647Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:35:47.194Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T03:35:47.195Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T03:36:37.642Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:36:37.643Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:36:37.643Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:36:37.646Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:36:37.647Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:36:37.648Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:36:47.204Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T03:36:47.206Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T03:37:37.642Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:37:37.643Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:37:37.643Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:37:37.645Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:37:37.646Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:37:37.647Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:37:47.189Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T03:37:47.191Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T03:38:37.642Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:38:37.645Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:38:37.646Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:38:37.646Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:38:37.646Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:38:37.647Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:38:47.205Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T03:38:47.210Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T03:39:37.642Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:39:37.646Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:39:37.644Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:39:37.653Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:39:37.648Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:39:37.654Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:39:47.230Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T03:39:47.253Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T03:40:37.642Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:40:37.643Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:40:37.643Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:40:37.646Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:40:37.647Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:40:37.649Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:40:47.217Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T03:40:47.219Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T03:41:37.643Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:41:37.645Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:41:37.645Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:41:37.646Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:41:37.647Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:41:37.648Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:41:47.200Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T03:41:47.200Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T03:42:37.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:42:37.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:42:37.643Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:42:37.646Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:42:37.647Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:42:37.648Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:42:47.196Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T03:42:47.199Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T03:43:37.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:43:37.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:43:37.643Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:43:37.646Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:43:37.647Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:43:37.647Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:43:47.198Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T03:43:47.198Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T03:44:37.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:44:37.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:44:37.643Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:44:37.645Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:44:37.646Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:44:37.647Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:44:47.193Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T03:44:47.195Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T03:45:37.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:45:37.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:45:37.644Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:45:37.645Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:45:37.646Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:45:37.647Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:45:47.189Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T03:45:47.188Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T03:46:37.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:46:37.646Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:46:37.646Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:46:37.646Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:46:37.647Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:46:37.647Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:46:47.203Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T03:46:47.212Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T03:47:37.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:47:37.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:47:37.644Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:47:37.646Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:47:37.647Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:47:37.647Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:47:47.192Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T03:47:47.208Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T03:48:37.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:48:37.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:48:37.643Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:48:37.646Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:48:37.646Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:48:37.647Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:48:47.193Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T03:48:47.194Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T03:49:37.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:49:37.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:49:37.643Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:49:37.645Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:49:37.646Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:49:37.646Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:49:38.273Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T03:49:38.277Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.277Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"f5342ed3-e2ee-43ca-bae2-e8dafea8803d","serviceName":"vFW 2022-03-30 03-46-14","serviceVersion":"1.0","serviceUUID":"860d343d-db8a-4c3a-bda4-0155834b4bfd","serviceDescription":"catalog service description","serviceInvariantUUID":"0cdfd4b9-9d1b-4dc8-8b32-c83d84ca1964","resources":[{"resourceInstanceName":"vFW 90ce2ca8-0b7d 0","resourceName":"vFW 90ce2ca8-0b7d","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6c113a62-e5cd-4409-8052-29c1c23d940c","resourceInvariantUUID":"e56be354-204b-415d-9828-f095b7c7c32e","resourceCustomizationUUID":"9ce21d09-eb72-4ca3-98da-4d0909e99700","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/vf-license-model.xml","artifactChecksum":"NzU1M2M2MjZhMGU4MTVkYzgwMjc2NTU1NGU4NDg1NzM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1636ece8-133d-465c-b1cb-dca79c8eca0e","artifactVersion":"1"},{"artifactName":"vfw90ce2ca80b7d0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/vfw90ce2ca80b7d0_modules.json","artifactChecksum":"NjBlMGMxMDY5NDNmMTk5MzcxNmMwMTkxMzdmZTg3NDA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"fb94291d-8322-472a-8945-c5fca2093a24","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"467d4a5a-5308-402d-a46a-69925559bc5c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/vendor-license-model.xml","artifactChecksum":"MTBiZjZlMDBkOGY5ZjdmNWI0MWIxZWZjYjE5ZGYyMWI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a69f7ac3-0a4e-4567-9048-808465620351","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"8b75d0a6-3948-401b-ad5f-a4d5123d20b0","artifactVersion":"2","generatedFromUUID":"467d4a5a-5308-402d-a46a-69925559bc5c"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220330034614-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220330034614/1.0/artifacts/service-Vfw20220330034614-template.yml","artifactChecksum":"ZGFlNGJlMzBhZDdjMDUwODZmYTFkNTI2MmVmYWFhYWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bfbb5fb6-88db-4e64-a075-8a78eec0f81a","artifactVersion":"1"},{"artifactName":"service-Vfw20220330034614-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220330034614/1.0/artifacts/service-Vfw20220330034614-csar.csar","artifactChecksum":"ZmI0MTY2MTZkMDkzNzY5YWNiZDc1MjdkNTliMTIyMjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a79dac50-cc26-4ea0-83c5-17b78857cf0b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-30T03:49:38.284Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T03:49:38.294Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.295Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
  "consumerID": "cds",
  "timestamp": 1648612131077,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T03:49:38.312Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-30T03:49:38.325Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-30T03:49:38.333Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-30T03:49:38.333Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.333Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
  "consumerID": "clamp",
  "timestamp": 1648612129472,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T03:49:38.334Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-30T03:49:38.334Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.334Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
  "consumerID": "dcae-sch",
  "timestamp": 1648612134169,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T03:49:38.334Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-30T03:49:38.335Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.335Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
  "consumerID": "cds",
  "timestamp": 1648612131077,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/vfw90ce2ca80b7d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-30T03:49:38.335Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-30T03:49:38.335Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.335Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
  "consumerID": "clamp",
  "timestamp": 1648612129472,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/vfw90ce2ca80b7d0_modules.json",
  "status": "NOTIFIED"
}
2022-03-30T03:49:38.336Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-30T03:49:38.337Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.337Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
  "consumerID": "dcae-sch",
  "timestamp": 1648612134169,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/vfw90ce2ca80b7d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-30T03:49:38.337Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-30T03:49:38.337Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.338Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
  "consumerID": "cds",
  "timestamp": 1648612131077,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T03:49:38.338Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-30T03:49:38.338Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.339Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
  "consumerID": "clamp",
  "timestamp": 1648612129472,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T03:49:38.340Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-30T03:49:38.342Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.342Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
  "consumerID": "dcae-sch",
  "timestamp": 1648612134169,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T03:49:38.342Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-30T03:49:38.342Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.343Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
  "consumerID": "cds",
  "timestamp": 1648612131077,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T03:49:38.343Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-30T03:49:38.343Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.344Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T03:49:38.344Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
  "consumerID": "clamp",
  "timestamp": 1648612129472,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T03:49:38.344Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648612177641,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T03:49:38.344Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-30T03:49:38.344Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.345Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
  "consumerID": "dcae-sch",
  "timestamp": 1648612134169,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T03:49:38.345Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-30T03:49:38.345Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.346Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
  "consumerID": "cds",
  "timestamp": 1648612131077,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-30T03:49:38.347Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-30T03:49:38.347Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.347Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
  "consumerID": "clamp",
  "timestamp": 1648612129472,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-30T03:49:38.347Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-30T03:49:38.348Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.348Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
  "consumerID": "dcae-sch",
  "timestamp": 1648612134169,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-30T03:49:38.348Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-30T03:49:38.348Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.348Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
  "consumerID": "cds",
  "timestamp": 1648612131077,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/artifacts/service-Vfw20220330034614-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T03:49:38.350Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-30T03:49:38.350Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.350Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
  "consumerID": "clamp",
  "timestamp": 1648612129472,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/artifacts/service-Vfw20220330034614-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T03:49:38.351Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-30T03:49:38.351Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.351Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
  "consumerID": "dcae-sch",
  "timestamp": 1648612134169,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/artifacts/service-Vfw20220330034614-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T03:49:38.352Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-30T03:49:38.352Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.352Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
  "consumerID": "cds",
  "timestamp": 1648612131077,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/artifacts/service-Vfw20220330034614-csar.csar",
  "status": "NOTIFIED"
}
2022-03-30T03:49:38.352Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-30T03:49:38.353Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.353Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
  "consumerID": "clamp",
  "timestamp": 1648612129472,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/artifacts/service-Vfw20220330034614-csar.csar",
  "status": "NOTIFIED"
}
2022-03-30T03:49:38.353Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-30T03:49:38.353Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.354Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
  "consumerID": "dcae-sch",
  "timestamp": 1648612134169,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/artifacts/service-Vfw20220330034614-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-30T03:49:38.354Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-30T03:49:38.354Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.354Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648612141613,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T03:49:38.355Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-30T03:49:38.355Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.355Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
  "consumerID": "cds",
  "timestamp": 1648612142026,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/artifacts/service-Vfw20220330034614-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-30T03:49:38.355Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T03:49:38.356Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.356Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648612141613,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/vfw90ce2ca80b7d0_modules.json",
  "status": "NOTIFIED"
}
2022-03-30T03:49:38.356Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-30T03:49:38.356Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.356Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
  "consumerID": "cds",
  "timestamp": 1648612143045,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/artifacts/service-Vfw20220330034614-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2022-03-30T03:49:38.444Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-30T03:49:38.449Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T03:49:38.449Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T03:49:38.482Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T03:49:38.485Z||pool-3-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-30T03:49:38.644Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f5342ed3-e2ee-43ca-bae2-e8dafea8803d
2022-03-30T03:49:38.689Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f5342ed3-e2ee-43ca-bae2-e8dafea8803d and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-30T03:49:38.728Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.729Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648612143241,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T03:49:38.729Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-30T03:49:38.729Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.730Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648612141613,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-30T03:49:38.730Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-30T03:49:38.730Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.730Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
  "consumerID": "policy-id",
  "timestamp": 1648612144553,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T03:49:38.731Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-30T03:49:38.731Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.731Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648612144627,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T03:49:38.732Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-30T03:49:38.732Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.732Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648612143241,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/vfw90ce2ca80b7d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-30T03:49:38.732Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-30T03:49:38.732Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.733Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648612141613,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T03:49:38.733Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-30T03:49:38.733Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.733Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
  "consumerID": "policy-id",
  "timestamp": 1648612144553,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/vfw90ce2ca80b7d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-30T03:49:38.733Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-30T03:49:38.734Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.734Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648612144627,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/vfw90ce2ca80b7d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-30T03:49:38.734Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-30T03:49:38.734Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.734Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648612143241,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T03:49:38.735Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-30T03:49:38.735Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.735Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648612141613,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-30T03:49:38.736Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-30T03:49:38.737Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.737Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
  "consumerID": "policy-id",
  "timestamp": 1648612144553,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-30T03:49:38.737Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-30T03:49:38.737Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.737Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648612144627,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T03:49:38.738Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-30T03:49:38.738Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.738Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648612143241,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T03:49:38.738Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-30T03:49:38.739Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.739Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648612141613,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/artifacts/service-Vfw20220330034614-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T03:49:38.739Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-30T03:49:38.739Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.739Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
  "consumerID": "policy-id",
  "timestamp": 1648612144553,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T03:49:38.740Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-30T03:49:38.740Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.740Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648612144627,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T03:49:38.740Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-30T03:49:38.740Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.741Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648612143241,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-30T03:49:38.741Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-30T03:49:38.741Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.741Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648612141613,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/artifacts/service-Vfw20220330034614-csar.csar",
  "status": "NOTIFIED"
}
2022-03-30T03:49:38.741Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-30T03:49:38.742Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.742Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
  "consumerID": "policy-id",
  "timestamp": 1648612144553,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-30T03:49:38.742Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-30T03:49:38.743Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.743Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648612144627,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-30T03:49:38.743Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-30T03:49:38.743Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.743Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
  "consumerID": "clamp",
  "timestamp": 1648612149687,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/artifacts/service-Vfw20220330034614-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-30T03:49:38.744Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T03:49:38.744Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.744Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648612143241,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/artifacts/service-Vfw20220330034614-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T03:49:38.744Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-30T03:49:38.744Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.745Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
  "consumerID": "aai-ml",
  "timestamp": 1648612148365,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T03:49:38.746Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-30T03:49:38.746Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.746Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
  "consumerID": "policy-id",
  "timestamp": 1648612144553,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/artifacts/service-Vfw20220330034614-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T03:49:38.746Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-30T03:49:38.747Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.747Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648612144627,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/artifacts/service-Vfw20220330034614-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T03:49:38.747Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-30T03:49:38.747Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.748Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648612149751,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/vfw90ce2ca80b7d0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-30T03:49:38.748Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T03:49:38.748Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.748Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648612143241,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/artifacts/service-Vfw20220330034614-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-30T03:49:38.749Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-30T03:49:38.749Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.749Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
  "consumerID": "aai-ml",
  "timestamp": 1648612148365,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/vfw90ce2ca80b7d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-30T03:49:38.749Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-30T03:49:38.749Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.750Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
  "consumerID": "policy-id",
  "timestamp": 1648612144553,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/artifacts/service-Vfw20220330034614-csar.csar",
  "status": "NOTIFIED"
}
2022-03-30T03:49:38.751Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-30T03:49:38.751Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.751Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648612144627,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/artifacts/service-Vfw20220330034614-csar.csar",
  "status": "NOTIFIED"
}
2022-03-30T03:49:38.751Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-30T03:49:38.751Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.751Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
  "consumerID": "clamp",
  "timestamp": 1648612151524,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/artifacts/service-Vfw20220330034614-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-30T03:49:38.752Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T03:49:38.752Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.752Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648612151224,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-30T03:49:38.752Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T03:49:38.752Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.753Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
  "consumerID": "aai-ml",
  "timestamp": 1648612148365,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T03:49:38.753Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-30T03:49:38.753Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.753Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
  "consumerID": "clamp",
  "timestamp": 1648612152531,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-30T03:49:38.772Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f5342ed3-e2ee-43ca-bae2-e8dafea8803d
2022-03-30T03:49:38.773Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f5342ed3-e2ee-43ca-bae2-e8dafea8803d and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-30T03:49:38.789Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.789Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
  "consumerID": "policy-id",
  "timestamp": 1648612152643,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/artifacts/service-Vfw20220330034614-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-30T03:49:38.790Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T03:49:38.791Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.791Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648612152843,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/artifacts/service-Vfw20220330034614-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-30T03:49:38.791Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T03:49:38.791Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.791Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648612152520,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-30T03:49:38.792Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T03:49:38.792Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.792Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
  "consumerID": "aai-ml",
  "timestamp": 1648612148365,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T03:49:38.794Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-30T03:49:38.794Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.794Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
  "consumerID": "policy-id",
  "timestamp": 1648612153652,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/artifacts/service-Vfw20220330034614-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-30T03:49:38.795Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T03:49:38.795Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.795Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
  "consumerID": "aai-ml",
  "timestamp": 1648612148365,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-30T03:49:38.795Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-30T03:49:38.796Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.796Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648612153585,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-30T03:49:38.803Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f5342ed3-e2ee-43ca-bae2-e8dafea8803d
2022-03-30T03:49:38.803Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f5342ed3-e2ee-43ca-bae2-e8dafea8803d and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-30T03:49:38.817Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.818Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
  "consumerID": "policy-id",
  "timestamp": 1648612154659,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-30T03:49:38.825Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f5342ed3-e2ee-43ca-bae2-e8dafea8803d
2022-03-30T03:49:38.826Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f5342ed3-e2ee-43ca-bae2-e8dafea8803d and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-30T03:49:38.839Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.839Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
  "consumerID": "aai-ml",
  "timestamp": 1648612148365,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/artifacts/service-Vfw20220330034614-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T03:49:38.840Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-30T03:49:38.840Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.840Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648612154589,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/vfw90ce2ca80b7d0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-30T03:49:38.841Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T03:49:38.841Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.841Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
  "consumerID": "aai-ml",
  "timestamp": 1648612148365,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/artifacts/service-Vfw20220330034614-csar.csar",
  "status": "NOTIFIED"
}
2022-03-30T03:49:38.842Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-30T03:49:38.842Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.842Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
  "consumerID": "aai-ml",
  "timestamp": 1648612156693,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/artifacts/service-Vfw20220330034614-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-30T03:49:38.843Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T03:49:38.843Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.843Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648612160259,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/artifacts/service-Vfw20220330034614-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-30T03:49:38.844Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T03:49:38.844Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.845Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648612161264,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-30T03:49:38.851Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f5342ed3-e2ee-43ca-bae2-e8dafea8803d
2022-03-30T03:49:38.852Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f5342ed3-e2ee-43ca-bae2-e8dafea8803d and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-30T03:49:38.866Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.867Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
  "consumerID": "aai-ml",
  "timestamp": 1648612175210,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/artifacts/service-Vfw20220330034614-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-30T03:49:38.867Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T03:49:38.867Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.867Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
  "consumerID": "aai-ml",
  "timestamp": 1648612176217,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-30T03:49:38.871Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f5342ed3-e2ee-43ca-bae2-e8dafea8803d
2022-03-30T03:49:38.872Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f5342ed3-e2ee-43ca-bae2-e8dafea8803d and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-30T03:49:39.355Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-30T03:49:39.356Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-30T03:49:39.359Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T03:49:39.359Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648612177641,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/vfw90ce2ca80b7d0_modules.json",
  "status": "NOTIFIED"
}
2022-03-30T03:49:39.460Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-30T03:49:39.461Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T03:49:39.462Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T03:49:39.475Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T03:49:39.476Z||pool-4-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-30T03:49:40.360Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-30T03:49:40.361Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-30T03:49:40.365Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T03:49:40.366Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648612177641,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-30T03:49:40.465Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-03-30T03:49:40.466Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T03:49:40.467Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T03:49:40.479Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T03:49:40.480Z||pool-5-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-30T03:49:41.367Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-30T03:49:41.373Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-30T03:49:41.376Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T03:49:41.376Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648612177641,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T03:49:41.476Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-30T03:49:41.478Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T03:49:41.478Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T03:49:41.492Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T03:49:41.493Z||pool-6-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-30T03:49:42.382Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-30T03:49:42.384Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-30T03:49:42.389Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T03:49:42.389Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648612177641,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-30T03:49:42.488Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-30T03:49:42.489Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T03:49:42.490Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T03:49:42.510Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T03:49:42.511Z||pool-7-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-03-30T03:49:43.393Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-30T03:49:43.394Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-30T03:49:43.397Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T03:49:43.397Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648612177641,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/artifacts/service-Vfw20220330034614-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T03:49:43.500Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-03-30T03:49:43.502Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T03:49:43.502Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T03:49:43.517Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T03:49:43.518Z||pool-8-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-30T03:49:44.404Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-30T03:49:44.406Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-30T03:49:44.410Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T03:49:44.410Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648612177641,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/artifacts/service-Vfw20220330034614-csar.csar",
  "status": "NOTIFIED"
}
2022-03-30T03:49:44.511Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms
2022-03-30T03:49:44.512Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T03:49:44.513Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T03:49:44.525Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T03:49:44.526Z||pool-9-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-30T03:49:45.422Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
  "serviceName": "vFW 2022-03-30 03-46-14",
  "serviceVersion": "1.0",
  "serviceUUID": "860d343d-db8a-4c3a-bda4-0155834b4bfd",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "0cdfd4b9-9d1b-4dc8-8b32-c83d84ca1964",
  "resources": [
    {
      "resourceInstanceName": "vFW 90ce2ca8-0b7d 0",
      "resourceCustomizationUUID": "9ce21d09-eb72-4ca3-98da-4d0909e99700",
      "resourceName": "vFW 90ce2ca8-0b7d",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "6c113a62-e5cd-4409-8052-29c1c23d940c",
      "resourceInvariantUUID": "e56be354-204b-415d-9828-f095b7c7c32e",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw90ce2ca80b7d0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/vfw90ce2ca80b7d0_modules.json",
          "artifactChecksum": "NjBlMGMxMDY5NDNmMTk5MzcxNmMwMTkxMzdmZTg3NDA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "fb94291d-8322-472a-8945-c5fca2093a24",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "467d4a5a-5308-402d-a46a-69925559bc5c",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "8b75d0a6-3948-401b-ad5f-a4d5123d20b0",
            "generatedFromUUID": "467d4a5a-5308-402d-a46a-69925559bc5c"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "8b75d0a6-3948-401b-ad5f-a4d5123d20b0",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220330034614-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/artifacts/service-Vfw20220330034614-csar.csar",
      "artifactChecksum": "ZmI0MTY2MTZkMDkzNzY5YWNiZDc1MjdkNTliMTIyMjM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a79dac50-cc26-4ea0-83c5-17b78857cf0b"
    }
  ],
  "workloadContext": "Production"
}
2022-03-30T03:49:45.424Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-30T03:49:45.425Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 860d343d-db8a-4c3a-bda4-0155834b4bfd ASDC
2022-03-30T03:49:45.606Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:f5342ed3-e2ee-43ca-bae2-e8dafea8803d
ServiceName:vFW 2022-03-30 03-46-14
ServiceVersion:1.0
ServiceUUID:860d343d-db8a-4c3a-bda4-0155834b4bfd
ServiceInvariantUUID:0cdfd4b9-9d1b-4dc8-8b32-c83d84ca1964
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220330034614-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220330034614/1.0/artifacts/service-Vfw20220330034614-csar.csar
ArtifactUUID:a79dac50-cc26-4ea0-83c5-17b78857cf0b
ArtifactChecksum:ZmI0MTY2MTZkMDkzNzY5YWNiZDc1MjdkNTliMTIyMjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 90ce2ca8-0b7d 0
ResourceCustomizationUUID:9ce21d09-eb72-4ca3-98da-4d0909e99700
ResourceInvariantUUID:e56be354-204b-415d-9828-f095b7c7c32e
ResourceName:vFW 90ce2ca8-0b7d
ResourceType:VF
ResourceUUID:6c113a62-e5cd-4409-8052-29c1c23d940c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw90ce2ca80b7d0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/vfw90ce2ca80b7d0_modules.json
ArtifactUUID:fb94291d-8322-472a-8945-c5fca2093a24
ArtifactChecksum:NjBlMGMxMDY5NDNmMTk5MzcxNmMwMTkxMzdmZTg3NDA=
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/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/base_vfw.yaml
ArtifactUUID:467d4a5a-5308-402d-a46a-69925559bc5c
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/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/base_vfw.env
ArtifactUUID:8b75d0a6-3948-401b-ad5f-a4d5123d20b0
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/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/base_vfw.env
ArtifactUUID:8b75d0a6-3948-401b-ad5f-a4d5123d20b0
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-30T03:49:45.606Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 860d343d-db8a-4c3a-bda4-0155834b4bfd ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-30T03:49:45.666Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-30T03:49:45.668Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-30T03:49:45.669Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-30T03:49:45.670Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: a79dac50-cc26-4ea0-83c5-17b78857cf0b from URL: /sdc/v1/catalog/services/Vfw20220330034614/1.0/artifacts/service-Vfw20220330034614-csar.csar
2022-03-30T03:49:45.670Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-30T03:49:45.672Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220330034614/1.0/artifacts/service-Vfw20220330034614-csar.csar
2022-03-30T03:49:46.040Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-30T03:49:46.060Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220330034614/1.0/artifacts/service-Vfw20220330034614-csar.csar a79dac50-cc26-4ea0-83c5-17b78857cf0b 98912
2022-03-30T03:49:46.062Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220330034614/1.0/artifacts/service-Vfw20220330034614-csar.csar ASDC sendASDCNotification
2022-03-30T03:49:46.062Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220330034614/1.0/artifacts/service-Vfw20220330034614-csar.csar
2022-03-30T03:49:46.063Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-30T03:49:46.064Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-30T03:49:46.066Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T03:49:46.066Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648612186060,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/artifacts/service-Vfw20220330034614-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-30T03:49:46.166Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-30T03:49:46.168Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T03:49:46.168Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T03:49:46.193Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T03:49:46.194Z||pool-10-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-03-30T03:49:47.067Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-30T03:49:47.069Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-30T03:49:47.069Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: a79dac50-cc26-4ea0-83c5-17b78857cf0b, URL: /sdc/v1/catalog/services/Vfw20220330034614/1.0/artifacts/service-Vfw20220330034614-csar.csar to file: /app/ASDC/1/service-Vfw20220330034614-csar.csar
2022-03-30T03:49:47.070Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220330034614-csar.csar
2022-03-30T03:49:47.171Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220330034614-csar.csar
2022-03-30T03:49:47.171Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220330034614-csar.csar
2022-03-30T03:49:48.137Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2072451786686898551/Definitions/service-Vfw20220330034614-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-03-30T03:49:51.774Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-30T03:49:51.788Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-03-30T03:49:51.788Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220330034614-csar.csar
2022-03-30T03:49:51.788Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-30T03:49:51.788Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||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-Vfw20220330034614-csar.csar
2022-03-30T03:49:51.788Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||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-Vfw20220330034614-csar.csar
2022-03-30T03:49:51.788Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220330034614-csar.csar
2022-03-30T03:49:51.789Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220330034614-csar.csar
2022-03-30T03:49:51.789Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220330034614-csar.csar
2022-03-30T03:49:51.789Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||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-Vfw20220330034614-csar.csar
2022-03-30T03:49:51.789Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220330034614-csar.csar
2022-03-30T03:49:51.789Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220330034614-csar.csar
2022-03-30T03:49:51.789Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220330034614-csar.csar
2022-03-30T03:49:51.789Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220330034614-csar.csar
2022-03-30T03:49:51.789Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220330034614-csar.csar
2022-03-30T03:49:51.790Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 90ce2ca8-0b7d 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-Vfw20220330034614-csar.csar
2022-03-30T03:49:51.790Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220330034614-csar.csar
2022-03-30T03:49:51.790Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-03-30T03:49:51.802Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T03:49:51.804Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-30 03-46-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T03:49:51.812Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vFW 90ce2ca8-0b7d 0 is matching search criteria
2022-03-30T03:49:51.813Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-03-30T03:49:51.815Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 90ce2ca8-0b7d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-30T03:49:51.819Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T03:49:51.819Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-30 03-46-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T03:49:51.819Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vFW 90ce2ca8-0b7d 0 is matching search criteria
2022-03-30T03:49:51.820Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-03-30T03:49:51.820Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 90ce2ca8-0b7d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-30T03:49:51.821Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T03:49:51.821Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-30 03-46-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T03:49:51.826Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T03:49:51.826Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vFW 90ce2ca8-0b7d 0 is not matching search criteria
2022-03-30T03:49:51.827Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-30T03:49:51.827Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-30T03:49:51.827Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-30T03:49:51.828Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-30T03:49:51.828Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-30T03:49:51.829Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-30T03:49:51.829Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-30T03:49:51.829Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-30T03:49:51.829Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-30T03:49:51.830Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-30T03:49:51.830Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-30T03:49:51.830Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-30T03:49:51.830Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-30T03:49:51.830Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-30T03:49:51.831Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-30T03:49:51.831Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-30T03:49:51.831Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T03:49:51.831Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-30 03-46-14 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-30T03:49:51.833Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T03:49:51.834Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vFW 90ce2ca8-0b7d 0 is matching search criteria
2022-03-30T03:49:51.834Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 90ce2ca8-0b7d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-30T03:49:51.835Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T03:49:51.835Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vFW 90ce2ca8-0b7d 0 is matching search criteria
2022-03-30T03:49:51.835Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 90ce2ca8-0b7d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-30T03:49:51.836Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T03:49:51.836Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vFW 90ce2ca8-0b7d 0 is matching search criteria
2022-03-30T03:49:51.836Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 90ce2ca8-0b7d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-30T03:49:51.836Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T03:49:51.837Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vFW 90ce2ca8-0b7d 0 is not matching search criteria
2022-03-30T03:49:51.837Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-30T03:49:51.837Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-30T03:49:51.837Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-30T03:49:51.838Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-30T03:49:51.838Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-30T03:49:51.838Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-30T03:49:51.838Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-30T03:49:51.839Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-30T03:49:51.839Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-30T03:49:51.839Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-30T03:49:51.840Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-30T03:49:51.840Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=8b96e016-3cdb-4c23-863c-5c0c05a07e83
2022-03-30T03:49:51.840Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T03:49:51.840Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vFW 90ce2ca8-0b7d 0 is not matching search criteria
2022-03-30T03:49:51.840Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-30T03:49:51.840Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-30T03:49:51.841Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-30T03:49:51.841Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-30T03:49:51.841Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-30T03:49:51.841Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-30T03:49:51.841Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-30T03:49:51.841Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-30T03:49:51.842Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-30T03:49:51.842Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-30T03:49:51.842Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-30T03:49:51.842Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-30T03:49:51.842Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e8eed2fd-955b-43d1-8412-1e75aa237925
2022-03-30T03:49:51.843Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T03:49:51.843Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vFW 90ce2ca8-0b7d 0 is not matching search criteria
2022-03-30T03:49:51.843Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-30T03:49:51.843Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-30T03:49:51.844Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-30T03:49:51.844Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-30T03:49:51.844Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-30T03:49:51.844Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-30T03:49:51.844Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-30T03:49:51.844Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-30T03:49:51.845Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-30T03:49:51.845Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-30T03:49:51.845Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-30T03:49:51.845Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-30T03:49:51.845Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=18778520-3e5b-4305-9f9b-59c6ceb74b6c
2022-03-30T03:49:51.845Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T03:49:51.846Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-30 03-46-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T03:49:51.846Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T03:49:51.846Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-30 03-46-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T03:49:51.846Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T03:49:51.846Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-30 03-46-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T03:49:51.846Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T03:49:51.847Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-30 03-46-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T03:49:51.847Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-03-30 03-46-14
Description:catalog service description
Model UUID:860d343d-db8a-4c3a-bda4-0155834b4bfd
Model Version:NULL
Model InvariantUuid:0cdfd4b9-9d1b-4dc8-8b32-c83d84ca1964
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 90ce2ca8-0b7d
Model UUID:cf4434d9-fb8f-4c91-b373-e1a14995774d
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e56be354-204b-415d-9828-f095b7c7c32e
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:9ce21d09-eb72-4ca3-98da-4d0909e99700
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:1a613f18-b9a6-4174-bff0-eddb508bd8e5
ModelName:Vfw90ce2ca80b7d..base_vfw..module-0
ModelUuid:ba746add-aa3c-4399-a53a-0097427457c0
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:8b96e016-3cdb-4c23-863c-5c0c05a07e83
ModelInvariantUuid:baba3cb5-6d3e-43df-8fde-e855a4c29c37
ModelName:vFW 90ce2ca8-0b7d-nodes.vfwCvfc
ModelUuid:95ef06fe-4198-4206-be2d-64af19efd7db
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:6530c5f4-62f1-4e48-92a6-ae7e92603dd9
ModelInvariantUuid:c0db28da-1483-4954-bdaf-19d4355872df
ModelName:Vfw90ce2ca80b7d.compute.nodes.heat.vfw
ModelUuid:724087c2-4da7-46c1-bab3-42d3c9525cbb
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:e8eed2fd-955b-43d1-8412-1e75aa237925
ModelInvariantUuid:9fba17ba-3e60-4ad4-8ce5-f29cc90191d8
ModelName:vFW 90ce2ca8-0b7d-nodes.vsnCvfc
ModelUuid:c89a03e5-0c31-48cb-9b1c-5aa06b76aae4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:761f450f-c93a-458a-af07-6c900e22ec35
ModelInvariantUuid:447acf8e-ff55-4558-a28e-7fb0c33796c3
ModelName:Vfw90ce2ca80b7d.compute.nodes.heat.vsn
ModelUuid:294fafc5-69cb-4048-817b-6dbc494d8220
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:18778520-3e5b-4305-9f9b-59c6ceb74b6c
ModelInvariantUuid:d8e08474-721c-4dfd-9d39-e88710daecf2
ModelName:vFW 90ce2ca8-0b7d-nodes.vpgCvfc
ModelUuid:516f6e55-3c6b-4d55-8614-980258832036
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:c64263d1-54e4-40ed-acc7-82463a50065a
ModelInvariantUuid:1a093fb5-ffc9-4d45-af77-ab0c24bd80c6
ModelName:Vfw90ce2ca80b7d.compute.nodes.heat.vpg
ModelUuid:7c74528d-1cb2-4996-9bd0-e56e84e1b879
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-30T03:49:51.897Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 6c113a62-e5cd-4409-8052-29c1c23d940c
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-30T03:49:52.063Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||vFW 90ce2ca8-0b7d 0
2022-03-30T03:49:52.077Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6c113a62-e5cd-4409-8052-29c1c23d940c
2022-03-30T03:49:52.077Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: fb94291d-8322-472a-8945-c5fca2093a24 from URL: /sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/vfw90ce2ca80b7d0_modules.json
2022-03-30T03:49:52.078Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-30T03:49:52.078Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/vfw90ce2ca80b7d0_modules.json
2022-03-30T03:49:52.144Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-30T03:49:52.144Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/vfw90ce2ca80b7d0_modules.json fb94291d-8322-472a-8945-c5fca2093a24 785
2022-03-30T03:49:52.145Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/vfw90ce2ca80b7d0_modules.json ASDC sendASDCNotification
2022-03-30T03:49:52.145Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/vfw90ce2ca80b7d0_modules.json
2022-03-30T03:49:52.145Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-30T03:49:52.146Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-30T03:49:52.149Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T03:49:52.150Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648612192145,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/vfw90ce2ca80b7d0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-30T03:49:52.250Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-30T03:49:52.251Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T03:49:52.252Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T03:49:52.264Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T03:49:52.265Z||pool-11-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-30T03:49:53.151Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw90ce2ca80b7d..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "1a613f18-b9a6-4174-bff0-eddb508bd8e5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ba746add-aa3c-4399-a53a-0097427457c0",
    "vfModuleModelCustomizationUUID": "464f2ddf-209e-4468-a79e-aa2c3f4f3a73",
    "isBase": true,
    "artifacts": [
      "467d4a5a-5308-402d-a46a-69925559bc5c",
      "8b75d0a6-3948-401b-ad5f-a4d5123d20b0"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-30T03:49:53.167Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw90ce2ca80b7d..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ba746add-aa3c-4399-a53a-0097427457c0
VfModuleModelInvariantUUID:1a613f18-b9a6-4174-bff0-eddb508bd8e5
VfModuleModelDescription:NULL
Artifacts UUID List:{
467d4a5a-5308-402d-a46a-69925559bc5c
,
8b75d0a6-3948-401b-ad5f-a4d5123d20b0

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

isBase:true


}

2022-03-30T03:49:53.171Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw90ce2ca80b7d..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "1a613f18-b9a6-4174-bff0-eddb508bd8e5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ba746add-aa3c-4399-a53a-0097427457c0",
    "vfModuleModelCustomizationUUID": "464f2ddf-209e-4468-a79e-aa2c3f4f3a73",
    "isBase": true,
    "artifacts": [
      "467d4a5a-5308-402d-a46a-69925559bc5c",
      "8b75d0a6-3948-401b-ad5f-a4d5123d20b0"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-30T03:49:53.172Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw90ce2ca80b7d..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ba746add-aa3c-4399-a53a-0097427457c0
VfModuleModelInvariantUUID:1a613f18-b9a6-4174-bff0-eddb508bd8e5
VfModuleModelDescription:NULL
Artifacts UUID List:{
467d4a5a-5308-402d-a46a-69925559bc5c
,
8b75d0a6-3948-401b-ad5f-a4d5123d20b0

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

isBase:true


}

2022-03-30T03:49:53.172Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 467d4a5a-5308-402d-a46a-69925559bc5c from URL: /sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/base_vfw.yaml
2022-03-30T03:49:53.172Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-30T03:49:53.172Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/base_vfw.yaml
2022-03-30T03:49:53.230Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-30T03:49:53.231Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/base_vfw.yaml 467d4a5a-5308-402d-a46a-69925559bc5c 20368
2022-03-30T03:49:53.232Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-30T03:49:53.232Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/base_vfw.yaml
2022-03-30T03:49:53.232Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-30T03:49:53.232Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-30T03:49:53.234Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T03:49:53.234Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648612193232,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-30T03:49:53.335Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-30T03:49:53.336Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T03:49:53.336Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T03:49:53.364Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T03:49:53.364Z||pool-12-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-03-30T03:49:54.239Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 8b75d0a6-3948-401b-ad5f-a4d5123d20b0 from URL: /sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/base_vfw.env
2022-03-30T03:49:54.240Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-30T03:49:54.240Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/base_vfw.env
2022-03-30T03:49:54.291Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-30T03:49:54.292Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/base_vfw.env 8b75d0a6-3948-401b-ad5f-a4d5123d20b0 2098
2022-03-30T03:49:54.292Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-30T03:49:54.292Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/base_vfw.env
2022-03-30T03:49:54.292Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-30T03:49:54.293Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-30T03:49:54.296Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T03:49:54.296Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648612194292,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-30T03:49:54.397Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-30T03:49:54.399Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T03:49:54.399Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T03:49:54.423Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T03:49:54.424Z||pool-13-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-03-30T03:49:55.297Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 860d343d-db8a-4c3a-bda4-0155834b4bfd
2022-03-30T03:49:55.298Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 90ce2ca8-0b7d 0 6c113a62-e5cd-4409-8052-29c1c23d940c ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-30T03:49:55.361Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@b7e8914, org.onap.sdc.toscaparser.api.parameters.Input@227b21b6, org.onap.sdc.toscaparser.api.parameters.Input@692aebef, org.onap.sdc.toscaparser.api.parameters.Input@7c18b732, org.onap.sdc.toscaparser.api.parameters.Input@351b78c]
2022-03-30T03:49:55.367Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T03:49:55.368Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-30 03-46-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T03:49:55.368Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-03-30T03:49:55.369Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 9ce21d09-eb72-4ca3-98da-4d0909e99700
2022-03-30T03:49:55.369Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9ce21d09-eb72-4ca3-98da-4d0909e99700 matches Tosca VF Customization UUID: 9ce21d09-eb72-4ca3-98da-4d0909e99700
2022-03-30T03:49:55.369Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 9ce21d09-eb72-4ca3-98da-4d0909e99700  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-30T03:49:55.383Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T03:49:55.384Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-30 03-46-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T03:49:55.387Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 9ce21d09-eb72-4ca3-98da-4d0909e99700: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-03-30T03:49:55.387Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1f716c3f
2022-03-30T03:49:55.387Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T03:49:55.388Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-30 03-46-14 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-30T03:49:55.389Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 464f2ddf-209e-4468-a79e-aa2c3f4f3a73
2022-03-30T03:49:55.391Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 464f2ddf-209e-4468-a79e-aa2c3f4f3a73
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-03-30T03:49:55.408Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T03:49:55.409Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vFW 90ce2ca8-0b7d 0 is matching search criteria
2022-03-30T03:49:55.409Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 90ce2ca8-0b7d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-30T03:49:55.410Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T03:49:55.410Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vFW 90ce2ca8-0b7d 0 is matching search criteria
2022-03-30T03:49:55.411Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 90ce2ca8-0b7d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-30T03:49:55.411Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T03:49:55.411Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vFW 90ce2ca8-0b7d 0 is not matching search criteria
2022-03-30T03:49:55.412Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-30T03:49:55.412Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-30T03:49:55.412Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-30T03:49:55.412Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-30T03:49:55.412Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-30T03:49:55.413Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-30T03:49:55.413Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-30T03:49:55.413Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-30T03:49:55.413Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-30T03:49:55.413Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-30T03:49:55.414Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-30T03:49:55.414Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=8b96e016-3cdb-4c23-863c-5c0c05a07e83
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-30T03:49:55.430Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T03:49:55.430Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vFW 90ce2ca8-0b7d 0 is matching search criteria
2022-03-30T03:49:55.431Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 90ce2ca8-0b7d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-30T03:49:55.431Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T03:49:55.431Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vFW 90ce2ca8-0b7d 0 is not matching search criteria
2022-03-30T03:49:55.431Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-30T03:49:55.432Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-30T03:49:55.432Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-30T03:49:55.432Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-30T03:49:55.432Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-30T03:49:55.433Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-30T03:49:55.433Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-30T03:49:55.433Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-30T03:49:55.433Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-30T03:49:55.433Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-30T03:49:55.433Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-30T03:49:55.433Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-30T03:49:55.434Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e8eed2fd-955b-43d1-8412-1e75aa237925
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-30T03:49:55.438Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T03:49:55.438Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vFW 90ce2ca8-0b7d 0 is matching search criteria
2022-03-30T03:49:55.438Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 90ce2ca8-0b7d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-30T03:49:55.441Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T03:49:55.442Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vFW 90ce2ca8-0b7d 0 is not matching search criteria
2022-03-30T03:49:55.442Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-30T03:49:55.442Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-30T03:49:55.442Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-30T03:49:55.442Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-30T03:49:55.442Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-30T03:49:55.443Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-30T03:49:55.443Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-30T03:49:55.443Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-30T03:49:55.443Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-30T03:49:55.443Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-30T03:49:55.444Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-30T03:49:55.444Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-30T03:49:55.444Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=18778520-3e5b-4305-9f9b-59c6ceb74b6c
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-30T03:49:55.448Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T03:49:55.449Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vFW 90ce2ca8-0b7d 0 is matching search criteria
2022-03-30T03:49:55.449Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 90ce2ca8-0b7d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-30T03:49:55.449Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T03:49:55.450Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vFW 90ce2ca8-0b7d 0 is matching search criteria
2022-03-30T03:49:55.450Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 90ce2ca8-0b7d 0] matching following query criteria: sdcType=VF, customizationUUID=9ce21d09-eb72-4ca3-98da-4d0909e99700
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-30T03:49:55.452Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T03:49:55.453Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-30 03-46-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T03:49:55.453Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 860d343d-db8a-4c3a-bda4-0155834b4bfd: vFW 90ce2ca8-0b7d
2022-03-30T03:49:55.453Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T03:49:55.453Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-30 03-46-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T03:49:55.453Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T03:49:55.454Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-30 03-46-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T03:49:55.454Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T03:49:55.454Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-30 03-46-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T03:49:55.454Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T03:49:55.454Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-30 03-46-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T03:49:55.455Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T03:49:55.455Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-30 03-46-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T03:49:55.455Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2022-03-30 03-46-14 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-30T03:49:55.827Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 90ce2ca8-0b7d 6c113a62-e5cd-4409-8052-29c1c23d940c 1 ASDC deployResourceStructure
2022-03-30T03:49:55.828Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/vfw90ce2ca80b7d0_modules.json ASDC sendASDCNotification
2022-03-30T03:49:55.828Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/vfw90ce2ca80b7d0_modules.json
2022-03-30T03:49:55.828Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-30T03:49:55.829Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-30T03:49:55.831Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T03:49:55.832Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648612195828,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/vfw90ce2ca80b7d0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-30T03:49:55.932Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-30T03:49:55.933Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T03:49:55.933Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T03:49:55.957Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T03:49:55.958Z||pool-14-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-03-30T03:49:56.835Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-30T03:49:56.836Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/base_vfw.yaml
2022-03-30T03:49:56.836Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-30T03:49:56.836Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-30T03:49:56.838Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T03:49:56.839Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648612196835,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-30T03:49:56.939Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-30T03:49:56.940Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T03:49:56.940Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T03:49:56.951Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T03:49:56.951Z||pool-15-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-30T03:49:57.842Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-30T03:49:57.842Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/base_vfw.env
2022-03-30T03:49:57.842Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-30T03:49:57.842Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-30T03:49:57.845Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T03:49:57.845Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648612197841,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-30T03:49:57.945Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-30T03:49:57.946Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T03:49:57.946Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T03:49:57.959Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T03:49:57.960Z||pool-16-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-30T03:49:58.846Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220330034614/1.0/artifacts/service-Vfw20220330034614-csar.csar ASDC sendASDCNotification
2022-03-30T03:49:58.846Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220330034614/1.0/artifacts/service-Vfw20220330034614-csar.csar
2022-03-30T03:49:58.847Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-30T03:49:58.848Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-30T03:49:58.850Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T03:49:58.850Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648612198846,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/artifacts/service-Vfw20220330034614-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-30T03:49:58.950Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-30T03:49:58.951Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T03:49:58.952Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T03:49:58.963Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T03:49:58.964Z||pool-17-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-30T03:49:59.852Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f5342ed3-e2ee-43ca-bae2-e8dafea8803d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-30T03:49:59.882Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f5342ed3-e2ee-43ca-bae2-e8dafea8803d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-30T03:49:59.891Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-30T03:49:59.892Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-30T03:49:59.892Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-30T03:49:59.893Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-30T03:49:59.893Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-30T03:49:59.894Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-30T03:49:59.894Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-30T03:49:59.894Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-30T03:49:59.894Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-30T03:49:59.894Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-30T03:49:59.895Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-30T03:49:59.901Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-30T03:50:29.903Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f5342ed3-e2ee-43ca-bae2-e8dafea8803d and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-30T03:50:29.917Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f5342ed3-e2ee-43ca-bae2-e8dafea8803d and serviceModelVersionId: 860d343d-db8a-4c3a-bda4-0155834b4bfd
2022-03-30T03:50:29.918Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0cdfd4b9-9d1b-4dc8-8b32-c83d84ca1964
2022-03-30T03:50:37.646Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:50:37.647Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:50:37.647Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:50:37.779Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T03:50:37.780Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:50:37.780Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648612177641,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T03:50:37.782Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-30T03:50:51.261Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0cdfd4b9-9d1b-4dc8-8b32-c83d84ca1964/model-vers/model-ver/860d343d-db8a-4c3a-bda4-0155834b4bfd?depth=0
2022-03-30T03:50:51.457Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-03-30T03:50:52.222Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0cdfd4b9-9d1b-4dc8-8b32-c83d84ca1964/model-vers/model-ver/860d343d-db8a-4c3a-bda4-0155834b4bfd?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-03-30T03:50:52.230Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0cdfd4b9-9d1b-4dc8-8b32-c83d84ca1964/model-vers/model-ver/860d343d-db8a-4c3a-bda4-0155834b4bfd?depth=0|INFO|500||Invoke
2022-03-30T03:50:52.386Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0cdfd4b9-9d1b-4dc8-8b32-c83d84ca1964/model-vers/model-ver/860d343d-db8a-4c3a-bda4-0155834b4bfd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-30T03:50:52.640Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0cdfd4b9-9d1b-4dc8-8b32-c83d84ca1964/model-vers/model-ver/860d343d-db8a-4c3a-bda4-0155834b4bfd?depth=0|INFO|500||InvokeReturn
2022-03-30T03:50:52.647Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0cdfd4b9-9d1b-4dc8-8b32-c83d84ca1964/model-vers/model-ver/860d343d-db8a-4c3a-bda4-0155834b4bfd?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220330-03:50:52:397-6381], vertex-id=[417840], Content-Length=[0], Date=[Wed, 30 Mar 2022 03:50:52 GMT], Content-Type=[application/json]}
2022-03-30T03:50:52.653Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-03-30T03:50:52.659Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-30T03:50:52.660Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-30T03:50:52.666Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-30T03:50:52.668Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f5342ed3-e2ee-43ca-bae2-e8dafea8803d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-30T03:50:52.669Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-30T03:50:52.669Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-30T03:50:52.672Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T03:50:52.672Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648612252668,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-30T03:50:52.772Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-30T03:50:52.774Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T03:50:52.775Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T03:50:52.790Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T03:50:52.793Z||pool-18-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-30T03:50:53.684Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:50:53.685Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:50:53.685Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|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 xHcAUZwE4697cTNt) ...
2022-03-30T03:51:03.228Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T03:51:37.642Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:51:37.643Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:51:37.643Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|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 xHcAUZwE4697cTNt) ...
2022-03-30T03:51:37.645Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:51:37.646Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:51:37.646Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:51:37.679Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T03:51:37.681Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:51:37.681Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648612177641,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/vfw90ce2ca80b7d0_modules.json",
  "status": "NOTIFIED"
}
2022-03-30T03:51:37.683Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-30T03:51:37.683Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:51:37.683Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648612177641,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-30T03:51:37.684Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-30T03:51:37.684Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:51:37.684Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648612177641,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T03:51:37.684Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-30T03:51:37.684Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:51:37.685Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648612177641,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-30T03:51:37.685Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-30T03:51:37.685Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:51:37.686Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648612177641,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/artifacts/service-Vfw20220330034614-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T03:51:37.686Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-30T03:51:37.686Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:51:37.686Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648612177641,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/artifacts/service-Vfw20220330034614-csar.csar",
  "status": "NOTIFIED"
}
2022-03-30T03:51:37.687Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-30T03:51:37.687Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:51:37.687Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648612186060,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/artifacts/service-Vfw20220330034614-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-30T03:51:37.687Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T03:51:37.688Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:51:37.688Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648612192145,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/vfw90ce2ca80b7d0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-30T03:51:37.688Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T03:51:37.688Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:51:37.688Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648612193232,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-30T03:51:37.690Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T03:51:37.691Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:51:37.693Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648612194292,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-30T03:51:37.697Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T03:51:37.698Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:51:37.698Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648612195828,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/vfw90ce2ca80b7d0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-30T03:51:37.698Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T03:51:37.698Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:51:37.698Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648612196835,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-30T03:51:37.700Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T03:51:37.700Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:51:37.700Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648612197841,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-30T03:51:37.700Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T03:51:37.700Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:51:37.700Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648612198846,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/artifacts/service-Vfw20220330034614-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-30T03:51:37.701Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T03:51:47.187Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T03:52:37.642Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:52:37.643Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:52:37.643Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|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 xHcAUZwE4697cTNt) ...
2022-03-30T03:52:37.646Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:52:37.648Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:52:37.648Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:52:37.681Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T03:52:37.682Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T03:52:37.682Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648612252668,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-30T03:52:37.683Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T03:52:38.273Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T03:52:38.274Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-30T03:52:38.275Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"e4cdce80-f1ef-4299-859f-eea0082d5725","serviceName":"vFW 2022-03-30 03-49-40","serviceVersion":"1.0","serviceUUID":"5b3bd0a7-85f8-4232-b7c1-0fdc0b018b0c","serviceDescription":"catalog service description","serviceInvariantUUID":"0fd1436d-cc89-4212-b641-903db424aed8","resources":[{"resourceInstanceName":"vFW 708e9636-f1c4 0","resourceName":"vFW 708e9636-f1c4","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"22180486-a3a9-475e-bf4d-186298dfcdda","resourceInvariantUUID":"166d2de4-3431-4d0c-9fb7-d15f03a72a5c","resourceCustomizationUUID":"9b4d0528-6a38-4f42-bb95-235f1efd40b5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/vf-license-model.xml","artifactChecksum":"YjY2YTIxMmJlOTg3ZWQ1ZGE2ZmY2YjhkZGRhMWZhYWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"dcaa5e96-c055-4733-b78b-1fbf699a558f","artifactVersion":"1"},{"artifactName":"vfw708e9636f1c40_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/vfw708e9636f1c40_modules.json","artifactChecksum":"MTI2YzIyYjNlNTI4OWE2OTk3YjE2ZDcyMmIxNzVmOTE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"36e74404-905a-4cac-843b-ff2d69469864","artifactVersion":"2"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"32d9c0e0-2eb8-47d6-9b6c-57ae28474c06","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/vendor-license-model.xml","artifactChecksum":"YWQxMDBiNzhlMGNhMTc4NjU1NDcxYjY1M2RmZmFhMDI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"fa66d9af-e170-401d-9102-931562c5854f","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"aa81dfd1-976e-413e-a896-615bf1a9505e","artifactVersion":"3","generatedFromUUID":"32d9c0e0-2eb8-47d6-9b6c-57ae28474c06"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220330034940-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220330034940/1.0/artifacts/service-Vfw20220330034940-template.yml","artifactChecksum":"ZmIxMDhkYjMwYzRhZjExNTY5MDIwMTY5Y2M2MzA0MTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9cf6a7dd-bccd-4c2a-a81d-51d470a0a5e6","artifactVersion":"1"},{"artifactName":"service-Vfw20220330034940-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220330034940/1.0/artifacts/service-Vfw20220330034940-csar.csar","artifactChecksum":"MTUwOTYzYTEzNzRiMDgzYmUzZjlhZDgwMzI0ODA2YjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"928d06da-e732-4808-a4db-5ac5c17bfb9d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-30T03:52:38.278Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-30T03:52:38.278Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-30T03:52:38.280Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T03:52:38.281Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648612357642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T03:52:38.389Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms
2022-03-30T03:52:38.391Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T03:52:38.391Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T03:52:38.408Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T03:52:38.409Z||pool-19-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-30T03:52:39.281Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-30T03:52:39.283Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-30T03:52:39.288Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T03:52:39.288Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648612357642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/vfw708e9636f1c40_modules.json",
  "status": "NOTIFIED"
}
2022-03-30T03:52:39.388Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-30T03:52:39.389Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T03:52:39.389Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T03:52:39.411Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T03:52:39.412Z||pool-20-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-03-30T03:52:40.289Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-30T03:52:40.289Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-30T03:52:40.293Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T03:52:40.293Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648612357642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-30T03:52:40.399Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-03-30T03:52:40.401Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T03:52:40.401Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T03:52:40.419Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T03:52:40.421Z||pool-21-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-03-30T03:52:41.294Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-30T03:52:41.296Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-30T03:52:41.299Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T03:52:41.299Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648612357642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T03:52:41.400Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-30T03:52:41.401Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T03:52:41.402Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T03:52:41.415Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T03:52:41.415Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-30T03:52:42.301Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-30T03:52:42.302Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-30T03:52:42.307Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T03:52:42.308Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648612357642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-30T03:52:42.405Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-03-30T03:52:42.406Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T03:52:42.407Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T03:52:42.420Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T03:52:42.421Z||pool-23-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-30T03:52:43.308Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-30T03:52:43.310Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-30T03:52:43.313Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T03:52:43.313Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648612357642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/artifacts/service-Vfw20220330034940-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T03:52:43.413Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-30T03:52:43.415Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T03:52:43.415Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T03:52:43.428Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T03:52:43.429Z||pool-24-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-30T03:52:44.314Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-30T03:52:44.315Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-30T03:52:44.317Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T03:52:44.317Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648612357642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/artifacts/service-Vfw20220330034940-csar.csar",
  "status": "NOTIFIED"
}
2022-03-30T03:52:44.418Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-30T03:52:44.420Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T03:52:44.420Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T03:52:44.432Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T03:52:44.433Z||pool-25-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-30T03:52:45.326Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
  "serviceName": "vFW 2022-03-30 03-49-40",
  "serviceVersion": "1.0",
  "serviceUUID": "5b3bd0a7-85f8-4232-b7c1-0fdc0b018b0c",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "0fd1436d-cc89-4212-b641-903db424aed8",
  "resources": [
    {
      "resourceInstanceName": "vFW 708e9636-f1c4 0",
      "resourceCustomizationUUID": "9b4d0528-6a38-4f42-bb95-235f1efd40b5",
      "resourceName": "vFW 708e9636-f1c4",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "22180486-a3a9-475e-bf4d-186298dfcdda",
      "resourceInvariantUUID": "166d2de4-3431-4d0c-9fb7-d15f03a72a5c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw708e9636f1c40_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/vfw708e9636f1c40_modules.json",
          "artifactChecksum": "MTI2YzIyYjNlNTI4OWE2OTk3YjE2ZDcyMmIxNzVmOTE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "36e74404-905a-4cac-843b-ff2d69469864",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "32d9c0e0-2eb8-47d6-9b6c-57ae28474c06",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "3",
            "artifactUUID": "aa81dfd1-976e-413e-a896-615bf1a9505e",
            "generatedFromUUID": "32d9c0e0-2eb8-47d6-9b6c-57ae28474c06"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "3",
          "artifactUUID": "aa81dfd1-976e-413e-a896-615bf1a9505e",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220330034940-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/artifacts/service-Vfw20220330034940-csar.csar",
      "artifactChecksum": "MTUwOTYzYTEzNzRiMDgzYmUzZjlhZDgwMzI0ODA2YjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "928d06da-e732-4808-a4db-5ac5c17bfb9d"
    }
  ],
  "workloadContext": "Production"
}
2022-03-30T03:52:45.327Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-30T03:52:45.327Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5b3bd0a7-85f8-4232-b7c1-0fdc0b018b0c ASDC
2022-03-30T03:52:45.328Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:e4cdce80-f1ef-4299-859f-eea0082d5725
ServiceName:vFW 2022-03-30 03-49-40
ServiceVersion:1.0
ServiceUUID:5b3bd0a7-85f8-4232-b7c1-0fdc0b018b0c
ServiceInvariantUUID:0fd1436d-cc89-4212-b641-903db424aed8
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220330034940-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220330034940/1.0/artifacts/service-Vfw20220330034940-csar.csar
ArtifactUUID:928d06da-e732-4808-a4db-5ac5c17bfb9d
ArtifactChecksum:MTUwOTYzYTEzNzRiMDgzYmUzZjlhZDgwMzI0ODA2YjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 708e9636-f1c4 0
ResourceCustomizationUUID:9b4d0528-6a38-4f42-bb95-235f1efd40b5
ResourceInvariantUUID:166d2de4-3431-4d0c-9fb7-d15f03a72a5c
ResourceName:vFW 708e9636-f1c4
ResourceType:VF
ResourceUUID:22180486-a3a9-475e-bf4d-186298dfcdda
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw708e9636f1c40_modules.json
ArtifactVersion:2
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/vfw708e9636f1c40_modules.json
ArtifactUUID:36e74404-905a-4cac-843b-ff2d69469864
ArtifactChecksum:MTI2YzIyYjNlNTI4OWE2OTk3YjE2ZDcyMmIxNzVmOTE=
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/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/base_vfw.yaml
ArtifactUUID:32d9c0e0-2eb8-47d6-9b6c-57ae28474c06
ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:3
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/base_vfw.env
ArtifactUUID:aa81dfd1-976e-413e-a896-615bf1a9505e
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:3
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/base_vfw.env
ArtifactUUID:aa81dfd1-976e-413e-a896-615bf1a9505e
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-30T03:52:45.328Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5b3bd0a7-85f8-4232-b7c1-0fdc0b018b0c ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-30T03:52:45.374Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-30T03:52:45.375Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-30T03:52:45.375Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-30T03:52:45.376Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 928d06da-e732-4808-a4db-5ac5c17bfb9d from URL: /sdc/v1/catalog/services/Vfw20220330034940/1.0/artifacts/service-Vfw20220330034940-csar.csar
2022-03-30T03:52:45.376Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-30T03:52:45.376Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220330034940/1.0/artifacts/service-Vfw20220330034940-csar.csar
2022-03-30T03:52:45.624Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-30T03:52:45.631Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220330034940/1.0/artifacts/service-Vfw20220330034940-csar.csar 928d06da-e732-4808-a4db-5ac5c17bfb9d 98939
2022-03-30T03:52:45.631Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220330034940/1.0/artifacts/service-Vfw20220330034940-csar.csar ASDC sendASDCNotification
2022-03-30T03:52:45.631Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220330034940/1.0/artifacts/service-Vfw20220330034940-csar.csar
2022-03-30T03:52:45.632Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-30T03:52:45.632Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-30T03:52:45.634Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T03:52:45.635Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648612365631,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/artifacts/service-Vfw20220330034940-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-30T03:52:45.735Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-30T03:52:45.736Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T03:52:45.737Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T03:52:45.754Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T03:52:45.755Z||pool-26-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-03-30T03:52:46.635Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-30T03:52:46.636Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-30T03:52:46.637Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 928d06da-e732-4808-a4db-5ac5c17bfb9d, URL: /sdc/v1/catalog/services/Vfw20220330034940/1.0/artifacts/service-Vfw20220330034940-csar.csar to file: /app/ASDC/1/service-Vfw20220330034940-csar.csar
2022-03-30T03:52:46.637Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220330034940-csar.csar
2022-03-30T03:52:46.638Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220330034940-csar.csar
2022-03-30T03:52:46.638Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220330034940-csar.csar
2022-03-30T03:52:46.850Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9041813445292645885/Definitions/service-Vfw20220330034940-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-03-30T03:52:49.611Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-30T03:52:49.613Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-03-30T03:52:49.613Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220330034940-csar.csar
2022-03-30T03:52:49.613Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-30T03:52:49.613Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||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-Vfw20220330034940-csar.csar
2022-03-30T03:52:49.613Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||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-Vfw20220330034940-csar.csar
2022-03-30T03:52:49.614Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220330034940-csar.csar
2022-03-30T03:52:49.614Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220330034940-csar.csar
2022-03-30T03:52:49.614Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220330034940-csar.csar
2022-03-30T03:52:49.614Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||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-Vfw20220330034940-csar.csar
2022-03-30T03:52:49.614Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220330034940-csar.csar
2022-03-30T03:52:49.615Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220330034940-csar.csar
2022-03-30T03:52:49.615Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220330034940-csar.csar
2022-03-30T03:52:49.615Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220330034940-csar.csar
2022-03-30T03:52:49.615Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220330034940-csar.csar
2022-03-30T03:52:49.615Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 708e9636-f1c4 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-Vfw20220330034940-csar.csar
2022-03-30T03:52:49.615Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220330034940-csar.csar
2022-03-30T03:52:49.615Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-03-30T03:52:49.616Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T03:52:49.616Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-30 03-49-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T03:52:49.617Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vFW 708e9636-f1c4 0 is matching search criteria
2022-03-30T03:52:49.617Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-03-30T03:52:49.617Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 708e9636-f1c4 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-30T03:52:49.618Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T03:52:49.618Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-30 03-49-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T03:52:49.618Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vFW 708e9636-f1c4 0 is matching search criteria
2022-03-30T03:52:49.619Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-03-30T03:52:49.619Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 708e9636-f1c4 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-30T03:52:49.620Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T03:52:49.620Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-30 03-49-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T03:52:49.620Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T03:52:49.621Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vFW 708e9636-f1c4 0 is not matching search criteria
2022-03-30T03:52:49.621Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-30T03:52:49.621Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-30T03:52:49.622Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-30T03:52:49.622Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-30T03:52:49.622Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-30T03:52:49.622Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-30T03:52:49.623Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-30T03:52:49.623Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-30T03:52:49.624Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-30T03:52:49.624Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-30T03:52:49.624Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-30T03:52:49.625Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-30T03:52:49.625Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-30T03:52:49.625Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-30T03:52:49.625Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-30T03:52:49.626Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-30T03:52:49.626Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T03:52:49.626Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-30 03-49-40 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-30T03:52:49.627Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T03:52:49.627Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vFW 708e9636-f1c4 0 is matching search criteria
2022-03-30T03:52:49.627Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 708e9636-f1c4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-30T03:52:49.628Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T03:52:49.628Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vFW 708e9636-f1c4 0 is matching search criteria
2022-03-30T03:52:49.628Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 708e9636-f1c4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-30T03:52:49.629Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T03:52:49.629Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vFW 708e9636-f1c4 0 is matching search criteria
2022-03-30T03:52:49.629Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 708e9636-f1c4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-30T03:52:49.629Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T03:52:49.629Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vFW 708e9636-f1c4 0 is not matching search criteria
2022-03-30T03:52:49.630Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-30T03:52:49.630Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-30T03:52:49.630Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-30T03:52:49.630Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-30T03:52:49.631Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-30T03:52:49.631Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-30T03:52:49.631Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-30T03:52:49.631Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-30T03:52:49.631Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-30T03:52:49.632Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-30T03:52:49.632Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-30T03:52:49.632Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=64453a42-5ce3-4967-b864-b14b95de7ba1
2022-03-30T03:52:49.632Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T03:52:49.633Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vFW 708e9636-f1c4 0 is not matching search criteria
2022-03-30T03:52:49.633Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-30T03:52:49.633Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-30T03:52:49.633Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-30T03:52:49.634Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-30T03:52:49.634Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-30T03:52:49.634Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-30T03:52:49.634Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-30T03:52:49.634Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-30T03:52:49.635Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-30T03:52:49.635Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-30T03:52:49.635Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-30T03:52:49.635Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-30T03:52:49.636Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=fab99152-a998-4926-b82b-1c82e2f8cbb8
2022-03-30T03:52:49.636Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T03:52:49.636Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vFW 708e9636-f1c4 0 is not matching search criteria
2022-03-30T03:52:49.636Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-30T03:52:49.637Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-30T03:52:49.637Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-30T03:52:49.637Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-30T03:52:49.637Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-30T03:52:49.638Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-30T03:52:49.638Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-30T03:52:49.638Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-30T03:52:49.638Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-30T03:52:49.638Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-30T03:52:49.638Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-30T03:52:49.639Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-30T03:52:49.639Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=d20073d6-df82-41c8-b08a-6e78a87ba8d6
2022-03-30T03:52:49.639Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T03:52:49.639Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-30 03-49-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T03:52:49.640Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T03:52:49.640Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-30 03-49-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T03:52:49.640Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T03:52:49.640Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-30 03-49-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T03:52:49.640Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T03:52:49.641Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-30 03-49-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T03:52:49.641Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-03-30 03-49-40
Description:catalog service description
Model UUID:5b3bd0a7-85f8-4232-b7c1-0fdc0b018b0c
Model Version:NULL
Model InvariantUuid:0fd1436d-cc89-4212-b641-903db424aed8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 708e9636-f1c4
Model UUID:c6beb339-a97e-4641-be8c-5fb89b5e9946
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:166d2de4-3431-4d0c-9fb7-d15f03a72a5c
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:9b4d0528-6a38-4f42-bb95-235f1efd40b5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:c784b1d2-3dc0-47dd-bae4-8b35c736564b
ModelName:Vfw708e9636F1c4..base_vfw..module-0
ModelUuid:2a982856-ad4b-4512-88d9-ece9bc9cfe83
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:64453a42-5ce3-4967-b864-b14b95de7ba1
ModelInvariantUuid:ed064e61-e78c-4be7-973d-7fc13b568ab3
ModelName:vFW 708e9636-f1c4-nodes.vfwCvfc
ModelUuid:c9d6cdfb-efee-4a46-83b6-f8122e178044
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:ef8aa152-f753-4407-b7ce-2d2561be993a
ModelInvariantUuid:4dfd5c5e-e5bc-445a-997d-8c2ad6682d89
ModelName:Vfw708e9636F1c4.compute.nodes.heat.vfw
ModelUuid:2e70293b-40d1-442d-9bcb-2edc8f8b0a44
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:fab99152-a998-4926-b82b-1c82e2f8cbb8
ModelInvariantUuid:613456c7-8fa1-468a-95ba-13e0b1f55e36
ModelName:vFW 708e9636-f1c4-nodes.vsnCvfc
ModelUuid:e182c109-c2b0-4dd5-b05f-27c8cf254c65
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:925b7a86-6531-4aa5-97b5-4f300f75e9fb
ModelInvariantUuid:332b52e8-8013-4ba1-bd5f-47110537d9a8
ModelName:Vfw708e9636F1c4.compute.nodes.heat.vsn
ModelUuid:5fcf202f-e643-483c-9a7a-6d9574a1e517
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:d20073d6-df82-41c8-b08a-6e78a87ba8d6
ModelInvariantUuid:05259310-422b-4dcd-beb2-4d028bf51a2b
ModelName:vFW 708e9636-f1c4-nodes.vpgCvfc
ModelUuid:8e8ea24c-393c-47c1-aafe-17f835ce5aa2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:b2eaafd1-8aec-464f-ba81-d041627779d6
ModelInvariantUuid:0e0061d2-7c85-4016-9391-3a055f4128bf
ModelName:Vfw708e9636F1c4.compute.nodes.heat.vpg
ModelUuid:c5dba1cd-b94a-447c-91fc-cd8dc0198038
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-30T03:52:49.648Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 22180486-a3a9-475e-bf4d-186298dfcdda
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-30T03:52:49.652Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||vFW 708e9636-f1c4 0
2022-03-30T03:52:49.652Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 22180486-a3a9-475e-bf4d-186298dfcdda
2022-03-30T03:52:49.653Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 36e74404-905a-4cac-843b-ff2d69469864 from URL: /sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/vfw708e9636f1c40_modules.json
2022-03-30T03:52:49.653Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-30T03:52:49.653Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/vfw708e9636f1c40_modules.json
2022-03-30T03:52:49.706Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-30T03:52:49.707Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/vfw708e9636f1c40_modules.json 36e74404-905a-4cac-843b-ff2d69469864 785
2022-03-30T03:52:49.707Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/vfw708e9636f1c40_modules.json ASDC sendASDCNotification
2022-03-30T03:52:49.708Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/vfw708e9636f1c40_modules.json
2022-03-30T03:52:49.708Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-30T03:52:49.708Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-30T03:52:49.710Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T03:52:49.710Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648612369707,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/vfw708e9636f1c40_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-30T03:52:49.812Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-30T03:52:49.813Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T03:52:49.813Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T03:52:49.836Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T03:52:49.836Z||pool-27-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-03-30T03:52:50.711Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw708e9636F1c4..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "c784b1d2-3dc0-47dd-bae4-8b35c736564b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2a982856-ad4b-4512-88d9-ece9bc9cfe83",
    "vfModuleModelCustomizationUUID": "1a677fa3-06b5-4971-b1be-890239b73592",
    "isBase": true,
    "artifacts": [
      "32d9c0e0-2eb8-47d6-9b6c-57ae28474c06",
      "aa81dfd1-976e-413e-a896-615bf1a9505e"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-30T03:52:50.716Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw708e9636F1c4..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2a982856-ad4b-4512-88d9-ece9bc9cfe83
VfModuleModelInvariantUUID:c784b1d2-3dc0-47dd-bae4-8b35c736564b
VfModuleModelDescription:NULL
Artifacts UUID List:{
32d9c0e0-2eb8-47d6-9b6c-57ae28474c06
,
aa81dfd1-976e-413e-a896-615bf1a9505e

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

isBase:true


}

2022-03-30T03:52:50.719Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw708e9636F1c4..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "c784b1d2-3dc0-47dd-bae4-8b35c736564b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2a982856-ad4b-4512-88d9-ece9bc9cfe83",
    "vfModuleModelCustomizationUUID": "1a677fa3-06b5-4971-b1be-890239b73592",
    "isBase": true,
    "artifacts": [
      "32d9c0e0-2eb8-47d6-9b6c-57ae28474c06",
      "aa81dfd1-976e-413e-a896-615bf1a9505e"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-30T03:52:50.719Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw708e9636F1c4..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2a982856-ad4b-4512-88d9-ece9bc9cfe83
VfModuleModelInvariantUUID:c784b1d2-3dc0-47dd-bae4-8b35c736564b
VfModuleModelDescription:NULL
Artifacts UUID List:{
32d9c0e0-2eb8-47d6-9b6c-57ae28474c06
,
aa81dfd1-976e-413e-a896-615bf1a9505e

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

isBase:true


}

2022-03-30T03:52:50.719Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 32d9c0e0-2eb8-47d6-9b6c-57ae28474c06 from URL: /sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/base_vfw.yaml
2022-03-30T03:52:50.719Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-30T03:52:50.719Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/base_vfw.yaml
2022-03-30T03:52:50.777Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-30T03:52:50.778Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/base_vfw.yaml 32d9c0e0-2eb8-47d6-9b6c-57ae28474c06 20368
2022-03-30T03:52:50.778Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-30T03:52:50.778Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/base_vfw.yaml
2022-03-30T03:52:50.778Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-30T03:52:50.779Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-30T03:52:50.781Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T03:52:50.781Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648612370778,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-30T03:52:50.881Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-30T03:52:50.882Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T03:52:50.882Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T03:52:50.896Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T03:52:50.897Z||pool-28-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-30T03:52:51.781Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: aa81dfd1-976e-413e-a896-615bf1a9505e from URL: /sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/base_vfw.env
2022-03-30T03:52:51.782Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-30T03:52:51.782Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/base_vfw.env
2022-03-30T03:52:51.834Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-30T03:52:51.835Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/base_vfw.env aa81dfd1-976e-413e-a896-615bf1a9505e 2098
2022-03-30T03:52:51.835Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-30T03:52:51.836Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/base_vfw.env
2022-03-30T03:52:51.836Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-30T03:52:51.836Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-30T03:52:51.839Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T03:52:51.840Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648612371835,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-30T03:52:51.939Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-30T03:52:51.940Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T03:52:51.941Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T03:52:51.955Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T03:52:51.957Z||pool-29-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-30T03:52:52.840Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 5b3bd0a7-85f8-4232-b7c1-0fdc0b018b0c
2022-03-30T03:52:52.841Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 708e9636-f1c4 0 22180486-a3a9-475e-bf4d-186298dfcdda ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-30T03:52:52.858Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4241dddd, org.onap.sdc.toscaparser.api.parameters.Input@6385d5d8, org.onap.sdc.toscaparser.api.parameters.Input@1400c230, org.onap.sdc.toscaparser.api.parameters.Input@6824e58d, org.onap.sdc.toscaparser.api.parameters.Input@24476261]
2022-03-30T03:52:52.859Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T03:52:52.860Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-30 03-49-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T03:52:52.860Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-03-30T03:52:52.860Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 9b4d0528-6a38-4f42-bb95-235f1efd40b5
2022-03-30T03:52:52.860Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9b4d0528-6a38-4f42-bb95-235f1efd40b5 matches Tosca VF Customization UUID: 9b4d0528-6a38-4f42-bb95-235f1efd40b5
2022-03-30T03:52:52.860Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 9b4d0528-6a38-4f42-bb95-235f1efd40b5  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-30T03:52:52.862Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T03:52:52.863Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-30 03-49-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T03:52:52.863Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 9b4d0528-6a38-4f42-bb95-235f1efd40b5: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-03-30T03:52:52.863Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@34658c16
2022-03-30T03:52:52.864Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T03:52:52.864Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-30 03-49-40 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-30T03:52:52.864Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1a677fa3-06b5-4971-b1be-890239b73592
2022-03-30T03:52:52.864Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1a677fa3-06b5-4971-b1be-890239b73592
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-03-30T03:52:52.867Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T03:52:52.867Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vFW 708e9636-f1c4 0 is matching search criteria
2022-03-30T03:52:52.868Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 708e9636-f1c4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-30T03:52:52.868Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T03:52:52.868Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vFW 708e9636-f1c4 0 is matching search criteria
2022-03-30T03:52:52.868Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 708e9636-f1c4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-30T03:52:52.869Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T03:52:52.869Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vFW 708e9636-f1c4 0 is not matching search criteria
2022-03-30T03:52:52.869Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-30T03:52:52.869Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-30T03:52:52.869Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-30T03:52:52.870Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-30T03:52:52.870Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-30T03:52:52.870Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-30T03:52:52.870Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-30T03:52:52.870Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-30T03:52:52.870Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-30T03:52:52.870Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-30T03:52:52.871Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-30T03:52:52.871Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=64453a42-5ce3-4967-b864-b14b95de7ba1
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-30T03:52:52.874Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T03:52:52.874Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vFW 708e9636-f1c4 0 is matching search criteria
2022-03-30T03:52:52.874Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 708e9636-f1c4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-30T03:52:52.875Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T03:52:52.875Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vFW 708e9636-f1c4 0 is not matching search criteria
2022-03-30T03:52:52.875Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-30T03:52:52.876Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-30T03:52:52.876Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-30T03:52:52.876Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-30T03:52:52.876Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-30T03:52:52.876Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-30T03:52:52.877Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-30T03:52:52.877Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-30T03:52:52.877Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-30T03:52:52.877Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-30T03:52:52.878Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-30T03:52:52.878Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-30T03:52:52.878Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=fab99152-a998-4926-b82b-1c82e2f8cbb8
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-30T03:52:52.881Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T03:52:52.881Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vFW 708e9636-f1c4 0 is matching search criteria
2022-03-30T03:52:52.881Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 708e9636-f1c4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-30T03:52:52.882Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T03:52:52.882Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vFW 708e9636-f1c4 0 is not matching search criteria
2022-03-30T03:52:52.882Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-30T03:52:52.882Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-30T03:52:52.883Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-30T03:52:52.883Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-30T03:52:52.883Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-30T03:52:52.883Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-30T03:52:52.883Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-30T03:52:52.884Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-30T03:52:52.884Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-30T03:52:52.884Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-30T03:52:52.884Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-30T03:52:52.885Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-30T03:52:52.885Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=d20073d6-df82-41c8-b08a-6e78a87ba8d6
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-30T03:52:52.887Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T03:52:52.888Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vFW 708e9636-f1c4 0 is matching search criteria
2022-03-30T03:52:52.888Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 708e9636-f1c4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-30T03:52:52.888Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T03:52:52.888Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vFW 708e9636-f1c4 0 is matching search criteria
2022-03-30T03:52:52.889Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 708e9636-f1c4 0] matching following query criteria: sdcType=VF, customizationUUID=9b4d0528-6a38-4f42-bb95-235f1efd40b5
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-30T03:52:52.891Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T03:52:52.891Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-30 03-49-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T03:52:52.891Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 5b3bd0a7-85f8-4232-b7c1-0fdc0b018b0c: vFW 708e9636-f1c4
2022-03-30T03:52:52.891Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T03:52:52.891Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-30 03-49-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T03:52:52.892Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T03:52:52.892Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-30 03-49-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T03:52:52.892Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T03:52:52.892Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-30 03-49-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T03:52:52.893Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T03:52:52.893Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-30 03-49-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T03:52:52.893Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T03:52:52.893Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-30 03-49-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T03:52:52.893Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2022-03-30 03-49-40 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-30T03:52:53.104Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 708e9636-f1c4 22180486-a3a9-475e-bf4d-186298dfcdda 1 ASDC deployResourceStructure
2022-03-30T03:52:53.104Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/vfw708e9636f1c40_modules.json ASDC sendASDCNotification
2022-03-30T03:52:53.105Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/vfw708e9636f1c40_modules.json
2022-03-30T03:52:53.105Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-30T03:52:53.105Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-30T03:52:53.108Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T03:52:53.108Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648612373104,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/vfw708e9636f1c40_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-30T03:52:53.209Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-30T03:52:53.210Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T03:52:53.211Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T03:52:53.227Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T03:52:53.228Z||pool-30-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-30T03:52:54.109Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-30T03:52:54.110Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/base_vfw.yaml
2022-03-30T03:52:54.111Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-30T03:52:54.111Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-30T03:52:54.113Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T03:52:54.114Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648612374109,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-30T03:52:54.214Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-30T03:52:54.215Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T03:52:54.215Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T03:52:54.228Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T03:52:54.229Z||pool-31-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-30T03:52:55.117Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-30T03:52:55.117Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/base_vfw.env
2022-03-30T03:52:55.117Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-30T03:52:55.118Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-30T03:52:55.123Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T03:52:55.124Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648612375114,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-30T03:52:55.221Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-03-30T03:52:55.222Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T03:52:55.222Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T03:52:55.233Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T03:52:55.234Z||pool-32-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-30T03:52:56.125Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220330034940/1.0/artifacts/service-Vfw20220330034940-csar.csar ASDC sendASDCNotification
2022-03-30T03:52:56.126Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220330034940/1.0/artifacts/service-Vfw20220330034940-csar.csar
2022-03-30T03:52:56.126Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-30T03:52:56.126Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-30T03:52:56.128Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T03:52:56.128Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648612376125,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/artifacts/service-Vfw20220330034940-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-30T03:52:56.228Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-30T03:52:56.229Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T03:52:56.230Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T03:52:56.244Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T03:52:56.245Z||pool-33-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-30T03:52:57.129Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e4cdce80-f1ef-4299-859f-eea0082d5725
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-30T03:52:57.138Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e4cdce80-f1ef-4299-859f-eea0082d5725
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-30T03:52:57.139Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-30T03:52:57.139Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-30T03:52:57.139Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-30T03:53:27.140Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e4cdce80-f1ef-4299-859f-eea0082d5725
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-30T03:53:27.148Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e4cdce80-f1ef-4299-859f-eea0082d5725
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-30T03:53:27.151Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-30T03:53:27.151Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-30T03:53:27.151Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-30T03:53:37.646Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:53:37.647Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:53:37.647Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:53:37.685Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T03:53:37.689Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.689Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
  "consumerID": "clamp",
  "timestamp": 1648612309472,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T03:53:37.691Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-30T03:53:37.691Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.691Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
  "consumerID": "policy-id",
  "timestamp": 1648612304553,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T03:53:37.692Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-30T03:53:37.692Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.692Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
  "consumerID": "cds",
  "timestamp": 1648612311077,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T03:53:37.693Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-30T03:53:37.693Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.693Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648612303241,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T03:53:37.693Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-30T03:53:37.693Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.694Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
  "consumerID": "clamp",
  "timestamp": 1648612309472,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/vfw708e9636f1c40_modules.json",
  "status": "NOTIFIED"
}
2022-03-30T03:53:37.694Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-30T03:53:37.694Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.694Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
  "consumerID": "cds",
  "timestamp": 1648612311077,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/vfw708e9636f1c40_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-30T03:53:37.695Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-30T03:53:37.695Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.695Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
  "consumerID": "policy-id",
  "timestamp": 1648612304553,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/vfw708e9636f1c40_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-30T03:53:37.695Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-30T03:53:37.696Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.696Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648612303241,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/vfw708e9636f1c40_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-30T03:53:37.697Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-30T03:53:37.697Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.697Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
  "consumerID": "clamp",
  "timestamp": 1648612309472,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T03:53:37.698Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-30T03:53:37.698Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.699Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
  "consumerID": "cds",
  "timestamp": 1648612311077,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T03:53:37.699Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-30T03:53:37.699Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.699Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
  "consumerID": "policy-id",
  "timestamp": 1648612304553,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-30T03:53:37.699Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-30T03:53:37.700Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.700Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648612303241,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T03:53:37.700Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-30T03:53:37.700Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.700Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
  "consumerID": "dcae-sch",
  "timestamp": 1648612314170,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T03:53:37.700Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-30T03:53:37.700Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.701Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
  "consumerID": "clamp",
  "timestamp": 1648612309472,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T03:53:37.701Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-30T03:53:37.701Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.707Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
  "consumerID": "cds",
  "timestamp": 1648612311077,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T03:53:37.708Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-30T03:53:37.708Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.708Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
  "consumerID": "policy-id",
  "timestamp": 1648612304553,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T03:53:37.708Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-30T03:53:37.708Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.708Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648612303241,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T03:53:37.709Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-30T03:53:37.709Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.709Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
  "consumerID": "dcae-sch",
  "timestamp": 1648612314170,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/vfw708e9636f1c40_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-30T03:53:37.709Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-30T03:53:37.709Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.709Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
  "consumerID": "clamp",
  "timestamp": 1648612309472,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-30T03:53:37.710Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-30T03:53:37.710Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.710Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
  "consumerID": "cds",
  "timestamp": 1648612311077,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-30T03:53:37.710Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-30T03:53:37.710Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.710Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
  "consumerID": "policy-id",
  "timestamp": 1648612304553,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-30T03:53:37.710Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-30T03:53:37.710Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.711Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648612303241,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-30T03:53:37.711Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-30T03:53:37.711Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.711Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
  "consumerID": "dcae-sch",
  "timestamp": 1648612314170,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T03:53:37.711Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-30T03:53:37.712Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.712Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
  "consumerID": "clamp",
  "timestamp": 1648612309472,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/artifacts/service-Vfw20220330034940-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T03:53:37.712Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-30T03:53:37.712Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.712Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
  "consumerID": "cds",
  "timestamp": 1648612311077,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/artifacts/service-Vfw20220330034940-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T03:53:37.712Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-30T03:53:37.713Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.713Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
  "consumerID": "policy-id",
  "timestamp": 1648612304553,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/artifacts/service-Vfw20220330034940-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T03:53:37.713Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-30T03:53:37.713Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.713Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648612303241,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/artifacts/service-Vfw20220330034940-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T03:53:37.713Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-30T03:53:37.713Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.714Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
  "consumerID": "dcae-sch",
  "timestamp": 1648612314170,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T03:53:37.714Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-30T03:53:37.714Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.714Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
  "consumerID": "cds",
  "timestamp": 1648612311077,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/artifacts/service-Vfw20220330034940-csar.csar",
  "status": "NOTIFIED"
}
2022-03-30T03:53:37.714Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-30T03:53:37.714Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.714Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
  "consumerID": "clamp",
  "timestamp": 1648612309472,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/artifacts/service-Vfw20220330034940-csar.csar",
  "status": "NOTIFIED"
}
2022-03-30T03:53:37.715Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-30T03:53:37.715Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.715Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
  "consumerID": "policy-id",
  "timestamp": 1648612304553,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/artifacts/service-Vfw20220330034940-csar.csar",
  "status": "NOTIFIED"
}
2022-03-30T03:53:37.715Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-30T03:53:37.715Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.716Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648612303241,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/artifacts/service-Vfw20220330034940-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-30T03:53:37.716Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-30T03:53:37.716Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.716Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
  "consumerID": "dcae-sch",
  "timestamp": 1648612314170,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-30T03:53:37.717Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-30T03:53:37.717Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.717Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
  "consumerID": "dcae-sch",
  "timestamp": 1648612314170,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/artifacts/service-Vfw20220330034940-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T03:53:37.717Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-30T03:53:37.717Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.717Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
  "consumerID": "policy-id",
  "timestamp": 1648612321095,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/artifacts/service-Vfw20220330034940-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-30T03:53:37.717Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T03:53:37.718Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.718Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
  "consumerID": "cds",
  "timestamp": 1648612320179,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/artifacts/service-Vfw20220330034940-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-30T03:53:37.718Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T03:53:37.718Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.718Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
  "consumerID": "dcae-sch",
  "timestamp": 1648612314170,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/artifacts/service-Vfw20220330034940-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-30T03:53:37.718Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-30T03:53:37.719Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.719Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
  "consumerID": "policy-id",
  "timestamp": 1648612322101,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/artifacts/service-Vfw20220330034940-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-30T03:53:37.719Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T03:53:37.719Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.719Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
  "consumerID": "cds",
  "timestamp": 1648612321186,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/artifacts/service-Vfw20220330034940-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-30T03:53:37.726Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e4cdce80-f1ef-4299-859f-eea0082d5725
2022-03-30T03:53:37.727Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e4cdce80-f1ef-4299-859f-eea0082d5725 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-30T03:53:37.736Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.736Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648612321614,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T03:53:37.737Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-30T03:53:37.737Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.737Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
  "consumerID": "policy-id",
  "timestamp": 1648612323105,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-30T03:53:37.743Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e4cdce80-f1ef-4299-859f-eea0082d5725
2022-03-30T03:53:37.744Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e4cdce80-f1ef-4299-859f-eea0082d5725 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-30T03:53:37.753Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.753Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648612321614,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/vfw708e9636f1c40_modules.json",
  "status": "NOTIFIED"
}
2022-03-30T03:53:37.754Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-30T03:53:37.754Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.754Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648612321614,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-30T03:53:37.754Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-30T03:53:37.754Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.754Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648612324656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T03:53:37.754Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-30T03:53:37.755Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.757Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648612321614,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T03:53:37.758Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-30T03:53:37.758Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.758Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648612324656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/vfw708e9636f1c40_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-30T03:53:37.758Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-30T03:53:37.758Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.758Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648612321614,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-30T03:53:37.759Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-30T03:53:37.759Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.759Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648612324656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T03:53:37.759Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-30T03:53:37.759Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.759Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
  "consumerID": "clamp",
  "timestamp": 1648612327537,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/artifacts/service-Vfw20220330034940-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-30T03:53:37.760Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T03:53:37.760Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.760Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648612321614,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/artifacts/service-Vfw20220330034940-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T03:53:37.760Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-30T03:53:37.760Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.760Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648612324656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T03:53:37.761Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-30T03:53:37.761Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.761Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648612321614,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/artifacts/service-Vfw20220330034940-csar.csar",
  "status": "NOTIFIED"
}
2022-03-30T03:53:37.761Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-30T03:53:37.761Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.761Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648612324656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-30T03:53:37.762Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-30T03:53:37.762Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.762Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
  "consumerID": "clamp",
  "timestamp": 1648612329552,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/artifacts/service-Vfw20220330034940-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-30T03:53:37.762Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T03:53:37.762Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.762Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
  "consumerID": "aai-ml",
  "timestamp": 1648612328365,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T03:53:37.762Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-30T03:53:37.763Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.763Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648612329644,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/vfw708e9636f1c40_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-30T03:53:37.763Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T03:53:37.763Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.763Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648612324656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/artifacts/service-Vfw20220330034940-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T03:53:37.763Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-30T03:53:37.764Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.764Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
  "consumerID": "clamp",
  "timestamp": 1648612330558,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-30T03:53:37.772Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e4cdce80-f1ef-4299-859f-eea0082d5725
2022-03-30T03:53:37.772Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e4cdce80-f1ef-4299-859f-eea0082d5725 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-30T03:53:37.793Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.794Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
  "consumerID": "aai-ml",
  "timestamp": 1648612328365,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/vfw708e9636f1c40_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-30T03:53:37.794Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-30T03:53:37.794Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.794Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648612324656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/artifacts/service-Vfw20220330034940-csar.csar",
  "status": "NOTIFIED"
}
2022-03-30T03:53:37.794Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-30T03:53:37.794Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.794Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
  "consumerID": "aai-ml",
  "timestamp": 1648612328365,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T03:53:37.795Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-30T03:53:37.795Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.795Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648612331446,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-30T03:53:37.795Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T03:53:37.795Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.795Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648612332651,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/artifacts/service-Vfw20220330034940-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-30T03:53:37.795Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T03:53:37.796Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.796Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
  "consumerID": "aai-ml",
  "timestamp": 1648612328365,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T03:53:37.796Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-30T03:53:37.796Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.796Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648612332624,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-30T03:53:37.796Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T03:53:37.797Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.797Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
  "consumerID": "aai-ml",
  "timestamp": 1648612328365,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-30T03:53:37.797Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-30T03:53:37.797Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.797Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648612333648,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-30T03:53:37.809Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e4cdce80-f1ef-4299-859f-eea0082d5725
2022-03-30T03:53:37.810Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e4cdce80-f1ef-4299-859f-eea0082d5725 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-30T03:53:37.823Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.824Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
  "consumerID": "aai-ml",
  "timestamp": 1648612328365,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/artifacts/service-Vfw20220330034940-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T03:53:37.824Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-30T03:53:37.824Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.824Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648612334653,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/vfw708e9636f1c40_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-30T03:53:37.825Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T03:53:37.825Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.825Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
  "consumerID": "aai-ml",
  "timestamp": 1648612328365,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/artifacts/service-Vfw20220330034940-csar.csar",
  "status": "NOTIFIED"
}
2022-03-30T03:53:37.825Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-30T03:53:37.825Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.825Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648612336806,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/artifacts/service-Vfw20220330034940-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-30T03:53:37.826Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T03:53:37.826Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.826Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
  "consumerID": "aai-ml",
  "timestamp": 1648612336654,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/artifacts/service-Vfw20220330034940-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-30T03:53:37.826Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T03:53:37.826Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.826Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648612337817,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-30T03:53:37.832Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e4cdce80-f1ef-4299-859f-eea0082d5725
2022-03-30T03:53:37.832Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e4cdce80-f1ef-4299-859f-eea0082d5725 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-30T03:53:37.841Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.842Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
  "consumerID": "aai-ml",
  "timestamp": 1648612348401,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/artifacts/service-Vfw20220330034940-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-30T03:53:37.842Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T03:53:37.842Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.842Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
  "consumerID": "aai-ml",
  "timestamp": 1648612349406,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-30T03:53:37.847Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e4cdce80-f1ef-4299-859f-eea0082d5725
2022-03-30T03:53:37.847Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e4cdce80-f1ef-4299-859f-eea0082d5725 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-30T03:53:57.152Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e4cdce80-f1ef-4299-859f-eea0082d5725
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-30T03:53:57.165Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e4cdce80-f1ef-4299-859f-eea0082d5725
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-30T03:53:57.168Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-30T03:53:57.168Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-30T03:53:57.168Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-30T03:53:57.169Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-30T03:53:57.169Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-30T03:53:57.169Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-30T03:53:57.169Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-30T03:53:57.169Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-30T03:53:57.169Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-30T03:53:57.169Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-30T03:53:57.169Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-30T03:53:57.173Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-30T03:54:27.174Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e4cdce80-f1ef-4299-859f-eea0082d5725 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-30T03:54:27.180Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e4cdce80-f1ef-4299-859f-eea0082d5725 and serviceModelVersionId: 5b3bd0a7-85f8-4232-b7c1-0fdc0b018b0c
2022-03-30T03:54:27.181Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0fd1436d-cc89-4212-b641-903db424aed8
2022-03-30T03:54:27.196Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0fd1436d-cc89-4212-b641-903db424aed8/model-vers/model-ver/5b3bd0a7-85f8-4232-b7c1-0fdc0b018b0c?depth=0
2022-03-30T03:54:27.205Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-03-30T03:54:27.311Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fd1436d-cc89-4212-b641-903db424aed8/model-vers/model-ver/5b3bd0a7-85f8-4232-b7c1-0fdc0b018b0c?depth=0|INFO|500||Invoke
2022-03-30T03:54:27.313Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fd1436d-cc89-4212-b641-903db424aed8/model-vers/model-ver/5b3bd0a7-85f8-4232-b7c1-0fdc0b018b0c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fd1436d-cc89-4212-b641-903db424aed8/model-vers/model-ver/5b3bd0a7-85f8-4232-b7c1-0fdc0b018b0c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e4cdce80-f1ef-4299-859f-eea0082d5725], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[31967a15-4d65-424c-8d39-2d8960660109], X-ECOMP-RequestID=[e4cdce80-f1ef-4299-859f-eea0082d5725], X-TransactionId=[], X-ONAP-RequestID=[e4cdce80-f1ef-4299-859f-eea0082d5725], Content-Type=[application/merge-patch+json]}
2022-03-30T03:54:27.356Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fd1436d-cc89-4212-b641-903db424aed8/model-vers/model-ver/5b3bd0a7-85f8-4232-b7c1-0fdc0b018b0c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-30T03:54:27.621Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fd1436d-cc89-4212-b641-903db424aed8/model-vers/model-ver/5b3bd0a7-85f8-4232-b7c1-0fdc0b018b0c?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/0fd1436d-cc89-4212-b641-903db424aed8/model-vers/model-ver/5b3bd0a7-85f8-4232-b7c1-0fdc0b018b0c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220330-03:54:27:363-69913], vertex-id=[426032], Content-Length=[0], Date=[Wed, 30 Mar 2022 03:54:27 GMT], Content-Type=[application/json]}
2022-03-30T03:54:27.622Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fd1436d-cc89-4212-b641-903db424aed8/model-vers/model-ver/5b3bd0a7-85f8-4232-b7c1-0fdc0b018b0c?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-30T03:54:27.624Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fd1436d-cc89-4212-b641-903db424aed8/model-vers/model-ver/5b3bd0a7-85f8-4232-b7c1-0fdc0b018b0c?depth=0|INFO|500||InvokeReturn
2022-03-30T03:54:27.624Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-30T03:54:27.624Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-30T03:54:27.653Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-30T03:54:27.653Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e4cdce80-f1ef-4299-859f-eea0082d5725 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-30T03:54:27.654Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-30T03:54:27.655Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-30T03:54:27.659Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T03:54:27.660Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648612467654,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-30T03:54:27.760Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-30T03:54:27.762Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T03:54:27.762Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T03:54:27.796Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T03:54:27.797Z||pool-34-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-30T03:54:28.671Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:54:28.672Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:54:28.672Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xHcAUZwE4697cTNt) ...
2022-03-30T03:54:37.646Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:54:37.647Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:54:37.647Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:54:37.681Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T03:54:37.682Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-30T03:54:37.683Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648612357642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T03:54:37.684Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-30T03:54:37.684Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-30T03:54:37.684Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648612357642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/vfw708e9636f1c40_modules.json",
  "status": "NOTIFIED"
}
2022-03-30T03:54:37.684Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-30T03:54:37.685Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-30T03:54:37.685Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648612357642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-30T03:54:37.685Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-30T03:54:37.685Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-30T03:54:37.685Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648612357642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T03:54:37.685Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-30T03:54:37.685Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-30T03:54:37.685Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648612357642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-30T03:54:37.686Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-30T03:54:37.686Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-30T03:54:37.686Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648612357642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/artifacts/service-Vfw20220330034940-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T03:54:37.686Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-30T03:54:37.686Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-30T03:54:37.686Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648612357642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/artifacts/service-Vfw20220330034940-csar.csar",
  "status": "NOTIFIED"
}
2022-03-30T03:54:37.686Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-30T03:54:37.687Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-30T03:54:37.687Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648612365631,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/artifacts/service-Vfw20220330034940-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-30T03:54:37.687Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T03:54:37.687Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-30T03:54:37.687Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648612369707,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/vfw708e9636f1c40_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-30T03:54:37.687Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T03:54:37.687Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-30T03:54:37.688Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648612370778,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-30T03:54:37.688Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T03:54:37.688Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-30T03:54:37.688Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648612371835,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-30T03:54:37.688Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T03:54:37.688Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-30T03:54:37.688Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648612373104,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/vfw708e9636f1c40_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-30T03:54:37.688Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T03:54:37.688Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-30T03:54:37.689Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648612374109,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-30T03:54:37.689Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T03:54:37.689Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-30T03:54:37.689Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648612375114,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-30T03:54:37.689Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T03:54:37.689Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-30T03:54:37.689Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648612376125,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/artifacts/service-Vfw20220330034940-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-30T03:54:37.689Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T03:54:38.212Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T03:54:38.213Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:54:38.214Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:54:38.214Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xHcAUZwE4697cTNt) ...
2022-03-30T03:54:47.753Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T03:55:37.642Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:55:37.645Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:55:37.645Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xHcAUZwE4697cTNt) ...
2022-03-30T03:55:37.646Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:55:37.646Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:55:37.646Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:55:38.175Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T03:55:38.176Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T03:55:38.176Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648612467654,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-30T03:55:38.180Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T03:55:47.205Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T03:56:37.642Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:56:37.643Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:56:37.644Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xHcAUZwE4697cTNt) ...
2022-03-30T03:56:37.646Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:56:37.646Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:56:37.646Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:56:47.192Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T03:56:47.194Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T03:57:37.642Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:57:37.643Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:57:37.643Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xHcAUZwE4697cTNt) ...
2022-03-30T03:57:37.646Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:57:37.646Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:57:37.646Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:57:47.188Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T03:57:47.190Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T03:58:37.642Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:58:37.643Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:58:37.643Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xHcAUZwE4697cTNt) ...
2022-03-30T03:58:37.646Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:58:37.646Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:58:37.647Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:58:47.192Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T03:58:47.194Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T03:59:37.642Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:59:37.643Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:59:37.643Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xHcAUZwE4697cTNt) ...
2022-03-30T03:59:37.645Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:59:37.646Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:59:37.646Z|e4cdce80-f1ef-4299-859f-eea0082d5725|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 xHcAUZwE4697cTNt) ...
2022-03-30T03:59:47.192Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T03:59:47.192Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:00:37.642Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T04:00:37.643Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T04:00:37.643Z|e4cdce80-f1ef-4299-859f-eea0082d5725|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 xHcAUZwE4697cTNt) ...
2022-03-30T04:00:37.648Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T04:00:37.649Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T04:00:37.649Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T04:00:47.190Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:00:47.191Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:01:37.642Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T04:01:37.643Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T04:01:37.643Z|e4cdce80-f1ef-4299-859f-eea0082d5725|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 xHcAUZwE4697cTNt) ...
2022-03-30T04:01:37.645Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T04:01:37.646Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T04:01:37.646Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T04:01:47.189Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:01:47.189Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:02:37.642Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T04:02:37.643Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T04:02:37.643Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T04:02:37.645Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T04:02:37.646Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T04:02:37.646Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T04:02:47.191Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:02:47.191Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:03:37.642Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T04:03:37.644Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T04:03:37.644Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T04:03:37.645Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T04:03:37.646Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T04:03:37.646Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T04:03:47.198Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:03:47.199Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:04:37.642Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T04:04:37.645Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T04:04:37.645Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T04:04:37.645Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T04:04:37.646Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T04:04:37.646Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T04:04:45.103Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:04:45.105Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-30T04:04:45.105Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"1be8eb66-3c23-47f8-8f27-42a75a063b96","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"cabf0c5f-2442-4421-8be0-10036aaff8f9","serviceDescription":"service","serviceInvariantUUID":"6faa5f2f-891b-4ac3-a259-64e279617599","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"2463e6a9-ffdd-4b04-8405-a8e5023a06ea","resourceInvariantUUID":"8c33f799-be00-45c9-a1dd-8172c2c8c8df","resourceCustomizationUUID":"7fb8a9a0-efb0-400d-b44c-b8b5c306a689","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":"NjAwNDBiNDBjZGQ3NmUxYjc3NzdlZGYwNWMyM2U0OTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3ce77e5d-6d23-4a55-8670-8c8718bab9e9","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NmFlMGFhM2UyZmZhYzAwNTY3MTc1YjhjNDRjNmMyNjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"65fffbff-0d5a-43a2-a2ff-96ed70d80295","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-30T04:04:45.113Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-30T04:04:45.114Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-30T04:04:45.118Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T04:04:45.119Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1be8eb66-3c23-47f8-8f27-42a75a063b96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613077642,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:04:45.220Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-30T04:04:45.225Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T04:04:45.225Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T04:04:45.247Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:04:45.248Z||pool-35-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":2,"count":1}
2022-03-30T04:04:45.361Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:04:45.362Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T04:04:45.362Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1be8eb66-3c23-47f8-8f27-42a75a063b96",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648613083242,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:04:45.363Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:04:45.364Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T04:04:45.364Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1be8eb66-3c23-47f8-8f27-42a75a063b96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613077642,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:04:45.364Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:04:46.119Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-30T04:04:46.120Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-30T04:04:46.123Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T04:04:46.123Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1be8eb66-3c23-47f8-8f27-42a75a063b96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613077642,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-30T04:04:46.224Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-30T04:04:46.225Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T04:04:46.225Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T04:04:46.243Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:04:46.244Z||pool-36-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-03-30T04:04:47.124Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "1be8eb66-3c23-47f8-8f27-42a75a063b96",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "cabf0c5f-2442-4421-8be0-10036aaff8f9",
  "serviceDescription": "service",
  "serviceInvariantUUID": "6faa5f2f-891b-4ac3-a259-64e279617599",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "7fb8a9a0-efb0-400d-b44c-b8b5c306a689",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "2463e6a9-ffdd-4b04-8405-a8e5023a06ea",
      "resourceInvariantUUID": "8c33f799-be00-45c9-a1dd-8172c2c8c8df",
      "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": "NmFlMGFhM2UyZmZhYzAwNTY3MTc1YjhjNDRjNmMyNjA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "65fffbff-0d5a-43a2-a2ff-96ed70d80295"
    }
  ],
  "workloadContext": "Production"
}
2022-03-30T04:04:47.125Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-30T04:04:47.126Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 cabf0c5f-2442-4421-8be0-10036aaff8f9 ASDC
2022-03-30T04:04:47.127Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:1be8eb66-3c23-47f8-8f27-42a75a063b96
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:cabf0c5f-2442-4421-8be0-10036aaff8f9
ServiceInvariantUUID:6faa5f2f-891b-4ac3-a259-64e279617599
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:65fffbff-0d5a-43a2-a2ff-96ed70d80295
ArtifactChecksum:NmFlMGFhM2UyZmZhYzAwNTY3MTc1YjhjNDRjNmMyNjA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:7fb8a9a0-efb0-400d-b44c-b8b5c306a689
ResourceInvariantUUID:8c33f799-be00-45c9-a1dd-8172c2c8c8df
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:2463e6a9-ffdd-4b04-8405-a8e5023a06ea
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-03-30T04:04:47.127Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cabf0c5f-2442-4421-8be0-10036aaff8f9 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-30T04:04:47.161Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-30T04:04:47.162Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-30T04:04:47.162Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-30T04:04:47.162Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 65fffbff-0d5a-43a2-a2ff-96ed70d80295 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-30T04:04:47.162Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-30T04:04:47.162Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-30T04:04:47.784Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-30T04:04:47.789Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 65fffbff-0d5a-43a2-a2ff-96ed70d80295 52484
2022-03-30T04:04:47.790Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-03-30T04:04:47.790Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-30T04:04:47.791Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-30T04:04:47.791Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-30T04:04:47.795Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T04:04:47.795Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1be8eb66-3c23-47f8-8f27-42a75a063b96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613087790,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-30T04:04:47.895Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-30T04:04:47.896Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T04:04:47.896Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T04:04:47.912Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:04:47.912Z||pool-37-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-30T04:04:48.797Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-30T04:04:48.798Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-30T04:04:48.798Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 65fffbff-0d5a-43a2-a2ff-96ed70d80295, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-30T04:04:48.799Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-03-30T04:04:48.801Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-30T04:04:48.801Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-30T04:04:48.980Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11432114718822130093/Definitions/service-BasicNetwork-template.yml
2022-03-30T04:04:49.716Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-30T04:04:49.718Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-30T04:04:49.718Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-30T04:04:49.718Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-03-30T04:04:49.718Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-30T04:04:49.718Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-30T04:04:49.719Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-30T04:04:49.719Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-30T04:04:49.719Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-30T04:04:49.719Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-30T04:04:49.719Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-30T04:04:49.719Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-30T04:04:49.719Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-30T04:04:49.719Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T04:04:49.720Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T04:04:49.720Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-03-30T04:04:49.720Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-30T04:04:49.721Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-30T04:04:49.721Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T04:04:49.721Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T04:04:49.721Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-03-30T04:04:49.721Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-30T04:04:49.721Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-30T04:04:49.722Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T04:04:49.722Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T04:04:49.722Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T04:04:49.722Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T04:04:49.723Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T04:04:49.723Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T04:04:49.724Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T04:04:49.724Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T04:04:49.724Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T04:04:49.724Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T04:04:49.724Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:cabf0c5f-2442-4421-8be0-10036aaff8f9
Model Version:NULL
Model InvariantUuid:6faa5f2f-891b-4ac3-a259-64e279617599
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:8c33f799-be00-45c9-a1dd-8172c2c8c8df
Model UUID:1f7dcfd5-5217-4cb4-ba3c-aca8dba7ae85
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:7fb8a9a0-efb0-400d-b44c-b8b5c306a689
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-30T04:04:49.733Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||INFO|500||Processing Resource Type: VL, Model UUID: 2463e6a9-ffdd-4b04-8405-a8e5023a06ea
2022-03-30T04:04:49.733Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||INFO|500||No resources found for Service: cabf0c5f-2442-4421-8be0-10036aaff8f9
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-30T04:04:49.742Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||INFO|500||
2022-03-30T04:04:49.742Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-03-30T04:04:49.743Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||No resources found for Service: cabf0c5f-2442-4421-8be0-10036aaff8f9
2022-03-30T04:04:49.743Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: cabf0c5f-2442-4421-8be0-10036aaff8f9
2022-03-30T04:04:49.743Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-03-30T04:04:49.744Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-30T04:04:49.752Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@78acc5ea, org.onap.sdc.toscaparser.api.parameters.Input@1f268b38, org.onap.sdc.toscaparser.api.parameters.Input@db8b140, org.onap.sdc.toscaparser.api.parameters.Input@20f10a99, org.onap.sdc.toscaparser.api.parameters.Input@3e6c08f8]
2022-03-30T04:04:49.754Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T04:04:49.754Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T04:04:49.755Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T04:04:49.756Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T04:04:49.756Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid cabf0c5f-2442-4421-8be0-10036aaff8f9: Generic NeutronNet
2022-03-30T04:04:49.756Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T04:04:49.756Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T04:04:49.757Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T04:04:49.757Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-03-30T04:04:49.824Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T04:04:49.824Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T04:04:49.824Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T04:04:49.825Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T04:04:49.825Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T04:04:49.825Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T04:04:49.826Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-03-30T04:04:49.941Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-03-30T04:04:49.942Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-03-30T04:04:49.942Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-30T04:04:49.942Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-30T04:04:49.942Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-30T04:04:49.944Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T04:04:49.944Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1be8eb66-3c23-47f8-8f27-42a75a063b96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613089941,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-30T04:04:50.045Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-30T04:04:50.047Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T04:04:50.047Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T04:04:50.069Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:04:50.070Z||pool-38-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-03-30T04:04:50.945Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1be8eb66-3c23-47f8-8f27-42a75a063b96
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-30T04:04:50.959Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1be8eb66-3c23-47f8-8f27-42a75a063b96
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-30T04:04:50.961Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-30T04:04:50.961Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-30T04:04:50.961Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-30T04:05:20.962Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1be8eb66-3c23-47f8-8f27-42a75a063b96
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-30T04:05:20.974Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1be8eb66-3c23-47f8-8f27-42a75a063b96
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-30T04:05:20.977Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-30T04:05:20.977Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-30T04:05:20.978Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-30T04:05:37.646Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T04:05:37.647Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T04:05:37.647Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T04:05:37.673Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:05:37.674Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T04:05:37.674Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1be8eb66-3c23-47f8-8f27-42a75a063b96",
  "consumerID": "aai-ml",
  "timestamp": 1648613078365,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:05:37.675Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:05:37.676Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T04:05:37.676Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1be8eb66-3c23-47f8-8f27-42a75a063b96",
  "consumerID": "cds",
  "timestamp": 1648613076078,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:05:37.676Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:05:50.978Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1be8eb66-3c23-47f8-8f27-42a75a063b96
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-30T04:05:50.992Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1be8eb66-3c23-47f8-8f27-42a75a063b96
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-30T04:05:50.998Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-30T04:05:50.998Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-30T04:05:50.998Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-30T04:06:20.998Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1be8eb66-3c23-47f8-8f27-42a75a063b96
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-30T04:06:21.014Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1be8eb66-3c23-47f8-8f27-42a75a063b96
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-30T04:06:21.031Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-30T04:06:21.032Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-30T04:06:21.032Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-30T04:06:37.646Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T04:06:37.647Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T04:06:37.647Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T04:06:37.683Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:06:37.684Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T04:06:37.684Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1be8eb66-3c23-47f8-8f27-42a75a063b96",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648613081614,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:06:37.685Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:06:37.686Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T04:06:37.686Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1be8eb66-3c23-47f8-8f27-42a75a063b96",
  "consumerID": "dcae-sch",
  "timestamp": 1648613074169,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:06:37.686Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:06:51.032Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1be8eb66-3c23-47f8-8f27-42a75a063b96
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-30T04:06:51.053Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1be8eb66-3c23-47f8-8f27-42a75a063b96
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-30T04:06:51.057Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-30T04:06:51.057Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-30T04:06:51.057Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-30T04:07:21.057Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1be8eb66-3c23-47f8-8f27-42a75a063b96
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-30T04:07:21.067Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1be8eb66-3c23-47f8-8f27-42a75a063b96
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-30T04:07:21.068Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-30T04:07:21.069Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-30T04:07:21.069Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-30T04:07:37.648Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T04:07:37.649Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T04:07:37.649Z|e4cdce80-f1ef-4299-859f-eea0082d5725|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 xHcAUZwE4697cTNt) ...
2022-03-30T04:07:37.715Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:07:37.716Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-30T04:07:37.716Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1be8eb66-3c23-47f8-8f27-42a75a063b96",
  "consumerID": "policy-id",
  "timestamp": 1648613084553,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:07:37.717Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:07:37.717Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-30T04:07:37.717Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1be8eb66-3c23-47f8-8f27-42a75a063b96",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648613083242,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:07:37.718Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:07:37.718Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-30T04:07:37.718Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1be8eb66-3c23-47f8-8f27-42a75a063b96",
  "consumerID": "aai-ml",
  "timestamp": 1648613078365,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-30T04:07:37.718Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:07:37.718Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-30T04:07:37.718Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1be8eb66-3c23-47f8-8f27-42a75a063b96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613077642,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-30T04:07:37.718Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:07:37.718Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-30T04:07:37.718Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1be8eb66-3c23-47f8-8f27-42a75a063b96",
  "consumerID": "cds",
  "timestamp": 1648613076078,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-30T04:07:37.718Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:07:37.718Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-30T04:07:37.719Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1be8eb66-3c23-47f8-8f27-42a75a063b96",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648613081614,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-30T04:07:37.719Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:07:37.719Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-30T04:07:37.719Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1be8eb66-3c23-47f8-8f27-42a75a063b96",
  "consumerID": "dcae-sch",
  "timestamp": 1648613074169,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:07:37.719Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:07:37.719Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-30T04:07:37.719Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1be8eb66-3c23-47f8-8f27-42a75a063b96",
  "consumerID": "policy-id",
  "timestamp": 1648613084553,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-30T04:07:37.719Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:07:37.719Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-30T04:07:37.720Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1be8eb66-3c23-47f8-8f27-42a75a063b96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613087790,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-30T04:07:37.720Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:07:37.720Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-30T04:07:37.720Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1be8eb66-3c23-47f8-8f27-42a75a063b96",
  "consumerID": "cds",
  "timestamp": 1648613086791,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-30T04:07:37.720Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:07:37.720Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-30T04:07:37.720Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1be8eb66-3c23-47f8-8f27-42a75a063b96",
  "consumerID": "policy-id",
  "timestamp": 1648613087892,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-30T04:07:37.720Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:07:37.720Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-30T04:07:37.721Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1be8eb66-3c23-47f8-8f27-42a75a063b96",
  "consumerID": "aai-ml",
  "timestamp": 1648613086877,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-30T04:07:37.721Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:07:37.721Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-30T04:07:37.721Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1be8eb66-3c23-47f8-8f27-42a75a063b96",
  "consumerID": "cds",
  "timestamp": 1648613087798,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-30T04:07:37.728Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1be8eb66-3c23-47f8-8f27-42a75a063b96
2022-03-30T04:07:37.729Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1be8eb66-3c23-47f8-8f27-42a75a063b96 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-30T04:07:37.741Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-30T04:07:37.741Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1be8eb66-3c23-47f8-8f27-42a75a063b96",
  "consumerID": "policy-id",
  "timestamp": 1648613088900,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-30T04:07:37.741Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:07:37.742Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-30T04:07:37.742Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1be8eb66-3c23-47f8-8f27-42a75a063b96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613089941,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-30T04:07:37.742Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:07:37.742Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-30T04:07:37.742Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1be8eb66-3c23-47f8-8f27-42a75a063b96",
  "consumerID": "policy-id",
  "timestamp": 1648613089908,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-30T04:07:37.746Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1be8eb66-3c23-47f8-8f27-42a75a063b96
2022-03-30T04:07:37.746Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1be8eb66-3c23-47f8-8f27-42a75a063b96 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-30T04:07:37.755Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-30T04:07:37.755Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1be8eb66-3c23-47f8-8f27-42a75a063b96",
  "consumerID": "clamp",
  "timestamp": 1648613089471,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:07:37.756Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:07:37.756Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-30T04:07:37.756Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1be8eb66-3c23-47f8-8f27-42a75a063b96",
  "consumerID": "clamp",
  "timestamp": 1648613089471,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-30T04:07:37.756Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:07:37.756Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-30T04:07:37.756Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1be8eb66-3c23-47f8-8f27-42a75a063b96",
  "consumerID": "aai-ml",
  "timestamp": 1648613092067,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-30T04:07:37.757Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:07:37.757Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-30T04:07:37.757Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1be8eb66-3c23-47f8-8f27-42a75a063b96",
  "consumerID": "aai-ml",
  "timestamp": 1648613093071,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-30T04:07:37.761Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1be8eb66-3c23-47f8-8f27-42a75a063b96
2022-03-30T04:07:37.762Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1be8eb66-3c23-47f8-8f27-42a75a063b96 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-30T04:07:37.771Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-30T04:07:37.772Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1be8eb66-3c23-47f8-8f27-42a75a063b96",
  "consumerID": "clamp",
  "timestamp": 1648613102717,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-30T04:07:37.772Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:07:37.772Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-30T04:07:37.772Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1be8eb66-3c23-47f8-8f27-42a75a063b96",
  "consumerID": "clamp",
  "timestamp": 1648613103741,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-30T04:07:37.772Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:07:37.772Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-30T04:07:37.773Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1be8eb66-3c23-47f8-8f27-42a75a063b96",
  "consumerID": "clamp",
  "timestamp": 1648613104760,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-30T04:07:37.779Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1be8eb66-3c23-47f8-8f27-42a75a063b96
2022-03-30T04:07:37.779Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1be8eb66-3c23-47f8-8f27-42a75a063b96 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-30T04:07:37.789Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-30T04:07:37.790Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1be8eb66-3c23-47f8-8f27-42a75a063b96",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648613104627,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:07:37.790Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:07:37.790Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-30T04:07:37.792Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1be8eb66-3c23-47f8-8f27-42a75a063b96",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648613104627,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-30T04:07:37.794Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:07:37.794Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-30T04:07:37.794Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1be8eb66-3c23-47f8-8f27-42a75a063b96",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648613107710,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-30T04:07:37.795Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:07:37.796Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-30T04:07:37.797Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1be8eb66-3c23-47f8-8f27-42a75a063b96",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648613109643,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-30T04:07:37.798Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:07:37.798Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-30T04:07:37.799Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1be8eb66-3c23-47f8-8f27-42a75a063b96",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648613110649,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-30T04:07:37.805Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1be8eb66-3c23-47f8-8f27-42a75a063b96
2022-03-30T04:07:37.805Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1be8eb66-3c23-47f8-8f27-42a75a063b96 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-30T04:07:51.069Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1be8eb66-3c23-47f8-8f27-42a75a063b96
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-30T04:07:51.079Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1be8eb66-3c23-47f8-8f27-42a75a063b96
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-30T04:07:51.088Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-30T04:07:51.088Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-30T04:07:51.088Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-30T04:07:51.088Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-30T04:07:51.089Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-30T04:07:51.089Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-30T04:07:51.089Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-30T04:07:51.089Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-30T04:07:51.090Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-30T04:07:51.090Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-30T04:07:51.090Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-30T04:07:51.097Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-30T04:08:21.097Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1be8eb66-3c23-47f8-8f27-42a75a063b96 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-30T04:08:21.105Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1be8eb66-3c23-47f8-8f27-42a75a063b96 and serviceModelVersionId: cabf0c5f-2442-4421-8be0-10036aaff8f9
2022-03-30T04:08:21.106Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6faa5f2f-891b-4ac3-a259-64e279617599
2022-03-30T04:08:21.108Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6faa5f2f-891b-4ac3-a259-64e279617599/model-vers/model-ver/cabf0c5f-2442-4421-8be0-10036aaff8f9?depth=0
2022-03-30T04:08:21.122Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-03-30T04:08:21.271Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6faa5f2f-891b-4ac3-a259-64e279617599/model-vers/model-ver/cabf0c5f-2442-4421-8be0-10036aaff8f9?depth=0|INFO|500||Invoke
2022-03-30T04:08:21.273Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6faa5f2f-891b-4ac3-a259-64e279617599/model-vers/model-ver/cabf0c5f-2442-4421-8be0-10036aaff8f9?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6faa5f2f-891b-4ac3-a259-64e279617599/model-vers/model-ver/cabf0c5f-2442-4421-8be0-10036aaff8f9?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1be8eb66-3c23-47f8-8f27-42a75a063b96], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9f3742b3-93bb-482c-b610-ca6d783a21a9], X-ECOMP-RequestID=[1be8eb66-3c23-47f8-8f27-42a75a063b96], X-TransactionId=[], X-ONAP-RequestID=[1be8eb66-3c23-47f8-8f27-42a75a063b96], Content-Type=[application/merge-patch+json]}
2022-03-30T04:08:21.345Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6faa5f2f-891b-4ac3-a259-64e279617599/model-vers/model-ver/cabf0c5f-2442-4421-8be0-10036aaff8f9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-30T04:08:21.900Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6faa5f2f-891b-4ac3-a259-64e279617599/model-vers/model-ver/cabf0c5f-2442-4421-8be0-10036aaff8f9?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/6faa5f2f-891b-4ac3-a259-64e279617599/model-vers/model-ver/cabf0c5f-2442-4421-8be0-10036aaff8f9?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220330-04:08:21:358-91958], vertex-id=[159744], Content-Length=[0], Date=[Wed, 30 Mar 2022 04:08:21 GMT], Content-Type=[application/json]}
2022-03-30T04:08:21.901Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6faa5f2f-891b-4ac3-a259-64e279617599/model-vers/model-ver/cabf0c5f-2442-4421-8be0-10036aaff8f9?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-30T04:08:21.902Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6faa5f2f-891b-4ac3-a259-64e279617599/model-vers/model-ver/cabf0c5f-2442-4421-8be0-10036aaff8f9?depth=0|INFO|500||InvokeReturn
2022-03-30T04:08:21.903Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-30T04:08:21.903Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-30T04:08:21.911Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-30T04:08:21.914Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1be8eb66-3c23-47f8-8f27-42a75a063b96 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-30T04:08:21.915Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-30T04:08:21.915Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-30T04:08:21.918Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T04:08:21.919Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1be8eb66-3c23-47f8-8f27-42a75a063b96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613301915,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-30T04:08:22.019Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-30T04:08:22.020Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T04:08:22.020Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T04:08:22.038Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:08:22.038Z||pool-39-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-30T04:08:22.929Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T04:08:22.930Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T04:08:22.930Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|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 xHcAUZwE4697cTNt) ...
2022-03-30T04:08:27.264Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:08:27.267Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-30T04:08:27.267Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"e2c4cf2f-1701-498c-889f-48c05bdc3591","serviceName":"Demo_pNF_709gAINKLgjo5bWaXPzK","serviceVersion":"1.0","serviceUUID":"c57b0a53-d99d-414b-a7a0-ebd7ca23b42e","serviceDescription":"catalog service description","serviceInvariantUUID":"c81dff69-6dc1-46ab-ad0c-11cd3bc3d294","resources":[{"resourceInstanceName":"pNF d0bd8039-8430 0","resourceName":"pNF d0bd8039-8430","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"30844f4d-9820-41cf-b766-22d2e6041d94","resourceInvariantUUID":"3a2e4ff3-fcad-4961-851b-65a5370d421e","resourceCustomizationUUID":"b2f942be-ce4f-47ec-aea5-eaa9e2243b8d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/vf-license-model.xml","artifactChecksum":"OTM4NWM2YTBjMmJmNzU4MGNiZmI1MTdiOGUxNjZjYWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"aa5b07ec-9adb-4278-a2f4-3ab5e6db7273","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/pNF.csar","artifactChecksum":"YmI5MzE1MDA0MTcyODQ5NDBlNWY3Mzg2YzA2ZDdhMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"575386d4-e290-4e1c-80b8-f3657ab4ce9e","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a0c00d48-0154-4475-a590-df9ac20e3717","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/vendor-license-model.xml","artifactChecksum":"ODVhMDhkNWZhNzExYjc2NWU5OTI1ZWE4NmMxNDNlN2I\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"247d264e-a35e-49ee-a88e-a36294962f24","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a9f8e7b5-cd8e-45bf-856c-bf573857842e","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"69e006fd-b029-482e-b920-b86dcade218e","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf709gainklgjo5bwaxpzk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/artifacts/service-DemoPnf709gainklgjo5bwaxpzk-template.yml","artifactChecksum":"YmRmZmEzNDUyYjY5NGMxODYzZWM1YTQ1MmExYmU2ZDY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"96289db5-f235-44dc-a230-37b233c69df0","artifactVersion":"1"},{"artifactName":"service-DemoPnf709gainklgjo5bwaxpzk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/artifacts/service-DemoPnf709gainklgjo5bwaxpzk-csar.csar","artifactChecksum":"MzdhYmRiNWU4YTFjNWI2ZDY1MTViNmQ2NjliM2I0NGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ff9a2447-2962-4381-84ea-e7b4231fbe29","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-30T04:08:27.272Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-30T04:08:27.273Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-30T04:08:27.275Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T04:08:27.275Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613302929,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:27.379Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-03-30T04:08:27.380Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T04:08:27.380Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T04:08:27.395Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:08:27.396Z||pool-40-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-30T04:08:28.276Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-30T04:08:28.277Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-30T04:08:28.280Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T04:08:28.281Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613302929,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:28.380Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-30T04:08:28.381Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T04:08:28.381Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T04:08:28.411Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:08:28.411Z||pool-41-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-03-30T04:08:29.281Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-30T04:08:29.282Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-30T04:08:29.285Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T04:08:29.285Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613302929,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:29.385Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-30T04:08:29.387Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T04:08:29.387Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T04:08:29.414Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:08:29.415Z||pool-42-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-03-30T04:08:30.286Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-30T04:08:30.287Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-30T04:08:30.290Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T04:08:30.290Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613302929,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:30.393Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-03-30T04:08:30.395Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T04:08:30.395Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T04:08:30.414Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:08:30.414Z||pool-43-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-03-30T04:08:31.290Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-30T04:08:31.291Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-30T04:08:31.295Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T04:08:31.296Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613302929,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:31.396Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-30T04:08:31.397Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T04:08:31.397Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T04:08:31.410Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:08:31.411Z||pool-44-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-30T04:08:32.296Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-30T04:08:32.297Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-30T04:08:32.300Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T04:08:32.301Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613302929,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:32.401Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-30T04:08:32.402Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T04:08:32.402Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T04:08:32.421Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:08:32.422Z||pool-45-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-03-30T04:08:33.301Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-30T04:08:33.303Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-30T04:08:33.305Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T04:08:33.305Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613302929,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/artifacts/service-DemoPnf709gainklgjo5bwaxpzk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:33.405Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-30T04:08:33.406Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T04:08:33.407Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T04:08:33.419Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:08:33.420Z||pool-46-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-30T04:08:34.306Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-30T04:08:34.307Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-30T04:08:34.309Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T04:08:34.310Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613302929,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/artifacts/service-DemoPnf709gainklgjo5bwaxpzk-csar.csar",
  "status": "NOTIFIED"
}
2022-03-30T04:08:34.410Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-30T04:08:34.411Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T04:08:34.411Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T04:08:34.423Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:08:34.424Z||pool-47-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-30T04:08:35.311Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
  "serviceName": "Demo_pNF_709gAINKLgjo5bWaXPzK",
  "serviceVersion": "1.0",
  "serviceUUID": "c57b0a53-d99d-414b-a7a0-ebd7ca23b42e",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "c81dff69-6dc1-46ab-ad0c-11cd3bc3d294",
  "resources": [
    {
      "resourceInstanceName": "pNF d0bd8039-8430 0",
      "resourceCustomizationUUID": "b2f942be-ce4f-47ec-aea5-eaa9e2243b8d",
      "resourceName": "pNF d0bd8039-8430",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "30844f4d-9820-41cf-b766-22d2e6041d94",
      "resourceInvariantUUID": "3a2e4ff3-fcad-4961-851b-65a5370d421e",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf709gainklgjo5bwaxpzk-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/artifacts/service-DemoPnf709gainklgjo5bwaxpzk-csar.csar",
      "artifactChecksum": "MzdhYmRiNWU4YTFjNWI2ZDY1MTViNmQ2NjliM2I0NGQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ff9a2447-2962-4381-84ea-e7b4231fbe29"
    }
  ],
  "workloadContext": "Production"
}
2022-03-30T04:08:35.313Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-30T04:08:35.313Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c57b0a53-d99d-414b-a7a0-ebd7ca23b42e ASDC
2022-03-30T04:08:35.314Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:e2c4cf2f-1701-498c-889f-48c05bdc3591
ServiceName:Demo_pNF_709gAINKLgjo5bWaXPzK
ServiceVersion:1.0
ServiceUUID:c57b0a53-d99d-414b-a7a0-ebd7ca23b42e
ServiceInvariantUUID:c81dff69-6dc1-46ab-ad0c-11cd3bc3d294
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf709gainklgjo5bwaxpzk-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/artifacts/service-DemoPnf709gainklgjo5bwaxpzk-csar.csar
ArtifactUUID:ff9a2447-2962-4381-84ea-e7b4231fbe29
ArtifactChecksum:MzdhYmRiNWU4YTFjNWI2ZDY1MTViNmQ2NjliM2I0NGQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF d0bd8039-8430 0
ResourceCustomizationUUID:b2f942be-ce4f-47ec-aea5-eaa9e2243b8d
ResourceInvariantUUID:3a2e4ff3-fcad-4961-851b-65a5370d421e
ResourceName:pNF d0bd8039-8430
ResourceType:PNF
ResourceUUID:30844f4d-9820-41cf-b766-22d2e6041d94
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-03-30T04:08:35.314Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c57b0a53-d99d-414b-a7a0-ebd7ca23b42e ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-30T04:08:35.353Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-30T04:08:35.354Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-30T04:08:35.354Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-30T04:08:35.354Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: ff9a2447-2962-4381-84ea-e7b4231fbe29 from URL: /sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/artifacts/service-DemoPnf709gainklgjo5bwaxpzk-csar.csar
2022-03-30T04:08:35.354Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-30T04:08:35.355Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/artifacts/service-DemoPnf709gainklgjo5bwaxpzk-csar.csar
2022-03-30T04:08:35.763Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-30T04:08:35.769Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/artifacts/service-DemoPnf709gainklgjo5bwaxpzk-csar.csar ff9a2447-2962-4381-84ea-e7b4231fbe29 82631
2022-03-30T04:08:35.769Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/artifacts/service-DemoPnf709gainklgjo5bwaxpzk-csar.csar ASDC sendASDCNotification
2022-03-30T04:08:35.770Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/artifacts/service-DemoPnf709gainklgjo5bwaxpzk-csar.csar
2022-03-30T04:08:35.770Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-30T04:08:35.770Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-30T04:08:35.773Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T04:08:35.774Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613315769,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/artifacts/service-DemoPnf709gainklgjo5bwaxpzk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-30T04:08:35.873Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-30T04:08:35.875Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T04:08:35.875Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T04:08:35.890Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:08:35.892Z||pool-48-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-30T04:08:36.774Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-30T04:08:36.776Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-30T04:08:36.777Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: ff9a2447-2962-4381-84ea-e7b4231fbe29, URL: /sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/artifacts/service-DemoPnf709gainklgjo5bwaxpzk-csar.csar to file: /app/ASDC/1/service-DemoPnf709gainklgjo5bwaxpzk-csar.csar
2022-03-30T04:08:36.777Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf709gainklgjo5bwaxpzk-csar.csar
2022-03-30T04:08:36.778Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf709gainklgjo5bwaxpzk-csar.csar
2022-03-30T04:08:36.778Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf709gainklgjo5bwaxpzk-csar.csar
2022-03-30T04:08:37.006Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3317045517269250014/Definitions/service-DemoPnf709gainklgjo5bwaxpzk-template.yml
2022-03-30T04:08:37.646Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T04:08:37.649Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T04:08:37.650Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T04:08:37.670Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:08:37.688Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.689Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
  "consumerID": "aai-ml",
  "timestamp": 1648613198364,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.691Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.691Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.692Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
  "consumerID": "dcae-sch",
  "timestamp": 1648613194169,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.692Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.692Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.693Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
  "consumerID": "cds",
  "timestamp": 1648613196079,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.693Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.693Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.694Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648613194628,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.694Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.694Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.694Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648613201614,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.694Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.694Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.694Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
  "consumerID": "aai-ml",
  "timestamp": 1648613198364,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.695Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.695Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.695Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
  "consumerID": "dcae-sch",
  "timestamp": 1648613194169,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.696Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.696Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.697Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
  "consumerID": "cds",
  "timestamp": 1648613196079,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.697Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.697Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.698Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648613194628,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.698Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.698Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.699Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648613201614,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.699Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.700Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.700Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
  "consumerID": "aai-ml",
  "timestamp": 1648613198364,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.701Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.701Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.701Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
  "consumerID": "dcae-sch",
  "timestamp": 1648613194169,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.702Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.702Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.702Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
  "consumerID": "cds",
  "timestamp": 1648613196079,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.703Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.703Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.704Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648613194628,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.704Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.704Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.705Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648613203241,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.705Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.705Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.706Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648613201614,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.706Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.706Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.706Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
  "consumerID": "policy-id",
  "timestamp": 1648613204554,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.707Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.707Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.707Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
  "consumerID": "aai-ml",
  "timestamp": 1648613198364,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.708Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.708Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.708Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
  "consumerID": "dcae-sch",
  "timestamp": 1648613194169,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.709Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.709Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.709Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
  "consumerID": "cds",
  "timestamp": 1648613196079,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.710Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.710Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.711Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648613194628,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.712Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.712Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.712Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648613203241,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.713Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.713Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.713Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648613201614,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.714Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.714Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.714Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
  "consumerID": "policy-id",
  "timestamp": 1648613204554,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.715Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.715Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.715Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
  "consumerID": "aai-ml",
  "timestamp": 1648613198364,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.716Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.716Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.716Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
  "consumerID": "cds",
  "timestamp": 1648613196079,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.716Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.717Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.717Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
  "consumerID": "dcae-sch",
  "timestamp": 1648613194169,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.717Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.717Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.718Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648613194628,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.718Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.718Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.719Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648613203241,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.719Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.719Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.719Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648613201614,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.719Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.720Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.720Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
  "consumerID": "policy-id",
  "timestamp": 1648613204554,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.721Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.721Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.721Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
  "consumerID": "aai-ml",
  "timestamp": 1648613198364,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.722Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.722Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.722Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
  "consumerID": "cds",
  "timestamp": 1648613196079,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.723Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.723Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.723Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
  "consumerID": "dcae-sch",
  "timestamp": 1648613194169,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.724Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.724Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.725Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648613194628,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.726Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.726Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.726Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648613203241,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.727Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.728Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.728Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648613201614,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.729Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.729Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.729Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
  "consumerID": "policy-id",
  "timestamp": 1648613204554,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.730Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.730Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.730Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
  "consumerID": "aai-ml",
  "timestamp": 1648613198364,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/artifacts/service-DemoPnf709gainklgjo5bwaxpzk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.731Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.731Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.732Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
  "consumerID": "cds",
  "timestamp": 1648613196079,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/artifacts/service-DemoPnf709gainklgjo5bwaxpzk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.732Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.732Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.733Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
  "consumerID": "dcae-sch",
  "timestamp": 1648613194169,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/artifacts/service-DemoPnf709gainklgjo5bwaxpzk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.733Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.734Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.734Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648613194628,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/artifacts/service-DemoPnf709gainklgjo5bwaxpzk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.734Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.735Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.735Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648613203241,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.736Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.736Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.736Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648613201614,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/artifacts/service-DemoPnf709gainklgjo5bwaxpzk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.737Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.737Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.737Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
  "consumerID": "policy-id",
  "timestamp": 1648613204554,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.738Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.738Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.738Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
  "consumerID": "aai-ml",
  "timestamp": 1648613198364,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/artifacts/service-DemoPnf709gainklgjo5bwaxpzk-csar.csar",
  "status": "NOTIFIED"
}
2022-03-30T04:08:37.739Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.739Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.739Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
  "consumerID": "dcae-sch",
  "timestamp": 1648613194169,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/artifacts/service-DemoPnf709gainklgjo5bwaxpzk-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.740Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.740Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.740Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
  "consumerID": "cds",
  "timestamp": 1648613196079,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/artifacts/service-DemoPnf709gainklgjo5bwaxpzk-csar.csar",
  "status": "NOTIFIED"
}
2022-03-30T04:08:37.741Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.741Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.741Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648613194628,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/artifacts/service-DemoPnf709gainklgjo5bwaxpzk-csar.csar",
  "status": "NOTIFIED"
}
2022-03-30T04:08:37.742Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.742Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.742Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648613203241,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-03-30T04:08:37.742Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.743Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.743Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648613201614,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/artifacts/service-DemoPnf709gainklgjo5bwaxpzk-csar.csar",
  "status": "NOTIFIED"
}
2022-03-30T04:08:37.743Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.744Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.744Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
  "consumerID": "clamp",
  "timestamp": 1648613209472,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.745Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.745Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.745Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
  "consumerID": "policy-id",
  "timestamp": 1648613204554,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.746Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.746Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.746Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
  "consumerID": "aai-ml",
  "timestamp": 1648613209790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/artifacts/service-DemoPnf709gainklgjo5bwaxpzk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-30T04:08:37.747Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:08:37.747Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.747Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
  "consumerID": "cds",
  "timestamp": 1648613209878,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/artifacts/service-DemoPnf709gainklgjo5bwaxpzk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-30T04:08:37.748Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:08:37.748Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.748Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648613203241,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/artifacts/service-DemoPnf709gainklgjo5bwaxpzk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.749Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.749Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.749Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648613211118,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/artifacts/service-DemoPnf709gainklgjo5bwaxpzk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-30T04:08:37.749Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:08:37.750Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.750Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
  "consumerID": "clamp",
  "timestamp": 1648613209472,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.750Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.751Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.751Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
  "consumerID": "policy-id",
  "timestamp": 1648613204554,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/artifacts/service-DemoPnf709gainklgjo5bwaxpzk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.751Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.751Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.752Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
  "consumerID": "cds",
  "timestamp": 1648613210887,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/artifacts/service-DemoPnf709gainklgjo5bwaxpzk-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-30T04:08:37.758Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e2c4cf2f-1701-498c-889f-48c05bdc3591
2022-03-30T04:08:37.759Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e2c4cf2f-1701-498c-889f-48c05bdc3591 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-30T04:08:37.769Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.769Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648613203241,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/artifacts/service-DemoPnf709gainklgjo5bwaxpzk-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.770Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.770Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.770Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
  "consumerID": "clamp",
  "timestamp": 1648613209472,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.771Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.771Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.771Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
  "consumerID": "policy-id",
  "timestamp": 1648613204554,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/artifacts/service-DemoPnf709gainklgjo5bwaxpzk-csar.csar",
  "status": "NOTIFIED"
}
2022-03-30T04:08:37.772Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.772Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.772Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
  "consumerID": "clamp",
  "timestamp": 1648613209472,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.773Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.773Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.773Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648613212237,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-30T04:08:37.773Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:08:37.774Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.774Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648613213390,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/artifacts/service-DemoPnf709gainklgjo5bwaxpzk-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-30T04:08:37.774Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:08:37.774Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.775Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
  "consumerID": "policy-id",
  "timestamp": 1648613213415,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/artifacts/service-DemoPnf709gainklgjo5bwaxpzk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-30T04:08:37.776Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:08:37.776Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.776Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
  "consumerID": "clamp",
  "timestamp": 1648613209472,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.776Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.777Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.777Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648613214395,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-30T04:08:37.783Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e2c4cf2f-1701-498c-889f-48c05bdc3591
2022-03-30T04:08:37.784Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e2c4cf2f-1701-498c-889f-48c05bdc3591 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-30T04:08:37.794Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.794Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
  "consumerID": "policy-id",
  "timestamp": 1648613214421,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/artifacts/service-DemoPnf709gainklgjo5bwaxpzk-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-30T04:08:37.795Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:08:37.795Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.795Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648613213430,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-03-30T04:08:37.796Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:08:37.796Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.796Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
  "consumerID": "clamp",
  "timestamp": 1648613209472,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.797Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.797Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.797Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
  "consumerID": "policy-id",
  "timestamp": 1648613215424,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-30T04:08:37.804Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e2c4cf2f-1701-498c-889f-48c05bdc3591
2022-03-30T04:08:37.804Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e2c4cf2f-1701-498c-889f-48c05bdc3591 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-30T04:08:37.815Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.815Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648613214434,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-30T04:08:37.825Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of e2c4cf2f-1701-498c-889f-48c05bdc3591
2022-03-30T04:08:37.825Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e2c4cf2f-1701-498c-889f-48c05bdc3591 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-30T04:08:37.835Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.835Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
  "consumerID": "aai-ml",
  "timestamp": 1648613214684,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/artifacts/service-DemoPnf709gainklgjo5bwaxpzk-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-30T04:08:37.882Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:08:37.882Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.882Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
  "consumerID": "clamp",
  "timestamp": 1648613209472,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/artifacts/service-DemoPnf709gainklgjo5bwaxpzk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.882Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.882Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.882Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
  "consumerID": "aai-ml",
  "timestamp": 1648613215688,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-30T04:08:37.887Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e2c4cf2f-1701-498c-889f-48c05bdc3591
2022-03-30T04:08:37.887Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e2c4cf2f-1701-498c-889f-48c05bdc3591 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-30T04:08:37.901Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.901Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
  "consumerID": "clamp",
  "timestamp": 1648613209472,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/artifacts/service-DemoPnf709gainklgjo5bwaxpzk-csar.csar",
  "status": "NOTIFIED"
}
2022-03-30T04:08:37.902Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.902Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.902Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
  "consumerID": "clamp",
  "timestamp": 1648613220753,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/artifacts/service-DemoPnf709gainklgjo5bwaxpzk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-30T04:08:37.902Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:08:37.902Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.902Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
  "consumerID": "clamp",
  "timestamp": 1648613222776,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/artifacts/service-DemoPnf709gainklgjo5bwaxpzk-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-30T04:08:37.902Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:08:37.902Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.902Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
  "consumerID": "clamp",
  "timestamp": 1648613223781,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-30T04:08:37.906Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e2c4cf2f-1701-498c-889f-48c05bdc3591
2022-03-30T04:08:37.906Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e2c4cf2f-1701-498c-889f-48c05bdc3591 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-30T04:08:37.913Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.913Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648613221613,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.913Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.913Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.914Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "dcae-sch",
  "timestamp": 1648613214169,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.914Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.914Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.914Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648613223241,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.914Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.914Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.914Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "policy-id",
  "timestamp": 1648613224553,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.915Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.915Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.915Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648613224627,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.915Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.915Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.915Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648613221613,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-03-30T04:08:37.916Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.916Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.916Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "dcae-sch",
  "timestamp": 1648613214169,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.916Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.916Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.916Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648613223241,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.916Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.917Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.917Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "policy-id",
  "timestamp": 1648613224553,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.917Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.917Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.917Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648613224627,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.917Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.918Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.918Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648613221613,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-03-30T04:08:37.918Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.918Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.918Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "dcae-sch",
  "timestamp": 1648613214169,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.918Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.918Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.918Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648613223241,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.919Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.919Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.919Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "policy-id",
  "timestamp": 1648613224553,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.919Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.919Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.919Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648613224627,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.920Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.920Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.920Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "cds",
  "timestamp": 1648613226077,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.920Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.920Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.920Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648613221613,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-03-30T04:08:37.920Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.920Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.921Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "dcae-sch",
  "timestamp": 1648613214169,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.921Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.921Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.921Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648613223241,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.921Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.921Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.921Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "policy-id",
  "timestamp": 1648613224553,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.921Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.921Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.922Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648613224627,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.922Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.922Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.922Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648613221613,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-03-30T04:08:37.922Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.922Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.922Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "dcae-sch",
  "timestamp": 1648613214169,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.922Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.922Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.922Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648613223241,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.922Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.922Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.922Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "cds",
  "timestamp": 1648613226077,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.923Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.923Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.923Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "policy-id",
  "timestamp": 1648613224553,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-03-30T04:08:37.923Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.923Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.923Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648613224627,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.923Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.924Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.924Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648613221613,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.924Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.924Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.924Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "dcae-sch",
  "timestamp": 1648613214169,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.925Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.925Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.925Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648613223241,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.925Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.925Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.926Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "cds",
  "timestamp": 1648613226077,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.926Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.926Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.926Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "aai-ml",
  "timestamp": 1648613228365,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.927Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.927Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.927Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "policy-id",
  "timestamp": 1648613224553,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.927Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.927Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.928Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648613224627,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.928Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.928Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.928Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648613221613,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-03-30T04:08:37.929Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.929Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.929Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "dcae-sch",
  "timestamp": 1648613214169,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.929Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.929Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.930Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648613223241,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.930Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.930Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.930Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "cds",
  "timestamp": 1648613226077,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.931Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.931Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.931Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "aai-ml",
  "timestamp": 1648613228365,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.931Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.931Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.932Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "policy-id",
  "timestamp": 1648613224553,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.932Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.932Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.933Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648613224627,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.933Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.933Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.933Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648613221613,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.933Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.933Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.933Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "dcae-sch",
  "timestamp": 1648613214169,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.934Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.934Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.934Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648613223241,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.934Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.934Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.934Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "cds",
  "timestamp": 1648613226077,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.934Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.935Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.935Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "aai-ml",
  "timestamp": 1648613228365,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.935Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.935Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.935Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "policy-id",
  "timestamp": 1648613224553,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.935Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.935Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.936Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648613224627,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.936Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.936Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.936Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648613221613,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-30T04:08:37.936Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.936Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.936Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "dcae-sch",
  "timestamp": 1648613214169,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.936Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.936Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.937Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648613223241,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.937Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.937Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.937Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "cds",
  "timestamp": 1648613226077,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.937Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.937Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.937Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "aai-ml",
  "timestamp": 1648613228365,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.938Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.938Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.938Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "policy-id",
  "timestamp": 1648613224553,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-30T04:08:37.938Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.938Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.938Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648613224627,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-30T04:08:37.938Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.939Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.939Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "cds",
  "timestamp": 1648613226077,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.939Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.939Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.939Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "aai-ml",
  "timestamp": 1648613228365,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.939Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.940Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.940Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648613234357,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-30T04:08:37.940Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:08:37.940Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.940Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "cds",
  "timestamp": 1648613226077,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.940Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.940Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.941Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "aai-ml",
  "timestamp": 1648613228365,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.941Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.941Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.941Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "policy-id",
  "timestamp": 1648613235697,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-30T04:08:37.942Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:08:37.942Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.942Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648613235809,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-30T04:08:37.943Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:08:37.943Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.943Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "cds",
  "timestamp": 1648613226077,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-30T04:08:37.944Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.944Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.944Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "aai-ml",
  "timestamp": 1648613228365,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.945Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.945Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.945Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
  "consumerID": "dcae-sch",
  "timestamp": 1648613234170,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.945Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.945Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.945Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648613235550,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-30T04:08:37.946Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:08:37.946Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.946Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "policy-id",
  "timestamp": 1648613236705,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-30T04:08:37.946Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:08:37.946Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.947Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "aai-ml",
  "timestamp": 1648613228365,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.947Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.947Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.947Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
  "consumerID": "dcae-sch",
  "timestamp": 1648613234170,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.947Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.948Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.948Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "cds",
  "timestamp": 1648613236272,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-30T04:08:37.948Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:08:37.948Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.948Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "policy-id",
  "timestamp": 1648613237708,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-30T04:08:37.960Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 81d9b113-9ecb-4fa2-899a-70b48e028902
2022-03-30T04:08:37.960Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81d9b113-9ecb-4fa2-899a-70b48e028902 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-30T04:08:37.970Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.970Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648613237152,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-03-30T04:08:37.971Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:08:37.971Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.971Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "aai-ml",
  "timestamp": 1648613228365,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-30T04:08:37.972Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.972Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.972Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
  "consumerID": "dcae-sch",
  "timestamp": 1648613234170,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.972Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:37.972Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.972Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "cds",
  "timestamp": 1648613237277,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-30T04:08:37.977Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 81d9b113-9ecb-4fa2-899a-70b48e028902
2022-03-30T04:08:37.978Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81d9b113-9ecb-4fa2-899a-70b48e028902 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-30T04:08:37.999Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.999Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648613238837,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-30T04:08:37.999Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:08:38.000Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.000Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
  "consumerID": "dcae-sch",
  "timestamp": 1648613234170,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:38.000Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:38.000Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.000Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648613238541,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-03-30T04:08:38.001Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:08:38.001Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.001Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "aai-ml",
  "timestamp": 1648613238278,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-30T04:08:38.001Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:08:38.001Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.001Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648613239846,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-30T04:08:38.007Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 81d9b113-9ecb-4fa2-899a-70b48e028902
2022-03-30T04:08:38.008Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81d9b113-9ecb-4fa2-899a-70b48e028902 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-30T04:08:38.018Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.019Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "clamp",
  "timestamp": 1648613239473,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:38.019Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:38.019Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.019Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
  "consumerID": "dcae-sch",
  "timestamp": 1648613234170,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:38.020Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:38.020Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.020Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648613239593,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-30T04:08:38.026Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 81d9b113-9ecb-4fa2-899a-70b48e028902
2022-03-30T04:08:38.026Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81d9b113-9ecb-4fa2-899a-70b48e028902 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-30T04:08:38.040Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.040Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "clamp",
  "timestamp": 1648613239473,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:38.041Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:38.041Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.041Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
  "consumerID": "dcae-sch",
  "timestamp": 1648613234170,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:38.042Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:38.042Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.042Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648613240597,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-30T04:08:38.042Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:08:38.042Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.042Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "clamp",
  "timestamp": 1648613239473,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:38.043Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:38.043Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.043Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
  "consumerID": "dcae-sch",
  "timestamp": 1648613234170,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:38.043Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:38.043Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.043Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
  "consumerID": "cds",
  "timestamp": 1648613241077,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:38.044Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:38.044Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.044Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648613241613,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:38.044Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:38.044Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.045Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "clamp",
  "timestamp": 1648613239473,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-03-30T04:08:38.045Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:38.045Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.045Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
  "consumerID": "dcae-sch",
  "timestamp": 1648613234170,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:38.045Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:38.046Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.046Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
  "consumerID": "cds",
  "timestamp": 1648613241077,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:38.046Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:38.046Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.046Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648613241613,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:38.047Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:38.047Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.047Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "clamp",
  "timestamp": 1648613239473,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:38.047Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:38.047Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.047Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
  "consumerID": "dcae-sch",
  "timestamp": 1648613234170,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:38.048Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:38.048Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.048Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
  "consumerID": "cds",
  "timestamp": 1648613241077,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:38.048Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:38.048Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.048Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648613241613,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:38.049Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:38.049Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.049Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648613243241,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:38.049Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:38.049Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.049Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "clamp",
  "timestamp": 1648613239473,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:38.050Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:38.050Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.050Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
  "consumerID": "policy-id",
  "timestamp": 1648613244553,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:38.050Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:38.050Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.050Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
  "consumerID": "cds",
  "timestamp": 1648613241077,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:38.051Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:38.051Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.051Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648613241613,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:38.051Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:38.051Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.051Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648613243241,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:38.052Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:38.052Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.052Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "clamp",
  "timestamp": 1648613239473,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:38.052Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:38.052Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.052Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
  "consumerID": "policy-id",
  "timestamp": 1648613244553,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:38.053Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:38.053Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.053Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
  "consumerID": "cds",
  "timestamp": 1648613241077,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:38.053Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:38.053Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.053Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "aai-ml",
  "timestamp": 1648613245380,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-30T04:08:38.054Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:08:38.054Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.054Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648613241613,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:38.054Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:38.054Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.054Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648613243241,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:38.055Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:38.055Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.055Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "clamp",
  "timestamp": 1648613239473,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:38.055Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:38.055Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.055Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
  "consumerID": "policy-id",
  "timestamp": 1648613244553,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:38.056Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:38.056Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.056Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
  "consumerID": "cds",
  "timestamp": 1648613241077,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:38.056Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:38.056Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.056Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "aai-ml",
  "timestamp": 1648613246384,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-30T04:08:38.062Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 81d9b113-9ecb-4fa2-899a-70b48e028902
2022-03-30T04:08:38.062Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81d9b113-9ecb-4fa2-899a-70b48e028902 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-30T04:08:38.070Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.071Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648613241613,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:38.071Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:38.071Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.072Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648613243241,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:38.072Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:38.072Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.072Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "clamp",
  "timestamp": 1648613239473,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-30T04:08:38.073Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:38.073Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.073Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
  "consumerID": "policy-id",
  "timestamp": 1648613244553,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:38.073Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:38.073Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.073Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
  "consumerID": "cds",
  "timestamp": 1648613241077,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:38.074Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:38.074Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.074Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
  "consumerID": "aai-ml",
  "timestamp": 1648613228365,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:38.074Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:38.074Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.074Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648613241613,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:38.075Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:38.075Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.075Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648613243241,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:38.075Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:38.076Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.076Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
  "consumerID": "policy-id",
  "timestamp": 1648613244553,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:38.076Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:38.076Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.076Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
  "consumerID": "cds",
  "timestamp": 1648613241077,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:38.076Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:38.076Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.077Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
  "consumerID": "aai-ml",
  "timestamp": 1648613228365,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:38.077Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:38.077Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.077Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648613241613,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:38.077Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:38.077Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.078Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648613243241,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:38.078Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:38.078Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.078Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
  "consumerID": "policy-id",
  "timestamp": 1648613244553,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:38.078Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:38.078Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.078Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
  "consumerID": "cds",
  "timestamp": 1648613241077,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-30T04:08:38.079Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:38.079Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.079Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
  "consumerID": "aai-ml",
  "timestamp": 1648613228365,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:38.080Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:38.084Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.084Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648613241613,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-30T04:08:38.084Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:38.085Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.085Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648613243241,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-03-30T04:08:38.085Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:38.085Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.085Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
  "consumerID": "policy-id",
  "timestamp": 1648613244553,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:38.086Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:38.086Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.086Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
  "consumerID": "aai-ml",
  "timestamp": 1648613228365,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:38.086Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:38.086Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.086Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648613243241,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:38.086Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:38.087Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.087Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
  "consumerID": "cds",
  "timestamp": 1648613251132,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-30T04:08:38.087Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:08:38.087Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.087Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
  "consumerID": "policy-id",
  "timestamp": 1648613244553,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:38.088Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:38.088Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.088Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
  "consumerID": "aai-ml",
  "timestamp": 1648613228365,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:38.088Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:38.088Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.088Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648613243241,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:38.089Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:38.089Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.089Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
  "consumerID": "policy-id",
  "timestamp": 1648613244553,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-30T04:08:38.089Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:38.089Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.089Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
  "consumerID": "aai-ml",
  "timestamp": 1648613228365,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:38.090Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:38.090Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.090Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648613253335,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-30T04:08:38.090Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:08:38.090Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.090Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
  "consumerID": "aai-ml",
  "timestamp": 1648613228365,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:38.090Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:38.091Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.091Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
  "consumerID": "policy-id",
  "timestamp": 1648613254665,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-30T04:08:38.091Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:08:38.091Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.091Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
  "consumerID": "cds",
  "timestamp": 1648613253682,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-30T04:08:38.106Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f14ba6d6-bc50-4716-9922-be7a2eac7ec1
2022-03-30T04:08:38.107Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f14ba6d6-bc50-4716-9922-be7a2eac7ec1 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-30T04:08:38.114Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.114Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648613254627,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:38.115Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:38.115Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.115Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648613254368,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-03-30T04:08:38.115Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:08:38.115Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.115Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
  "consumerID": "aai-ml",
  "timestamp": 1648613228365,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:38.115Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:38.115Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.116Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
  "consumerID": "policy-id",
  "timestamp": 1648613255671,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-30T04:08:38.116Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:08:38.116Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.116Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fec5068c-28eb-4ab8-a3c0-1ec663b97b9c",
  "consumerID": "dcae-sch",
  "timestamp": 1648613254170,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:38.116Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:38.116Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.116Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648613254627,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:38.116Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:38.116Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.116Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648613255374,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-30T04:08:38.121Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of f14ba6d6-bc50-4716-9922-be7a2eac7ec1
2022-03-30T04:08:38.121Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f14ba6d6-bc50-4716-9922-be7a2eac7ec1 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-30T04:08:38.133Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.133Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
  "consumerID": "aai-ml",
  "timestamp": 1648613228365,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-30T04:08:38.134Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:38.134Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.134Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
  "consumerID": "policy-id",
  "timestamp": 1648613256677,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-30T04:08:38.139Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f14ba6d6-bc50-4716-9922-be7a2eac7ec1
2022-03-30T04:08:38.140Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f14ba6d6-bc50-4716-9922-be7a2eac7ec1 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-30T04:08:38.152Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.153Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fec5068c-28eb-4ab8-a3c0-1ec663b97b9c",
  "consumerID": "dcae-sch",
  "timestamp": 1648613254170,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:38.153Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:38.153Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.153Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648613254627,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:38.154Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:38.154Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.154Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fec5068c-28eb-4ab8-a3c0-1ec663b97b9c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648613243241,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:08:38.154Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:08:38.320Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-30T04:08:38.321Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-30T04:08:38.321Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf709gainklgjo5bwaxpzk-csar.csar
2022-03-30T04:08:38.321Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-03-30T04:08:38.321Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||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-DemoPnf709gainklgjo5bwaxpzk-csar.csar
2022-03-30T04:08:38.321Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf709gainklgjo5bwaxpzk-csar.csar
2022-03-30T04:08:38.321Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF d0bd8039-8430 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-DemoPnf709gainklgjo5bwaxpzk-csar.csar
2022-03-30T04:08:38.322Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||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-DemoPnf709gainklgjo5bwaxpzk-csar.csar
2022-03-30T04:08:38.322Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||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-DemoPnf709gainklgjo5bwaxpzk-csar.csar
2022-03-30T04:08:38.322Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||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-DemoPnf709gainklgjo5bwaxpzk-csar.csar
2022-03-30T04:08:38.322Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||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-DemoPnf709gainklgjo5bwaxpzk-csar.csar
2022-03-30T04:08:38.322Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-30T04:08:38.322Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T04:08:38.323Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_709gAINKLgjo5bWaXPzK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T04:08:38.323Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||DEBUG|500||Node template pNF d0bd8039-8430 0 is matching search criteria
2022-03-30T04:08:38.324Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-30T04:08:38.324Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF d0bd8039-8430 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-30T04:08:38.324Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T04:08:38.325Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_709gAINKLgjo5bWaXPzK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T04:08:38.325Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||DEBUG|500||Node template pNF d0bd8039-8430 0 is matching search criteria
2022-03-30T04:08:38.325Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-30T04:08:38.325Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF d0bd8039-8430 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-30T04:08:38.325Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T04:08:38.326Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_709gAINKLgjo5bWaXPzK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T04:08:38.326Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T04:08:38.326Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_709gAINKLgjo5bWaXPzK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T04:08:38.326Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T04:08:38.326Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_709gAINKLgjo5bWaXPzK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T04:08:38.326Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T04:08:38.327Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_709gAINKLgjo5bWaXPzK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T04:08:38.327Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T04:08:38.327Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_709gAINKLgjo5bWaXPzK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T04:08:38.327Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_709gAINKLgjo5bWaXPzK
Description:catalog service description
Model UUID:c57b0a53-d99d-414b-a7a0-ebd7ca23b42e
Model Version:NULL
Model InvariantUuid:c81dff69-6dc1-46ab-ad0c-11cd3bc3d294
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-30T04:08:38.334Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: 30844f4d-9820-41cf-b766-22d2e6041d94
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-30T04:08:38.339Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||INFO|500||pNF d0bd8039-8430 0
2022-03-30T04:08:38.339Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 30844f4d-9820-41cf-b766-22d2e6041d94
2022-03-30T04:08:38.339Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||DEBUG|500||No resources found for Service: c57b0a53-d99d-414b-a7a0-ebd7ca23b42e
2022-03-30T04:08:38.339Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: c57b0a53-d99d-414b-a7a0-ebd7ca23b42e
2022-03-30T04:08:38.339Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF d0bd8039-8430 0 30844f4d-9820-41cf-b766-22d2e6041d94 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-30T04:08:38.345Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1618e181, org.onap.sdc.toscaparser.api.parameters.Input@3c9ad545, org.onap.sdc.toscaparser.api.parameters.Input@4d1599cc, org.onap.sdc.toscaparser.api.parameters.Input@637e56f5, org.onap.sdc.toscaparser.api.parameters.Input@323bb7f2]
2022-03-30T04:08:38.346Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T04:08:38.346Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_709gAINKLgjo5bWaXPzK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T04:08:38.346Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid c57b0a53-d99d-414b-a7a0-ebd7ca23b42e: pNF d0bd8039-8430
2022-03-30T04:08:38.347Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||INFO|500||Processing PNF resource: 30844f4d-9820-41cf-b766-22d2e6041d94
2022-03-30T04:08:38.347Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T04:08:38.347Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_709gAINKLgjo5bWaXPzK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T04:08:38.347Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||INFO|500||Resource customization UUID: b2f942be-ce4f-47ec-aea5-eaa9e2243b8d is the same as notified resource customizationUUID: b2f942be-ce4f-47ec-aea5-eaa9e2243b8d
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-03-30T04:08:38.407Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF d0bd8039-8430 30844f4d-9820-41cf-b766-22d2e6041d94 0 ASDC deployResourceStructure
2022-03-30T04:08:38.407Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/artifacts/service-DemoPnf709gainklgjo5bwaxpzk-csar.csar ASDC sendASDCNotification
2022-03-30T04:08:38.408Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/artifacts/service-DemoPnf709gainklgjo5bwaxpzk-csar.csar
2022-03-30T04:08:38.408Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-30T04:08:38.408Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-30T04:08:38.412Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T04:08:38.412Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613318407,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/artifacts/service-DemoPnf709gainklgjo5bwaxpzk-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-30T04:08:38.512Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-30T04:08:38.513Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T04:08:38.514Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T04:08:38.526Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:08:38.526Z||pool-49-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-30T04:08:39.415Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e2c4cf2f-1701-498c-889f-48c05bdc3591
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-30T04:08:39.424Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e2c4cf2f-1701-498c-889f-48c05bdc3591
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-30T04:08:39.428Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-30T04:08:39.428Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-30T04:08:39.429Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-30T04:08:39.429Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-30T04:08:39.429Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-30T04:08:39.429Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-30T04:08:39.429Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-30T04:08:39.429Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-30T04:08:39.430Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-30T04:08:39.430Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-30T04:08:39.430Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-30T04:08:39.430Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-30T04:08:39.434Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-30T04:09:09.434Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e2c4cf2f-1701-498c-889f-48c05bdc3591 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-30T04:09:09.440Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e2c4cf2f-1701-498c-889f-48c05bdc3591 and serviceModelVersionId: c57b0a53-d99d-414b-a7a0-ebd7ca23b42e
2022-03-30T04:09:09.440Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c81dff69-6dc1-46ab-ad0c-11cd3bc3d294
2022-03-30T04:09:09.441Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c81dff69-6dc1-46ab-ad0c-11cd3bc3d294/model-vers/model-ver/c57b0a53-d99d-414b-a7a0-ebd7ca23b42e?depth=0
2022-03-30T04:09:09.446Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-03-30T04:09:09.517Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c81dff69-6dc1-46ab-ad0c-11cd3bc3d294/model-vers/model-ver/c57b0a53-d99d-414b-a7a0-ebd7ca23b42e?depth=0|INFO|500||Invoke
2022-03-30T04:09:09.517Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c81dff69-6dc1-46ab-ad0c-11cd3bc3d294/model-vers/model-ver/c57b0a53-d99d-414b-a7a0-ebd7ca23b42e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c81dff69-6dc1-46ab-ad0c-11cd3bc3d294/model-vers/model-ver/c57b0a53-d99d-414b-a7a0-ebd7ca23b42e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e2c4cf2f-1701-498c-889f-48c05bdc3591], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[36d3a48f-34a9-4cb0-908f-665812f5bbc5], X-ECOMP-RequestID=[e2c4cf2f-1701-498c-889f-48c05bdc3591], X-TransactionId=[], X-ONAP-RequestID=[e2c4cf2f-1701-498c-889f-48c05bdc3591], Content-Type=[application/merge-patch+json]}
2022-03-30T04:09:09.552Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c81dff69-6dc1-46ab-ad0c-11cd3bc3d294/model-vers/model-ver/c57b0a53-d99d-414b-a7a0-ebd7ca23b42e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-30T04:09:09.908Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c81dff69-6dc1-46ab-ad0c-11cd3bc3d294/model-vers/model-ver/c57b0a53-d99d-414b-a7a0-ebd7ca23b42e?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/c81dff69-6dc1-46ab-ad0c-11cd3bc3d294/model-vers/model-ver/c57b0a53-d99d-414b-a7a0-ebd7ca23b42e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220330-04:09:09:566-48838], vertex-id=[217256], Content-Length=[0], Date=[Wed, 30 Mar 2022 04:09:09 GMT], Content-Type=[application/json]}
2022-03-30T04:09:09.909Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c81dff69-6dc1-46ab-ad0c-11cd3bc3d294/model-vers/model-ver/c57b0a53-d99d-414b-a7a0-ebd7ca23b42e?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-30T04:09:09.911Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c81dff69-6dc1-46ab-ad0c-11cd3bc3d294/model-vers/model-ver/c57b0a53-d99d-414b-a7a0-ebd7ca23b42e?depth=0|INFO|500||InvokeReturn
2022-03-30T04:09:09.911Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-30T04:09:09.911Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-30T04:09:09.925Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-30T04:09:09.926Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e2c4cf2f-1701-498c-889f-48c05bdc3591 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-30T04:09:09.926Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-30T04:09:09.927Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-30T04:09:09.930Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T04:09:09.930Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613349926,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-30T04:09:10.030Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-30T04:09:10.031Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T04:09:10.032Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T04:09:10.060Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:09:10.061Z||pool-50-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-30T04:09:10.955Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-30T04:09:10.955Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"81d9b113-9ecb-4fa2-899a-70b48e028902","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"6783d6df-6c82-4d92-8245-077b174c5b34","serviceDescription":"service","serviceInvariantUUID":"4bf0a03d-656f-43c9-9d62-fada0a22b265","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7eed5150-7cd1-4a4d-bf67-34bd6ee78ed5","resourceInvariantUUID":"5ccbb527-4dce-4bbd-ae8c-8f35625c9486","resourceCustomizationUUID":"2514f598-228b-4c41-8c4d-f56085c42f8f","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":"YjNlZTAyNDVkMGQ5NzE1ZGFkMjJlMmRkNTZhOGI0YjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b031ed0f-4ef6-4390-86b9-9c060afd3028","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":"6a3bd8ea-5c2d-41bb-b84e-ace2ae79ecca","artifactVersion":"2","generatedFromUUID":"ec96e773-c6ac-42cb-9489-8032d014481d"},{"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":"ec96e773-c6ac-42cb-9489-8032d014481d","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":"ODBkMTdiM2U0MDY0ZjExNTJhYTQ0YzVmNDljYjUzNTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"bf503e0e-8c7a-4b76-a61b-6a4a12cb4a8f","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":"d7a54b5c-5fa5-483c-b6f1-100749ce43a8","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":"f2a5ab42-80ab-4c68-bc9b-48da45f67180","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":"7a68233b-65a2-4b93-9b5a-8b9b91146fc5","artifactVersion":"2","generatedFromUUID":"d7a54b5c-5fa5-483c-b6f1-100749ce43a8"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NGNmNzdhOWU3YzU2ODdlYWZlOWJmZGM5Yzk0NmMzNDY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2b485713-b940-48ff-98e4-0c6d3e635937","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NDZiMWE3MzdmNDRhZGJmNzc0MGY5NmY0ZDRkZTgzYzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ecdef70b-a575-43ac-980a-452b44523864","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-30T04:09:10.956Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-30T04:09:10.956Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-30T04:09:10.959Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T04:09:10.959Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613302929,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:09:11.059Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-30T04:09:11.061Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T04:09:11.061Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T04:09:11.074Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:09:11.076Z||pool-51-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-03-30T04:09:11.961Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-30T04:09:11.962Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-30T04:09:11.965Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T04:09:11.965Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613302929,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-03-30T04:09:12.065Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-30T04:09:12.066Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T04:09:12.067Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T04:09:12.086Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:09:12.087Z||pool-52-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-03-30T04:09:12.966Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-30T04:09:12.966Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-30T04:09:12.969Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T04:09:12.969Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613302929,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-03-30T04:09:13.070Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-30T04:09:13.072Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T04:09:13.072Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T04:09:13.085Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:09:13.085Z||pool-53-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-30T04:09:13.970Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-30T04:09:13.971Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-30T04:09:13.973Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T04:09:13.974Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613302929,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-03-30T04:09:14.075Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-30T04:09:14.077Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T04:09:14.077Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T04:09:14.097Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:09:14.097Z||pool-54-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-03-30T04:09:14.974Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-30T04:09:14.976Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-30T04:09:14.978Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T04:09:14.978Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613302929,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-03-30T04:09:15.087Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms
2022-03-30T04:09:15.088Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T04:09:15.089Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T04:09:15.122Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:09:15.123Z||pool-55-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-03-30T04:09:15.979Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-30T04:09:15.979Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-30T04:09:15.981Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T04:09:15.981Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613302929,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:09:16.082Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-30T04:09:16.083Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T04:09:16.083Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T04:09:16.098Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:09:16.098Z||pool-56-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-30T04:09:16.982Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-30T04:09:16.983Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-30T04:09:16.985Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T04:09:16.985Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613302929,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-03-30T04:09:17.085Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-30T04:09:17.087Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T04:09:17.087Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T04:09:17.098Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:09:17.099Z||pool-57-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-30T04:09:17.986Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-30T04:09:17.987Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-30T04:09:17.989Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T04:09:17.990Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613302929,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:09:18.090Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-30T04:09:18.091Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T04:09:18.091Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T04:09:18.118Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:09:18.118Z||pool-58-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-03-30T04:09:18.991Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-30T04:09:18.992Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-30T04:09:18.996Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T04:09:18.997Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613302929,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-30T04:09:19.097Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-30T04:09:19.099Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T04:09:19.099Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T04:09:19.113Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:09:19.114Z||pool-59-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-30T04:09:19.999Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "6783d6df-6c82-4d92-8245-077b174c5b34",
  "serviceDescription": "service",
  "serviceInvariantUUID": "4bf0a03d-656f-43c9-9d62-fada0a22b265",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "2514f598-228b-4c41-8c4d-f56085c42f8f",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7eed5150-7cd1-4a4d-bf67-34bd6ee78ed5",
      "resourceInvariantUUID": "5ccbb527-4dce-4bbd-ae8c-8f35625c9486",
      "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": "6a3bd8ea-5c2d-41bb-b84e-ace2ae79ecca",
          "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": "ec96e773-c6ac-42cb-9489-8032d014481d",
          "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": "ODBkMTdiM2U0MDY0ZjExNTJhYTQ0YzVmNDljYjUzNTQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "bf503e0e-8c7a-4b76-a61b-6a4a12cb4a8f",
          "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": "d7a54b5c-5fa5-483c-b6f1-100749ce43a8",
          "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": "7a68233b-65a2-4b93-9b5a-8b9b91146fc5",
            "generatedFromUUID": "d7a54b5c-5fa5-483c-b6f1-100749ce43a8"
          },
          "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": "7a68233b-65a2-4b93-9b5a-8b9b91146fc5",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "NDZiMWE3MzdmNDRhZGJmNzc0MGY5NmY0ZDRkZTgzYzY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ecdef70b-a575-43ac-980a-452b44523864"
    }
  ],
  "workloadContext": "Production"
}
2022-03-30T04:09:19.999Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-30T04:09:20.000Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 6783d6df-6c82-4d92-8245-077b174c5b34 ASDC
2022-03-30T04:09:20.000Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:81d9b113-9ecb-4fa2-899a-70b48e028902
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:6783d6df-6c82-4d92-8245-077b174c5b34
ServiceInvariantUUID:4bf0a03d-656f-43c9-9d62-fada0a22b265
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:ecdef70b-a575-43ac-980a-452b44523864
ArtifactChecksum:NDZiMWE3MzdmNDRhZGJmNzc0MGY5NmY0ZDRkZTgzYzY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:2514f598-228b-4c41-8c4d-f56085c42f8f
ResourceInvariantUUID:5ccbb527-4dce-4bbd-ae8c-8f35625c9486
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:7eed5150-7cd1-4a4d-bf67-34bd6ee78ed5
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:6a3bd8ea-5c2d-41bb-b84e-ace2ae79ecca
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:ec96e773-c6ac-42cb-9489-8032d014481d
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:bf503e0e-8c7a-4b76-a61b-6a4a12cb4a8f
ArtifactChecksum:ODBkMTdiM2U0MDY0ZjExNTJhYTQ0YzVmNDljYjUzNTQ=
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:d7a54b5c-5fa5-483c-b6f1-100749ce43a8
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:7a68233b-65a2-4b93-9b5a-8b9b91146fc5
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:7a68233b-65a2-4b93-9b5a-8b9b91146fc5
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-30T04:09:20.000Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6783d6df-6c82-4d92-8245-077b174c5b34 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-30T04:09:20.073Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-30T04:09:20.074Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-30T04:09:20.074Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-30T04:09:20.074Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: ecdef70b-a575-43ac-980a-452b44523864 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-03-30T04:09:20.075Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-30T04:09:20.075Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-03-30T04:09:20.221Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-30T04:09:20.231Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ecdef70b-a575-43ac-980a-452b44523864 68927
2022-03-30T04:09:20.231Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-03-30T04:09:20.231Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-03-30T04:09:20.232Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-30T04:09:20.232Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-30T04:09:20.237Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T04:09:20.237Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613360231,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-30T04:09:20.335Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-03-30T04:09:20.336Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T04:09:20.336Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T04:09:20.355Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:09:20.356Z||pool-60-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-03-30T04:09:21.238Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-30T04:09:21.239Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-30T04:09:21.240Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: ecdef70b-a575-43ac-980a-452b44523864, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-30T04:09:21.240Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-03-30T04:09:21.241Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-30T04:09:21.241Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-30T04:09:21.488Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5327482680112607980/Definitions/service-BasicCnf-template.yml
2022-03-30T04:09:23.461Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-30T04:09:23.461Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-30T04:09:23.462Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-30T04:09:23.462Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-03-30T04:09:23.462Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-30T04:09:23.462Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-30T04:09:23.462Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-30T04:09:23.462Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-30T04:09:23.462Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-30T04:09:23.484Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T04:09:23.485Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T04:09:23.485Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-30T04:09:23.485Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-30T04:09:23.485Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-30T04:09:23.486Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T04:09:23.486Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T04:09:23.486Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-30T04:09:23.486Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-30T04:09:23.486Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-30T04:09:23.487Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T04:09:23.487Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T04:09:23.488Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T04:09:23.488Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-03-30T04:09:23.488Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-03-30T04:09:23.488Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||Node template dummy is not matching search criteria
2022-03-30T04:09:23.489Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-30T04:09:23.489Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T04:09:23.489Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-30T04:09:23.490Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T04:09:23.490Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-30T04:09:23.491Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-30T04:09:23.491Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T04:09:23.492Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-30T04:09:23.492Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-30T04:09:23.492Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T04:09:23.492Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-30T04:09:23.493Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-30T04:09:23.493Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T04:09:23.493Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-03-30T04:09:23.494Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-03-30T04:09:23.494Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=22c6cfc0-b573-4b24-b84f-1af1f1cea6fb
2022-03-30T04:09:23.494Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T04:09:23.494Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T04:09:23.494Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T04:09:23.495Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T04:09:23.495Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T04:09:23.495Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T04:09:23.495Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T04:09:23.495Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T04:09:23.496Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:6783d6df-6c82-4d92-8245-077b174c5b34
Model Version:NULL
Model InvariantUuid:4bf0a03d-656f-43c9-9d62-fada0a22b265
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:49edde09-c13b-4b76-92ae-73c774586a02
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:5ccbb527-4dce-4bbd-ae8c-8f35625c9486
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:2514f598-228b-4c41-8c4d-f56085c42f8f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:9f0e44c1-90eb-4fac-a3aa-41eb3843862e
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:5b06b742-1119-443e-b664-611d3efb649f
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:22c6cfc0-b573-4b24-b84f-1af1f1cea6fb
ModelInvariantUuid:d3f6cae1-6138-443c-bd71-004bca63e212
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:542705aa-42ce-443d-ae45-12c26e964ac2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:b88db1f9-9d99-4f48-b7cf-6603ae4e471c
ModelInvariantUuid:64e80ac1-7e51-48fb-b2ea-5f05e40eae50
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:38b6a1aa-4530-4186-83c1-e8aacf85170b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-30T04:09:23.502Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 7eed5150-7cd1-4a4d-bf67-34bd6ee78ed5
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-30T04:09:23.505Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||INFO|500||basic_cnf 0
2022-03-30T04:09:23.505Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7eed5150-7cd1-4a4d-bf67-34bd6ee78ed5
2022-03-30T04:09:23.505Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 6a3bd8ea-5c2d-41bb-b84e-ace2ae79ecca from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-03-30T04:09:23.505Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-30T04:09:23.506Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-03-30T04:09:23.606Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-30T04:09:23.606Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 6a3bd8ea-5c2d-41bb-b84e-ace2ae79ecca 12
2022-03-30T04:09:23.607Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-03-30T04:09:23.607Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-03-30T04:09:23.607Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-30T04:09:23.608Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-30T04:09:23.611Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T04:09:23.612Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613363607,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-03-30T04:09:23.712Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-30T04:09:23.713Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T04:09:23.713Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T04:09:23.724Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:09:23.725Z||pool-61-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-30T04:09:24.613Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: ec96e773-c6ac-42cb-9489-8032d014481d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-03-30T04:09:24.613Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-30T04:09:24.614Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-03-30T04:09:24.663Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-30T04:09:24.664Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ec96e773-c6ac-42cb-9489-8032d014481d 2688
2022-03-30T04:09:24.664Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-03-30T04:09:24.665Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-03-30T04:09:24.665Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-30T04:09:24.667Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-30T04:09:24.671Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T04:09:24.671Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613364664,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-03-30T04:09:24.771Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-30T04:09:24.772Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T04:09:24.772Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T04:09:24.797Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:09:24.798Z||pool-62-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-03-30T04:09:25.673Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: bf503e0e-8c7a-4b76-a61b-6a4a12cb4a8f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-03-30T04:09:25.673Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-30T04:09:25.674Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-03-30T04:09:25.720Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-30T04:09:25.721Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json bf503e0e-8c7a-4b76-a61b-6a4a12cb4a8f 828
2022-03-30T04:09:25.721Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-03-30T04:09:25.722Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-03-30T04:09:25.722Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-30T04:09:25.722Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-30T04:09:25.725Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T04:09:25.726Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613365721,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-30T04:09:25.825Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-30T04:09:25.826Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T04:09:25.827Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T04:09:25.838Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:09:25.838Z||pool-63-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-30T04:09:26.727Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "9f0e44c1-90eb-4fac-a3aa-41eb3843862e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5b06b742-1119-443e-b664-611d3efb649f",
    "vfModuleModelCustomizationUUID": "f2ea0ef0-9190-4a2c-9944-7cd063ee7a6d",
    "isBase": true,
    "artifacts": [
      "d7a54b5c-5fa5-483c-b6f1-100749ce43a8",
      "ec96e773-c6ac-42cb-9489-8032d014481d",
      "7a68233b-65a2-4b93-9b5a-8b9b91146fc5"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-30T04:09:26.732Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5b06b742-1119-443e-b664-611d3efb649f
VfModuleModelInvariantUUID:9f0e44c1-90eb-4fac-a3aa-41eb3843862e
VfModuleModelDescription:NULL
Artifacts UUID List:{
d7a54b5c-5fa5-483c-b6f1-100749ce43a8
,
ec96e773-c6ac-42cb-9489-8032d014481d
,
7a68233b-65a2-4b93-9b5a-8b9b91146fc5

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

isBase:true


}

2022-03-30T04:09:26.735Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "9f0e44c1-90eb-4fac-a3aa-41eb3843862e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5b06b742-1119-443e-b664-611d3efb649f",
    "vfModuleModelCustomizationUUID": "f2ea0ef0-9190-4a2c-9944-7cd063ee7a6d",
    "isBase": true,
    "artifacts": [
      "d7a54b5c-5fa5-483c-b6f1-100749ce43a8",
      "ec96e773-c6ac-42cb-9489-8032d014481d",
      "7a68233b-65a2-4b93-9b5a-8b9b91146fc5"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-30T04:09:26.735Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5b06b742-1119-443e-b664-611d3efb649f
VfModuleModelInvariantUUID:9f0e44c1-90eb-4fac-a3aa-41eb3843862e
VfModuleModelDescription:NULL
Artifacts UUID List:{
d7a54b5c-5fa5-483c-b6f1-100749ce43a8
,
ec96e773-c6ac-42cb-9489-8032d014481d
,
7a68233b-65a2-4b93-9b5a-8b9b91146fc5

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

isBase:true


}

2022-03-30T04:09:26.735Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: d7a54b5c-5fa5-483c-b6f1-100749ce43a8 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-03-30T04:09:26.735Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-30T04:09:26.736Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-03-30T04:09:27.007Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-30T04:09:27.007Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml d7a54b5c-5fa5-483c-b6f1-100749ce43a8 1164
2022-03-30T04:09:27.008Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-03-30T04:09:27.008Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-03-30T04:09:27.008Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-30T04:09:27.008Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-30T04:09:27.014Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T04:09:27.014Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613367008,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-30T04:09:27.111Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-03-30T04:09:27.112Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T04:09:27.112Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T04:09:27.127Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:09:27.128Z||pool-64-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-03-30T04:09:28.015Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 7a68233b-65a2-4b93-9b5a-8b9b91146fc5 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-03-30T04:09:28.016Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-30T04:09:28.016Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-03-30T04:09:28.215Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-30T04:09:28.215Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 7a68233b-65a2-4b93-9b5a-8b9b91146fc5 200
2022-03-30T04:09:28.216Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-03-30T04:09:28.216Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-03-30T04:09:28.216Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-30T04:09:28.216Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-30T04:09:28.218Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T04:09:28.218Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613368215,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-03-30T04:09:28.319Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-30T04:09:28.320Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T04:09:28.320Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T04:09:28.334Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:09:28.335Z||pool-65-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-30T04:09:29.219Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 6783d6df-6c82-4d92-8245-077b174c5b34
2022-03-30T04:09:29.220Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 7eed5150-7cd1-4a4d-bf67-34bd6ee78ed5 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=?
2022-03-30T04:09:29.239Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-30T04:09:29.251Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3466b00b, org.onap.sdc.toscaparser.api.parameters.Input@59f5dfc6, org.onap.sdc.toscaparser.api.parameters.Input@2ffd7f87, org.onap.sdc.toscaparser.api.parameters.Input@17556e7d, org.onap.sdc.toscaparser.api.parameters.Input@16327274]
2022-03-30T04:09:29.253Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T04:09:29.254Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T04:09:29.254Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-03-30T04:09:29.254Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 2514f598-228b-4c41-8c4d-f56085c42f8f
2022-03-30T04:09:29.254Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2514f598-228b-4c41-8c4d-f56085c42f8f matches Tosca VF Customization UUID: 2514f598-228b-4c41-8c4d-f56085c42f8f
2022-03-30T04:09:29.254Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 2514f598-228b-4c41-8c4d-f56085c42f8f  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-30T04:09:29.258Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T04:09:29.258Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T04:09:29.259Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 2514f598-228b-4c41-8c4d-f56085c42f8f: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"}
2022-03-30T04:09:29.260Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@19917a28
2022-03-30T04:09:29.260Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T04:09:29.260Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-30T04:09:29.260Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f2ea0ef0-9190-4a2c-9944-7cd063ee7a6d
2022-03-30T04:09:29.261Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f2ea0ef0-9190-4a2c-9944-7cd063ee7a6d
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-03-30T04:09:29.265Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T04:09:29.265Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-30T04:09:29.266Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-30T04:09:29.266Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T04:09:29.266Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-30T04:09:29.267Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-30T04:09:29.267Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T04:09:29.267Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-03-30T04:09:29.268Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-03-30T04:09:29.268Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=22c6cfc0-b573-4b24-b84f-1af1f1cea6fb
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-30T04:09:29.272Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T04:09:29.273Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-30T04:09:29.273Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-30T04:09:29.274Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T04:09:29.274Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-30T04:09:29.274Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=2514f598-228b-4c41-8c4d-f56085c42f8f
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-30T04:09:29.277Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T04:09:29.277Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T04:09:29.278Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 6783d6df-6c82-4d92-8245-077b174c5b34: basic_cnf
2022-03-30T04:09:29.278Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T04:09:29.278Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T04:09:29.278Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T04:09:29.279Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T04:09:29.279Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T04:09:29.279Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T04:09:29.280Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T04:09:29.280Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T04:09:29.280Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T04:09:29.281Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T04:09:29.281Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-30T04:09:29.358Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 7eed5150-7cd1-4a4d-bf67-34bd6ee78ed5 1 ASDC deployResourceStructure
2022-03-30T04:09:29.367Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-03-30T04:09:29.367Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2022-03-30T04:09:29.367Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-03-30T04:09:29.367Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-30T04:09:29.369Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T04:09:29.370Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613369366,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-03-30T04:09:29.470Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-30T04:09:29.471Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T04:09:29.471Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T04:09:29.483Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:09:29.483Z||pool-66-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-30T04:09:30.371Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-03-30T04:09:30.371Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2022-03-30T04:09:30.371Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-03-30T04:09:30.372Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-30T04:09:30.374Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T04:09:30.374Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613370370,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-03-30T04:09:30.475Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-30T04:09:30.476Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T04:09:30.476Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T04:09:30.489Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:09:30.490Z||pool-67-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-30T04:09:31.376Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-03-30T04:09:31.376Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-03-30T04:09:31.376Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-30T04:09:31.376Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-30T04:09:31.379Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T04:09:31.380Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613371375,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-30T04:09:31.480Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-30T04:09:31.481Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T04:09:31.481Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T04:09:31.497Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:09:31.498Z||pool-68-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-30T04:09:32.381Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-03-30T04:09:32.381Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-03-30T04:09:32.381Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-30T04:09:32.382Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-30T04:09:32.384Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T04:09:32.385Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613372381,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-03-30T04:09:32.485Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-30T04:09:32.486Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T04:09:32.486Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T04:09:32.501Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:09:32.502Z||pool-69-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-03-30T04:09:33.386Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-03-30T04:09:33.386Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-03-30T04:09:33.387Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-30T04:09:33.387Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-30T04:09:33.391Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T04:09:33.391Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613373386,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-03-30T04:09:33.490Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-30T04:09:33.492Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T04:09:33.492Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T04:09:33.508Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:09:33.509Z||pool-70-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-30T04:09:34.393Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-03-30T04:09:34.393Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-03-30T04:09:34.393Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-30T04:09:34.394Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-30T04:09:34.396Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T04:09:34.397Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613374393,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-30T04:09:34.497Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-30T04:09:34.499Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T04:09:34.500Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T04:09:34.529Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:09:34.529Z||pool-71-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1}
2022-03-30T04:09:35.398Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 81d9b113-9ecb-4fa2-899a-70b48e028902
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-30T04:09:35.413Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 81d9b113-9ecb-4fa2-899a-70b48e028902
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-30T04:09:35.417Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-30T04:09:35.417Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-30T04:09:35.417Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-30T04:09:35.417Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-30T04:09:35.417Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-30T04:09:35.417Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-30T04:09:35.418Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-30T04:09:35.418Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-30T04:09:35.418Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-30T04:09:35.418Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-30T04:09:35.422Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-30T04:09:37.646Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T04:09:37.647Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T04:09:37.647Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T04:09:37.670Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:09:37.670Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:09:37.670Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fec5068c-28eb-4ab8-a3c0-1ec663b97b9c",
  "consumerID": "policy-id",
  "timestamp": 1648613244553,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:09:37.671Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:10:05.423Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 81d9b113-9ecb-4fa2-899a-70b48e028902 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-30T04:10:05.429Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 81d9b113-9ecb-4fa2-899a-70b48e028902 and serviceModelVersionId: 6783d6df-6c82-4d92-8245-077b174c5b34
2022-03-30T04:10:05.429Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4bf0a03d-656f-43c9-9d62-fada0a22b265
2022-03-30T04:10:05.430Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4bf0a03d-656f-43c9-9d62-fada0a22b265/model-vers/model-ver/6783d6df-6c82-4d92-8245-077b174c5b34?depth=0
2022-03-30T04:10:05.435Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-03-30T04:10:05.482Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4bf0a03d-656f-43c9-9d62-fada0a22b265/model-vers/model-ver/6783d6df-6c82-4d92-8245-077b174c5b34?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-03-30T04:10:05.483Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4bf0a03d-656f-43c9-9d62-fada0a22b265/model-vers/model-ver/6783d6df-6c82-4d92-8245-077b174c5b34?depth=0|INFO|500||Invoke
2022-03-30T04:10:05.512Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4bf0a03d-656f-43c9-9d62-fada0a22b265/model-vers/model-ver/6783d6df-6c82-4d92-8245-077b174c5b34?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-30T04:10:05.968Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4bf0a03d-656f-43c9-9d62-fada0a22b265/model-vers/model-ver/6783d6df-6c82-4d92-8245-077b174c5b34?depth=0|INFO|500||InvokeReturn
2022-03-30T04:10:05.969Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4bf0a03d-656f-43c9-9d62-fada0a22b265/model-vers/model-ver/6783d6df-6c82-4d92-8245-077b174c5b34?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220330-04:10:05:525-28631], vertex-id=[180224], Content-Length=[0], Date=[Wed, 30 Mar 2022 04:10:05 GMT], Content-Type=[application/json]}
2022-03-30T04:10:05.976Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-03-30T04:10:05.976Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-30T04:10:05.976Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-30T04:10:05.982Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-30T04:10:05.983Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 81d9b113-9ecb-4fa2-899a-70b48e028902 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-30T04:10:05.983Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-30T04:10:05.983Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-30T04:10:05.986Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T04:10:05.986Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613405983,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-30T04:10:06.086Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-30T04:10:06.087Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T04:10:06.087Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T04:10:06.108Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:10:06.109Z||pool-72-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-30T04:10:07.004Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-30T04:10:07.005Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"f14ba6d6-bc50-4716-9922-be7a2eac7ec1","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"f7cc21b6-c1a1-473b-b007-455f08d461b5","serviceDescription":"service","serviceInvariantUUID":"7d380a6a-6ba9-4945-ae67-7740ffcae17c","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"67bbea76-a6e8-4383-b0d5-1657a4eec098","resourceInvariantUUID":"86a61e3b-73c6-47a3-94d8-58535f1fb144","resourceCustomizationUUID":"446d13aa-9d1c-4385-9f08-99407db4fb10","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":"ZmZiZDVmYjRmMjk2Yjg1M2E4Y2QwYzY2ODczZDY5OTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6cec561a-c519-4125-b816-be3c333996e3","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":"36c795ad-8c37-499f-a68e-e4dd28f4d673","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":"9c276175-85a4-4aa8-8eca-ca7d80b77c7a","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":"NzM0OGU2OGVmNjAyYTMwZDAxOWU1Y2M5Njc5N2NkOTE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"0658bd8a-7a8a-4f87-9454-dbaabb5c699f","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":"6e83ec21-c855-4e22-a810-89322e925dc9","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":"d29fe635-d6d9-4b09-b536-5a05ddb2f817","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":"4ace9d95-936b-49ad-be9a-23b6ba7039b9","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":"NTBhMjEyYzIxODYwYmIxMGQ3OWI4MjgzODNmODdhMzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e8e02662-d6a7-450c-8e2b-6486991bc2e9","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZDRlY2U4Y2E2MzM2NGJhNzhlZWViZjNlNWZjMjBhODY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0ba7e896-e6f7-4846-9fae-f3d441d2dcb7","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-30T04:10:07.005Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-30T04:10:07.006Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-30T04:10:07.008Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T04:10:07.008Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613302929,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:10:07.109Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-30T04:10:07.110Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T04:10:07.110Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T04:10:07.135Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:10:07.136Z||pool-73-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-03-30T04:10:08.009Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-30T04:10:08.010Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-30T04:10:08.012Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T04:10:08.012Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613302929,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:10:08.112Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-30T04:10:08.113Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T04:10:08.113Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T04:10:08.128Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:10:08.130Z||pool-74-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-30T04:10:09.013Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-30T04:10:09.013Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-30T04:10:09.015Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T04:10:09.015Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613302929,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:10:09.116Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-30T04:10:09.117Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T04:10:09.118Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T04:10:09.136Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:10:09.137Z||pool-75-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-03-30T04:10:10.017Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-30T04:10:10.018Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-30T04:10:10.021Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T04:10:10.021Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613302929,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:10:10.121Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-30T04:10:10.122Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T04:10:10.123Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T04:10:10.134Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:10:10.135Z||pool-76-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-30T04:10:11.022Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-30T04:10:11.022Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-30T04:10:11.031Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T04:10:11.032Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613302929,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:10:11.130Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-03-30T04:10:11.132Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T04:10:11.132Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T04:10:11.146Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:10:11.147Z||pool-77-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-30T04:10:12.033Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-30T04:10:12.034Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-30T04:10:12.037Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T04:10:12.038Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613302929,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:10:12.138Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-30T04:10:12.139Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T04:10:12.140Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T04:10:12.160Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:10:12.162Z||pool-78-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-03-30T04:10:13.038Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-30T04:10:13.039Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-30T04:10:13.041Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T04:10:13.041Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613302929,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:10:13.141Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-30T04:10:13.142Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T04:10:13.142Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T04:10:13.158Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:10:13.158Z||pool-79-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-30T04:10:14.042Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-30T04:10:14.043Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-30T04:10:14.045Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T04:10:14.045Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613302929,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:10:14.146Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-30T04:10:14.147Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T04:10:14.147Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T04:10:14.162Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:10:14.162Z||pool-80-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-30T04:10:15.046Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-30T04:10:15.047Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-30T04:10:15.049Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T04:10:15.049Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613302929,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-30T04:10:15.149Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-30T04:10:15.151Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T04:10:15.151Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T04:10:15.163Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:10:15.164Z||pool-81-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-30T04:10:16.050Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "f7cc21b6-c1a1-473b-b007-455f08d461b5",
  "serviceDescription": "service",
  "serviceInvariantUUID": "7d380a6a-6ba9-4945-ae67-7740ffcae17c",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "446d13aa-9d1c-4385-9f08-99407db4fb10",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "67bbea76-a6e8-4383-b0d5-1657a4eec098",
      "resourceInvariantUUID": "86a61e3b-73c6-47a3-94d8-58535f1fb144",
      "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": "ZDRlY2U4Y2E2MzM2NGJhNzhlZWViZjNlNWZjMjBhODY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0ba7e896-e6f7-4846-9fae-f3d441d2dcb7"
    }
  ],
  "workloadContext": "Production"
}
2022-03-30T04:10:16.050Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-30T04:10:16.050Z|81d9b113-9ecb-4fa2-899a-70b48e028902|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f7cc21b6-c1a1-473b-b007-455f08d461b5 ASDC
2022-03-30T04:10:16.051Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:f14ba6d6-bc50-4716-9922-be7a2eac7ec1
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:f7cc21b6-c1a1-473b-b007-455f08d461b5
ServiceInvariantUUID:7d380a6a-6ba9-4945-ae67-7740ffcae17c
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:0ba7e896-e6f7-4846-9fae-f3d441d2dcb7
ArtifactChecksum:ZDRlY2U4Y2E2MzM2NGJhNzhlZWViZjNlNWZjMjBhODY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:446d13aa-9d1c-4385-9f08-99407db4fb10
ResourceInvariantUUID:86a61e3b-73c6-47a3-94d8-58535f1fb144
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:67bbea76-a6e8-4383-b0d5-1657a4eec098
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-03-30T04:10:16.051Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f7cc21b6-c1a1-473b-b007-455f08d461b5 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-30T04:10:16.081Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-30T04:10:16.083Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-30T04:10:16.083Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-30T04:10:16.083Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 0ba7e896-e6f7-4846-9fae-f3d441d2dcb7 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-03-30T04:10:16.083Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-30T04:10:16.083Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-03-30T04:10:16.443Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-30T04:10:16.448Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 0ba7e896-e6f7-4846-9fae-f3d441d2dcb7 105647
2022-03-30T04:10:16.449Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-03-30T04:10:16.449Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-03-30T04:10:16.449Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-30T04:10:16.449Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-30T04:10:16.451Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T04:10:16.451Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613416449,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-30T04:10:16.552Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-30T04:10:16.553Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T04:10:16.553Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T04:10:16.567Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:10:16.567Z||pool-82-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-30T04:10:17.451Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-30T04:10:17.452Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-30T04:10:17.453Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 0ba7e896-e6f7-4846-9fae-f3d441d2dcb7, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-30T04:10:17.453Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-03-30T04:10:17.454Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-30T04:10:17.454Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-30T04:10:17.654Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17757854957296301631/Definitions/service-TestPnfMacro-template.yml
2022-03-30T04:10:18.971Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-30T04:10:18.972Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-30T04:10:18.972Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-30T04:10:18.972Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-03-30T04:10:18.972Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-30T04:10:18.972Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-30T04:10:18.972Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-30T04:10:18.972Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-30T04:10:18.973Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-30T04:10:18.973Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-30T04:10:18.973Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-30T04:10:18.973Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-30T04:10:18.973Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T04:10:18.974Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T04:10:18.974Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-03-30T04:10:18.974Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-30T04:10:18.974Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-30T04:10:18.975Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T04:10:18.975Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T04:10:18.975Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-03-30T04:10:18.975Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-30T04:10:18.976Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-30T04:10:18.976Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T04:10:18.976Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T04:10:18.976Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T04:10:18.976Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T04:10:18.977Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T04:10:18.977Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T04:10:18.977Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T04:10:18.977Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T04:10:18.977Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T04:10:18.978Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T04:10:18.978Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:f7cc21b6-c1a1-473b-b007-455f08d461b5
Model Version:NULL
Model InvariantUuid:7d380a6a-6ba9-4945-ae67-7740ffcae17c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-30T04:10:18.987Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: 67bbea76-a6e8-4383-b0d5-1657a4eec098
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-30T04:10:18.992Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||INFO|500||test-pnf 0
2022-03-30T04:10:18.992Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 67bbea76-a6e8-4383-b0d5-1657a4eec098
2022-03-30T04:10:18.993Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||DEBUG|500||No resources found for Service: f7cc21b6-c1a1-473b-b007-455f08d461b5
2022-03-30T04:10:18.993Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: f7cc21b6-c1a1-473b-b007-455f08d461b5
2022-03-30T04:10:18.993Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 67bbea76-a6e8-4383-b0d5-1657a4eec098 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-30T04:10:18.999Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3fb2a2c3, org.onap.sdc.toscaparser.api.parameters.Input@76114241, org.onap.sdc.toscaparser.api.parameters.Input@4fa60d47, org.onap.sdc.toscaparser.api.parameters.Input@1e48dc91, org.onap.sdc.toscaparser.api.parameters.Input@34c6d121]
2022-03-30T04:10:18.999Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T04:10:19.000Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T04:10:19.000Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid f7cc21b6-c1a1-473b-b007-455f08d461b5: test-pnf
2022-03-30T04:10:19.000Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||INFO|500||Processing PNF resource: 67bbea76-a6e8-4383-b0d5-1657a4eec098
2022-03-30T04:10:19.000Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T04:10:19.000Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T04:10:19.001Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||INFO|500||Resource customization UUID: 446d13aa-9d1c-4385-9f08-99407db4fb10 is the same as notified resource customizationUUID: 446d13aa-9d1c-4385-9f08-99407db4fb10
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-03-30T04:10:19.046Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 67bbea76-a6e8-4383-b0d5-1657a4eec098 0 ASDC deployResourceStructure
2022-03-30T04:10:19.046Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-03-30T04:10:19.046Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-03-30T04:10:19.046Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-30T04:10:19.047Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-30T04:10:19.049Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T04:10:19.049Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613419046,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-30T04:10:19.153Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-03-30T04:10:19.154Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T04:10:19.154Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T04:10:19.168Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:10:19.169Z||pool-83-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-30T04:10:20.050Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f14ba6d6-bc50-4716-9922-be7a2eac7ec1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-30T04:10:20.059Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f14ba6d6-bc50-4716-9922-be7a2eac7ec1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-30T04:10:20.062Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-30T04:10:20.062Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-30T04:10:20.062Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-30T04:10:37.646Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T04:10:37.647Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T04:10:37.647Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T04:10:37.676Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:10:37.689Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:10:37.690Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
  "consumerID": "aai-ml",
  "timestamp": 1648613256642,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-30T04:10:37.691Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:10:37.691Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:10:37.692Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fec5068c-28eb-4ab8-a3c0-1ec663b97b9c",
  "consumerID": "cds",
  "timestamp": 1648613256076,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:10:37.692Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:10:37.692Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:10:37.692Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fec5068c-28eb-4ab8-a3c0-1ec663b97b9c",
  "consumerID": "dcae-sch",
  "timestamp": 1648613254170,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:10:37.692Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:10:37.693Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:10:37.693Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648613254627,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:10:37.693Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:10:37.693Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:10:37.693Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fec5068c-28eb-4ab8-a3c0-1ec663b97b9c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648613243241,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:10:37.693Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:10:37.694Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:10:37.694Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fec5068c-28eb-4ab8-a3c0-1ec663b97b9c",
  "consumerID": "cds",
  "timestamp": 1648613256076,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:10:37.694Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:10:37.694Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:10:37.694Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fec5068c-28eb-4ab8-a3c0-1ec663b97b9c",
  "consumerID": "policy-id",
  "timestamp": 1648613244553,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:10:37.694Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:10:37.694Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:10:37.694Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fec5068c-28eb-4ab8-a3c0-1ec663b97b9c",
  "consumerID": "dcae-sch",
  "timestamp": 1648613254170,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:10:37.695Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:10:37.695Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:10:37.695Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648613254627,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:10:37.695Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:10:37.695Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:10:37.695Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fec5068c-28eb-4ab8-a3c0-1ec663b97b9c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648613243241,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:10:37.696Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:10:37.696Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:10:37.696Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fec5068c-28eb-4ab8-a3c0-1ec663b97b9c",
  "consumerID": "policy-id",
  "timestamp": 1648613244553,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-30T04:10:37.696Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:10:37.696Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:10:37.696Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fec5068c-28eb-4ab8-a3c0-1ec663b97b9c",
  "consumerID": "cds",
  "timestamp": 1648613256076,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:10:37.696Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:10:37.697Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:10:37.697Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fec5068c-28eb-4ab8-a3c0-1ec663b97b9c",
  "consumerID": "dcae-sch",
  "timestamp": 1648613254170,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:10:37.697Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:10:37.697Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:10:37.697Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648613254627,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:10:37.697Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:10:37.697Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:10:37.698Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fec5068c-28eb-4ab8-a3c0-1ec663b97b9c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648613243241,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:10:37.698Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:10:37.698Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:10:37.698Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fec5068c-28eb-4ab8-a3c0-1ec663b97b9c",
  "consumerID": "policy-id",
  "timestamp": 1648613244553,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:10:37.698Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:10:37.698Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:10:37.699Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fec5068c-28eb-4ab8-a3c0-1ec663b97b9c",
  "consumerID": "cds",
  "timestamp": 1648613256076,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:10:37.699Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:10:37.699Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:10:37.699Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fec5068c-28eb-4ab8-a3c0-1ec663b97b9c",
  "consumerID": "dcae-sch",
  "timestamp": 1648613254170,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:10:37.699Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:10:37.700Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:10:37.700Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648613254627,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:10:37.700Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:10:37.700Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:10:37.701Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fec5068c-28eb-4ab8-a3c0-1ec663b97b9c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648613243241,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:10:37.701Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:10:37.701Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:10:37.701Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "clamp",
  "timestamp": 1648613261765,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-30T04:10:37.701Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:10:37.702Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:10:37.702Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fec5068c-28eb-4ab8-a3c0-1ec663b97b9c",
  "consumerID": "policy-id",
  "timestamp": 1648613244553,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:10:37.702Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:10:37.702Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:10:37.702Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fec5068c-28eb-4ab8-a3c0-1ec663b97b9c",
  "consumerID": "cds",
  "timestamp": 1648613256076,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:10:37.702Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:10:37.703Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:10:37.703Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fec5068c-28eb-4ab8-a3c0-1ec663b97b9c",
  "consumerID": "dcae-sch",
  "timestamp": 1648613254170,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:10:37.703Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:10:37.703Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:10:37.703Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648613254627,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:10:37.704Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:10:37.704Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:10:37.704Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fec5068c-28eb-4ab8-a3c0-1ec663b97b9c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648613243241,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:10:37.704Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:10:37.704Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:10:37.705Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fec5068c-28eb-4ab8-a3c0-1ec663b97b9c",
  "consumerID": "policy-id",
  "timestamp": 1648613244553,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:10:37.705Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:10:37.705Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:10:37.705Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "clamp",
  "timestamp": 1648613262788,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-30T04:10:37.705Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:10:37.706Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:10:37.706Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fec5068c-28eb-4ab8-a3c0-1ec663b97b9c",
  "consumerID": "cds",
  "timestamp": 1648613256076,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:10:37.706Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:10:37.706Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:10:37.706Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fec5068c-28eb-4ab8-a3c0-1ec663b97b9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648613261613,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:10:37.707Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:10:37.707Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:10:37.707Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
  "consumerID": "aai-ml",
  "timestamp": 1648613261874,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-30T04:10:37.707Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:10:37.707Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:10:37.708Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fec5068c-28eb-4ab8-a3c0-1ec663b97b9c",
  "consumerID": "dcae-sch",
  "timestamp": 1648613254170,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:10:37.708Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:10:37.708Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:10:37.708Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648613254627,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-30T04:10:37.708Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:10:37.708Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:10:37.709Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fec5068c-28eb-4ab8-a3c0-1ec663b97b9c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648613243241,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:10:37.709Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:10:37.709Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:10:37.709Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fec5068c-28eb-4ab8-a3c0-1ec663b97b9c",
  "consumerID": "policy-id",
  "timestamp": 1648613244553,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:10:37.709Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:10:37.710Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:10:37.710Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fec5068c-28eb-4ab8-a3c0-1ec663b97b9c",
  "consumerID": "cds",
  "timestamp": 1648613256076,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:10:37.710Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:10:37.711Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:10:37.711Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "clamp",
  "timestamp": 1648613263804,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-30T04:10:37.718Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 81d9b113-9ecb-4fa2-899a-70b48e028902
2022-03-30T04:10:37.718Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81d9b113-9ecb-4fa2-899a-70b48e028902 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-30T04:10:37.732Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:10:37.733Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fec5068c-28eb-4ab8-a3c0-1ec663b97b9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648613261613,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-03-30T04:10:37.733Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:10:37.733Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:10:37.733Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
  "consumerID": "aai-ml",
  "timestamp": 1648613262879,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-30T04:10:37.739Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f14ba6d6-bc50-4716-9922-be7a2eac7ec1
2022-03-30T04:10:37.739Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f14ba6d6-bc50-4716-9922-be7a2eac7ec1 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-30T04:10:37.748Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:10:37.749Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fec5068c-28eb-4ab8-a3c0-1ec663b97b9c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648613243241,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:10:37.749Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:10:37.749Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:10:37.749Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648613264617,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-30T04:10:37.749Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:10:37.750Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:10:37.750Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fec5068c-28eb-4ab8-a3c0-1ec663b97b9c",
  "consumerID": "policy-id",
  "timestamp": 1648613244553,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-30T04:10:37.750Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:10:37.750Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:10:37.750Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fec5068c-28eb-4ab8-a3c0-1ec663b97b9c",
  "consumerID": "cds",
  "timestamp": 1648613256076,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-30T04:10:37.750Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:10:37.751Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:10:37.751Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
  "consumerID": "clamp",
  "timestamp": 1648613239473,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:10:37.751Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:10:37.751Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:10:37.751Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fec5068c-28eb-4ab8-a3c0-1ec663b97b9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648613261613,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-30T04:10:37.751Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:10:37.751Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:10:37.751Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fec5068c-28eb-4ab8-a3c0-1ec663b97b9c",
  "consumerID": "aai-ml",
  "timestamp": 1648613263883,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:10:37.751Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:10:37.752Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:10:37.752Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
  "consumerID": "clamp",
  "timestamp": 1648613239473,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:10:37.752Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:10:37.752Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:10:37.752Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fec5068c-28eb-4ab8-a3c0-1ec663b97b9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648613261613,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:10:37.752Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:10:37.752Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:10:37.752Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fec5068c-28eb-4ab8-a3c0-1ec663b97b9c",
  "consumerID": "cds",
  "timestamp": 1648613265201,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-30T04:10:37.753Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:10:37.753Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:10:37.753Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fec5068c-28eb-4ab8-a3c0-1ec663b97b9c",
  "consumerID": "policy-id",
  "timestamp": 1648613266421,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-30T04:10:37.753Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:10:37.753Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:10:37.753Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fec5068c-28eb-4ab8-a3c0-1ec663b97b9c",
  "consumerID": "aai-ml",
  "timestamp": 1648613263883,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:10:37.753Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:10:37.753Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:10:37.753Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648613266750,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-30T04:10:37.754Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:10:37.754Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:10:37.754Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
  "consumerID": "clamp",
  "timestamp": 1648613239473,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:10:37.754Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:10:37.754Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:10:37.754Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fec5068c-28eb-4ab8-a3c0-1ec663b97b9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648613261613,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-03-30T04:10:37.755Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:10:37.755Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:10:37.755Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fec5068c-28eb-4ab8-a3c0-1ec663b97b9c",
  "consumerID": "policy-id",
  "timestamp": 1648613267428,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-30T04:10:37.755Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:10:37.755Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:10:37.759Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fec5068c-28eb-4ab8-a3c0-1ec663b97b9c",
  "consumerID": "cds",
  "timestamp": 1648613266460,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-30T04:10:37.781Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of fec5068c-28eb-4ab8-a3c0-1ec663b97b9c
2022-03-30T04:10:37.781Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId fec5068c-28eb-4ab8-a3c0-1ec663b97b9c and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-30T04:10:37.793Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:10:37.793Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fec5068c-28eb-4ab8-a3c0-1ec663b97b9c",
  "consumerID": "aai-ml",
  "timestamp": 1648613263883,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:10:37.794Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:10:37.794Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:10:37.794Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648613267755,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-30T04:10:37.800Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f14ba6d6-bc50-4716-9922-be7a2eac7ec1
2022-03-30T04:10:37.801Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f14ba6d6-bc50-4716-9922-be7a2eac7ec1 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-30T04:10:37.834Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:10:37.835Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
  "consumerID": "clamp",
  "timestamp": 1648613239473,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:10:37.836Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:10:37.836Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:10:37.836Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fec5068c-28eb-4ab8-a3c0-1ec663b97b9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648613261613,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:10:37.836Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:10:37.836Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:10:37.836Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fec5068c-28eb-4ab8-a3c0-1ec663b97b9c",
  "consumerID": "policy-id",
  "timestamp": 1648613268432,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-30T04:10:37.845Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fec5068c-28eb-4ab8-a3c0-1ec663b97b9c
2022-03-30T04:10:37.845Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId fec5068c-28eb-4ab8-a3c0-1ec663b97b9c and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-30T04:10:37.855Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:10:37.856Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fec5068c-28eb-4ab8-a3c0-1ec663b97b9c",
  "consumerID": "aai-ml",
  "timestamp": 1648613263883,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:10:37.856Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:10:37.856Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:10:37.856Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fec5068c-28eb-4ab8-a3c0-1ec663b97b9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648613254627,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:10:37.856Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:10:37.856Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:10:37.856Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
  "consumerID": "clamp",
  "timestamp": 1648613239473,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:10:37.857Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:10:37.857Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:10:37.857Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fec5068c-28eb-4ab8-a3c0-1ec663b97b9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648613261613,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:10:37.857Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:10:37.857Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:10:37.857Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fec5068c-28eb-4ab8-a3c0-1ec663b97b9c",
  "consumerID": "aai-ml",
  "timestamp": 1648613263883,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:10:37.857Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:10:37.857Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:10:37.857Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fec5068c-28eb-4ab8-a3c0-1ec663b97b9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648613254627,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:10:37.857Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:10:37.857Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:10:37.857Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
  "consumerID": "clamp",
  "timestamp": 1648613239473,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:10:37.857Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:10:37.857Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:10:37.857Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fec5068c-28eb-4ab8-a3c0-1ec663b97b9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648613261613,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-30T04:10:37.858Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:10:37.858Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:10:37.858Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fec5068c-28eb-4ab8-a3c0-1ec663b97b9c",
  "consumerID": "aai-ml",
  "timestamp": 1648613263883,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:10:37.858Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:10:37.858Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:10:37.858Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fec5068c-28eb-4ab8-a3c0-1ec663b97b9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648613254627,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:10:37.858Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:10:37.858Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:10:37.858Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
  "consumerID": "clamp",
  "timestamp": 1648613239473,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:10:37.858Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:10:37.858Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:10:37.858Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fec5068c-28eb-4ab8-a3c0-1ec663b97b9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648613270468,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-30T04:10:37.858Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:10:37.859Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:10:37.859Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fec5068c-28eb-4ab8-a3c0-1ec663b97b9c",
  "consumerID": "aai-ml",
  "timestamp": 1648613263883,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:10:37.859Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:10:37.859Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:10:37.859Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fec5068c-28eb-4ab8-a3c0-1ec663b97b9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648613254627,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:10:37.859Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:10:37.859Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:10:37.859Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
  "consumerID": "clamp",
  "timestamp": 1648613239473,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:10:37.860Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:10:37.860Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:10:37.860Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fec5068c-28eb-4ab8-a3c0-1ec663b97b9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648613271857,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-30T04:10:37.860Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:10:37.860Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:10:37.860Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fec5068c-28eb-4ab8-a3c0-1ec663b97b9c",
  "consumerID": "aai-ml",
  "timestamp": 1648613263883,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-30T04:10:37.861Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:10:37.861Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:10:37.861Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fec5068c-28eb-4ab8-a3c0-1ec663b97b9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648613254627,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:10:37.861Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:10:37.861Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:10:37.861Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
  "consumerID": "clamp",
  "timestamp": 1648613239473,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-30T04:10:37.862Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:10:37.862Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:10:37.862Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fec5068c-28eb-4ab8-a3c0-1ec663b97b9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648613272906,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-03-30T04:10:37.862Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:10:37.862Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:10:37.862Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fec5068c-28eb-4ab8-a3c0-1ec663b97b9c",
  "consumerID": "aai-ml",
  "timestamp": 1648613272619,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-30T04:10:37.862Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:10:37.862Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:10:37.863Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fec5068c-28eb-4ab8-a3c0-1ec663b97b9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648613254627,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:10:37.863Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:10:37.863Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:10:37.863Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fec5068c-28eb-4ab8-a3c0-1ec663b97b9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648613273943,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-30T04:10:37.871Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fec5068c-28eb-4ab8-a3c0-1ec663b97b9c
2022-03-30T04:10:37.876Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId fec5068c-28eb-4ab8-a3c0-1ec663b97b9c and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-30T04:10:37.889Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:10:37.890Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fec5068c-28eb-4ab8-a3c0-1ec663b97b9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648613254627,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:10:37.890Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:10:37.890Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:10:37.890Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fec5068c-28eb-4ab8-a3c0-1ec663b97b9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648613274947,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-30T04:10:37.891Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:10:37.891Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:10:37.891Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fec5068c-28eb-4ab8-a3c0-1ec663b97b9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648613254627,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-30T04:10:37.891Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:10:37.891Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:10:37.891Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fec5068c-28eb-4ab8-a3c0-1ec663b97b9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648613277028,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-30T04:10:37.891Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:10:37.892Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:10:37.892Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fec5068c-28eb-4ab8-a3c0-1ec663b97b9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648613279813,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-30T04:10:37.892Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:10:37.892Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:10:37.892Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fec5068c-28eb-4ab8-a3c0-1ec663b97b9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648613280819,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-30T04:10:37.897Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fec5068c-28eb-4ab8-a3c0-1ec663b97b9c
2022-03-30T04:10:37.898Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId fec5068c-28eb-4ab8-a3c0-1ec663b97b9c and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-30T04:10:37.912Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:10:37.912Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
  "consumerID": "clamp",
  "timestamp": 1648613282767,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-30T04:10:37.912Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:10:37.913Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:10:37.913Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
  "consumerID": "clamp",
  "timestamp": 1648613283793,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-30T04:10:37.913Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:10:37.913Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:10:37.913Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fec5068c-28eb-4ab8-a3c0-1ec663b97b9c",
  "consumerID": "aai-ml",
  "timestamp": 1648613283434,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-30T04:10:37.913Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:10:37.913Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:10:37.913Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
  "consumerID": "clamp",
  "timestamp": 1648613284797,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-30T04:10:37.919Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f14ba6d6-bc50-4716-9922-be7a2eac7ec1
2022-03-30T04:10:37.919Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f14ba6d6-bc50-4716-9922-be7a2eac7ec1 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-30T04:10:37.927Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:10:37.927Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fec5068c-28eb-4ab8-a3c0-1ec663b97b9c",
  "consumerID": "aai-ml",
  "timestamp": 1648613284437,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-30T04:10:37.935Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of fec5068c-28eb-4ab8-a3c0-1ec663b97b9c
2022-03-30T04:10:37.936Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId fec5068c-28eb-4ab8-a3c0-1ec663b97b9c and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-30T04:10:37.944Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:10:37.944Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fec5068c-28eb-4ab8-a3c0-1ec663b97b9c",
  "consumerID": "clamp",
  "timestamp": 1648613285805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:10:37.945Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:10:37.945Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:10:37.945Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fec5068c-28eb-4ab8-a3c0-1ec663b97b9c",
  "consumerID": "clamp",
  "timestamp": 1648613285805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-03-30T04:10:37.946Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:10:37.946Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:10:37.946Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fec5068c-28eb-4ab8-a3c0-1ec663b97b9c",
  "consumerID": "clamp",
  "timestamp": 1648613285805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:10:37.946Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:10:37.946Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:10:37.946Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fec5068c-28eb-4ab8-a3c0-1ec663b97b9c",
  "consumerID": "clamp",
  "timestamp": 1648613285805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:10:37.947Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:10:37.947Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:10:37.947Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fec5068c-28eb-4ab8-a3c0-1ec663b97b9c",
  "consumerID": "clamp",
  "timestamp": 1648613285805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:10:37.948Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:10:37.948Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:10:37.948Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fec5068c-28eb-4ab8-a3c0-1ec663b97b9c",
  "consumerID": "clamp",
  "timestamp": 1648613285805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:10:37.948Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:10:37.949Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:10:37.949Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fec5068c-28eb-4ab8-a3c0-1ec663b97b9c",
  "consumerID": "clamp",
  "timestamp": 1648613285805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:10:37.949Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:10:37.949Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:10:37.949Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fec5068c-28eb-4ab8-a3c0-1ec663b97b9c",
  "consumerID": "clamp",
  "timestamp": 1648613285805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-30T04:10:37.950Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:10:37.950Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:10:37.950Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1be8eb66-3c23-47f8-8f27-42a75a063b96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613301915,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-30T04:10:37.950Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:10:37.950Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:10:37.951Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fec5068c-28eb-4ab8-a3c0-1ec663b97b9c",
  "consumerID": "clamp",
  "timestamp": 1648613304290,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-30T04:10:37.951Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:10:37.951Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:10:37.951Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613302929,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:10:37.952Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:10:37.952Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:10:37.952Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fec5068c-28eb-4ab8-a3c0-1ec663b97b9c",
  "consumerID": "clamp",
  "timestamp": 1648613307777,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-30T04:10:37.952Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:10:37.953Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:10:37.953Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613302929,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:10:37.953Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:10:37.953Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:10:37.954Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fec5068c-28eb-4ab8-a3c0-1ec663b97b9c",
  "consumerID": "clamp",
  "timestamp": 1648613308782,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-30T04:10:37.958Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of fec5068c-28eb-4ab8-a3c0-1ec663b97b9c
2022-03-30T04:10:37.958Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId fec5068c-28eb-4ab8-a3c0-1ec663b97b9c and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-30T04:10:37.971Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:10:37.971Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613302929,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:10:37.972Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:10:37.972Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:10:37.972Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613302929,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:10:37.972Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:10:37.972Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:10:37.972Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613302929,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:10:37.972Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:10:37.972Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:10:37.973Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613302929,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:10:37.973Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:10:37.973Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:10:37.973Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613302929,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/artifacts/service-DemoPnf709gainklgjo5bwaxpzk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:10:37.973Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:10:37.974Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:10:37.975Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613302929,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/artifacts/service-DemoPnf709gainklgjo5bwaxpzk-csar.csar",
  "status": "NOTIFIED"
}
2022-03-30T04:10:37.976Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:10:37.976Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:10:37.976Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613315769,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/artifacts/service-DemoPnf709gainklgjo5bwaxpzk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-30T04:10:37.976Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:10:50.062Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f14ba6d6-bc50-4716-9922-be7a2eac7ec1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-30T04:10:50.070Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f14ba6d6-bc50-4716-9922-be7a2eac7ec1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-30T04:10:50.073Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-30T04:10:50.074Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-30T04:10:50.075Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-30T04:10:50.075Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-30T04:10:50.075Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-30T04:10:50.075Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-30T04:10:50.075Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-30T04:10:50.076Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-30T04:10:50.076Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-30T04:10:50.076Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-30T04:10:50.076Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-30T04:10:50.076Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-30T04:10:50.079Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-30T04:11:20.079Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f14ba6d6-bc50-4716-9922-be7a2eac7ec1 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-30T04:11:20.085Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f14ba6d6-bc50-4716-9922-be7a2eac7ec1 and serviceModelVersionId: f7cc21b6-c1a1-473b-b007-455f08d461b5
2022-03-30T04:11:20.085Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7d380a6a-6ba9-4945-ae67-7740ffcae17c
2022-03-30T04:11:20.086Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7d380a6a-6ba9-4945-ae67-7740ffcae17c/model-vers/model-ver/f7cc21b6-c1a1-473b-b007-455f08d461b5?depth=0
2022-03-30T04:11:20.091Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-03-30T04:11:20.163Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7d380a6a-6ba9-4945-ae67-7740ffcae17c/model-vers/model-ver/f7cc21b6-c1a1-473b-b007-455f08d461b5?depth=0|INFO|500||Invoke
2022-03-30T04:11:20.164Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7d380a6a-6ba9-4945-ae67-7740ffcae17c/model-vers/model-ver/f7cc21b6-c1a1-473b-b007-455f08d461b5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7d380a6a-6ba9-4945-ae67-7740ffcae17c/model-vers/model-ver/f7cc21b6-c1a1-473b-b007-455f08d461b5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f14ba6d6-bc50-4716-9922-be7a2eac7ec1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6fc95001-8ad0-445e-832e-13d1d8dcd8e3], X-ECOMP-RequestID=[f14ba6d6-bc50-4716-9922-be7a2eac7ec1], X-TransactionId=[], X-ONAP-RequestID=[f14ba6d6-bc50-4716-9922-be7a2eac7ec1], Content-Type=[application/merge-patch+json]}
2022-03-30T04:11:20.205Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7d380a6a-6ba9-4945-ae67-7740ffcae17c/model-vers/model-ver/f7cc21b6-c1a1-473b-b007-455f08d461b5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-30T04:11:20.351Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7d380a6a-6ba9-4945-ae67-7740ffcae17c/model-vers/model-ver/f7cc21b6-c1a1-473b-b007-455f08d461b5?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/7d380a6a-6ba9-4945-ae67-7740ffcae17c/model-vers/model-ver/f7cc21b6-c1a1-473b-b007-455f08d461b5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220330-04:11:20:220-30780], vertex-id=[483376], Content-Length=[0], Date=[Wed, 30 Mar 2022 04:11:20 GMT], Content-Type=[application/json]}
2022-03-30T04:11:20.352Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7d380a6a-6ba9-4945-ae67-7740ffcae17c/model-vers/model-ver/f7cc21b6-c1a1-473b-b007-455f08d461b5?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-30T04:11:20.353Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7d380a6a-6ba9-4945-ae67-7740ffcae17c/model-vers/model-ver/f7cc21b6-c1a1-473b-b007-455f08d461b5?depth=0|INFO|500||InvokeReturn
2022-03-30T04:11:20.353Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-30T04:11:20.353Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-30T04:11:20.359Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-30T04:11:20.360Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f14ba6d6-bc50-4716-9922-be7a2eac7ec1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-30T04:11:20.360Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-30T04:11:20.361Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-30T04:11:20.366Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T04:11:20.366Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613480360,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-30T04:11:20.466Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-30T04:11:20.468Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T04:11:20.468Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T04:11:20.510Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:11:20.511Z||pool-84-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-30T04:11:21.376Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-30T04:11:21.376Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"fec5068c-28eb-4ab8-a3c0-1ec663b97b9c","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"12be0f3e-acb2-4bda-a419-293d52d087bb","serviceDescription":"service","serviceInvariantUUID":"223ca2e8-4e81-4076-a4b6-aad89553febb","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bb95068a-4639-4fe1-9fe4-b81e9d9a38d4","resourceInvariantUUID":"ddd58804-ad2c-4c49-9ea6-586a76e3b3d1","resourceCustomizationUUID":"2d611beb-6831-4738-8db4-395f88ed51c4","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":"MzdhYmQ2MDBjYjIyY2QwZTE2MzcxYmJkNTRmYmE5Nzk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"eb255d0f-4f31-4314-b8ae-c6415dc8295b","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":"YmNiYjc0NGI2MDU4YWY5NGNkNjk1MTVlNzJmMWNjMDE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8d07b7e9-44fb-4d9c-aeaf-19cfe7c2f012","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":"e792252c-5354-43aa-973d-38843c717bd9","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":"293b5681-4fcd-4570-a34c-00e2156f2245","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":"70983a4d-d6b0-4c3c-ab39-836139f1a59d","artifactVersion":"2","generatedFromUUID":"e792252c-5354-43aa-973d-38843c717bd9"},{"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":"M2JmNjZkODg0ODYwMGM1NzkwZWIyN2E2ZGNmMzJlNGM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"5d46d5c2-e866-4f44-a46e-7d444aa8bd52","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":"YWJlMjdiYTZmM2U2MDdhOWE4NzE5MTlhOTg4ODViNzI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"abf69d71-86aa-47b0-b6a2-03bc6aedfa1f","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MzMzNWRhNDBkMTZiMTI2NGNjMWZjZmZhN2ZhNTQ0ODM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"68dbfc1e-67bb-4e2b-9e12-8e52bbce6e2e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-30T04:11:21.377Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-30T04:11:21.377Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-30T04:11:21.380Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T04:11:21.380Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "fec5068c-28eb-4ab8-a3c0-1ec663b97b9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613302929,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:11:21.485Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-03-30T04:11:21.486Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T04:11:21.486Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T04:11:21.501Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:11:21.503Z||pool-85-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-03-30T04:11:22.381Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-30T04:11:22.381Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-30T04:11:22.384Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T04:11:22.385Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "fec5068c-28eb-4ab8-a3c0-1ec663b97b9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613302929,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-03-30T04:11:22.484Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-30T04:11:22.486Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T04:11:22.486Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T04:11:22.501Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:11:22.502Z||pool-86-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-30T04:11:23.385Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-30T04:11:23.386Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-30T04:11:23.388Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T04:11:23.389Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "fec5068c-28eb-4ab8-a3c0-1ec663b97b9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613302929,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-30T04:11:23.489Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-30T04:11:23.490Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T04:11:23.490Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T04:11:23.502Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:11:23.502Z||pool-87-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-03-30T04:11:24.389Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-30T04:11:24.390Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-30T04:11:24.392Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T04:11:24.393Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "fec5068c-28eb-4ab8-a3c0-1ec663b97b9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613302929,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:11:24.493Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-30T04:11:24.494Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T04:11:24.494Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T04:11:24.511Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:11:24.512Z||pool-88-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-03-30T04:11:25.394Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-30T04:11:25.394Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-30T04:11:25.398Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T04:11:25.398Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "fec5068c-28eb-4ab8-a3c0-1ec663b97b9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613302929,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-03-30T04:11:25.498Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-30T04:11:25.499Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T04:11:25.499Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T04:11:25.510Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:11:25.511Z||pool-89-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-30T04:11:26.399Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-30T04:11:26.400Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-30T04:11:26.407Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T04:11:26.407Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "fec5068c-28eb-4ab8-a3c0-1ec663b97b9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613302929,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:11:26.503Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-03-30T04:11:26.504Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T04:11:26.505Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T04:11:26.516Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:11:26.517Z||pool-90-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-30T04:11:27.409Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-30T04:11:27.410Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-30T04:11:27.413Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T04:11:27.414Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "fec5068c-28eb-4ab8-a3c0-1ec663b97b9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613302929,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:11:27.515Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-30T04:11:27.516Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T04:11:27.516Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T04:11:27.533Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:11:27.534Z||pool-91-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-03-30T04:11:28.415Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-30T04:11:28.415Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-30T04:11:28.419Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T04:11:28.419Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "fec5068c-28eb-4ab8-a3c0-1ec663b97b9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613302929,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-30T04:11:28.518Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-30T04:11:28.520Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T04:11:28.520Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T04:11:28.535Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:11:28.535Z||pool-92-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-30T04:11:29.420Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "fec5068c-28eb-4ab8-a3c0-1ec663b97b9c",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "12be0f3e-acb2-4bda-a419-293d52d087bb",
  "serviceDescription": "service",
  "serviceInvariantUUID": "223ca2e8-4e81-4076-a4b6-aad89553febb",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "2d611beb-6831-4738-8db4-395f88ed51c4",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "bb95068a-4639-4fe1-9fe4-b81e9d9a38d4",
      "resourceInvariantUUID": "ddd58804-ad2c-4c49-9ea6-586a76e3b3d1",
      "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": "YmNiYjc0NGI2MDU4YWY5NGNkNjk1MTVlNzJmMWNjMDE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "8d07b7e9-44fb-4d9c-aeaf-19cfe7c2f012",
          "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": "e792252c-5354-43aa-973d-38843c717bd9",
          "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": "70983a4d-d6b0-4c3c-ab39-836139f1a59d",
            "generatedFromUUID": "e792252c-5354-43aa-973d-38843c717bd9"
          },
          "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": "70983a4d-d6b0-4c3c-ab39-836139f1a59d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "MzMzNWRhNDBkMTZiMTI2NGNjMWZjZmZhN2ZhNTQ0ODM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "68dbfc1e-67bb-4e2b-9e12-8e52bbce6e2e"
    }
  ],
  "workloadContext": "Production"
}
2022-03-30T04:11:29.421Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-30T04:11:29.422Z|f14ba6d6-bc50-4716-9922-be7a2eac7ec1|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 12be0f3e-acb2-4bda-a419-293d52d087bb ASDC
2022-03-30T04:11:29.422Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:fec5068c-28eb-4ab8-a3c0-1ec663b97b9c
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:12be0f3e-acb2-4bda-a419-293d52d087bb
ServiceInvariantUUID:223ca2e8-4e81-4076-a4b6-aad89553febb
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:68dbfc1e-67bb-4e2b-9e12-8e52bbce6e2e
ArtifactChecksum:MzMzNWRhNDBkMTZiMTI2NGNjMWZjZmZhN2ZhNTQ0ODM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:2d611beb-6831-4738-8db4-395f88ed51c4
ResourceInvariantUUID:ddd58804-ad2c-4c49-9ea6-586a76e3b3d1
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:bb95068a-4639-4fe1-9fe4-b81e9d9a38d4
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:8d07b7e9-44fb-4d9c-aeaf-19cfe7c2f012
ArtifactChecksum:YmNiYjc0NGI2MDU4YWY5NGNkNjk1MTVlNzJmMWNjMDE=
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:e792252c-5354-43aa-973d-38843c717bd9
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:70983a4d-d6b0-4c3c-ab39-836139f1a59d
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:70983a4d-d6b0-4c3c-ab39-836139f1a59d
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-30T04:11:29.423Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 12be0f3e-acb2-4bda-a419-293d52d087bb ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-30T04:11:29.456Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-30T04:11:29.457Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-30T04:11:29.458Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-30T04:11:29.458Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 68dbfc1e-67bb-4e2b-9e12-8e52bbce6e2e from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-03-30T04:11:29.459Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-30T04:11:29.459Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-03-30T04:11:30.815Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-30T04:11:30.821Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 68dbfc1e-67bb-4e2b-9e12-8e52bbce6e2e 78794
2022-03-30T04:11:30.822Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-03-30T04:11:30.822Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-03-30T04:11:30.822Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-30T04:11:30.822Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-30T04:11:30.825Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T04:11:30.837Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "fec5068c-28eb-4ab8-a3c0-1ec663b97b9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613490821,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-30T04:11:30.936Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-30T04:11:30.938Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T04:11:30.938Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T04:11:30.951Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:11:30.952Z||pool-93-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-30T04:11:31.837Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-30T04:11:31.838Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-30T04:11:31.838Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 68dbfc1e-67bb-4e2b-9e12-8e52bbce6e2e, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-30T04:11:31.838Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-03-30T04:11:31.839Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-30T04:11:31.839Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-30T04:11:31.992Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18017953535147654525/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-03-30T04:11:33.674Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-30T04:11:33.689Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-30T04:11:33.689Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-30T04:11:33.689Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-30T04:11:33.690Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-30T04:11:33.690Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-30T04:11:33.690Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-30T04:11:33.690Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-30T04:11:33.691Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-30T04:11:33.691Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-30T04:11:33.691Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-30T04:11:33.691Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-30T04:11:33.692Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-30T04:11:33.692Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-30T04:11:33.692Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T04:11:33.693Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T04:11:33.693Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-30T04:11:33.693Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-30T04:11:33.694Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-30T04:11:33.694Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T04:11:33.695Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T04:11:33.695Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-30T04:11:33.695Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-30T04:11:33.696Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-30T04:11:33.696Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T04:11:33.697Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T04:11:33.697Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T04:11:33.698Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-03-30T04:11:33.698Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-03-30T04:11:33.698Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-03-30T04:11:33.699Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-03-30T04:11:33.699Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-30T04:11:33.699Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-30T04:11:33.700Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T04:11:33.700Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-30T04:11:33.700Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T04:11:33.700Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-30T04:11:33.701Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-30T04:11:33.701Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T04:11:33.701Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-30T04:11:33.702Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-30T04:11:33.702Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T04:11:33.703Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-30T04:11:33.703Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-30T04:11:33.703Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T04:11:33.704Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-03-30T04:11:33.704Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-03-30T04:11:33.705Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-30T04:11:33.705Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=f7f6fea6-3485-472d-a2ad-3666dcbe2079
2022-03-30T04:11:33.705Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T04:11:33.706Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T04:11:33.706Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T04:11:33.706Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T04:11:33.707Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T04:11:33.707Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T04:11:33.707Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T04:11:33.707Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T04:11:33.708Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:12be0f3e-acb2-4bda-a419-293d52d087bb
Model Version:NULL
Model InvariantUuid:223ca2e8-4e81-4076-a4b6-aad89553febb
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:fd6b6656-5c8d-4969-8ed4-5d5d63f5dd9b
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ddd58804-ad2c-4c49-9ea6-586a76e3b3d1
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:2d611beb-6831-4738-8db4-395f88ed51c4
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:3259f2b4-858e-4391-953e-14b9bc4fad70
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:f19760f9-1857-45d9-9ddc-c472b6ec97f9
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:f7f6fea6-3485-472d-a2ad-3666dcbe2079
ModelInvariantUuid:e4014017-0ec7-4a12-b574-f2b4bf66629a
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:55f10d19-6939-4526-ad15-5ad3a945fe96
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:d9a4bee2-5151-46c8-a802-06de6c8fe170
ModelInvariantUuid:1fe00c27-e284-4077-af77-74a9f1d30f6a
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:d54f0848-1c1b-4f82-b06e-58c4ba771b7e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-30T04:11:33.717Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: bb95068a-4639-4fe1-9fe4-b81e9d9a38d4
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-30T04:11:33.721Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||INFO|500||basic_vm_macro 0
2022-03-30T04:11:33.722Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: bb95068a-4639-4fe1-9fe4-b81e9d9a38d4
2022-03-30T04:11:33.722Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 8d07b7e9-44fb-4d9c-aeaf-19cfe7c2f012 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-03-30T04:11:33.722Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-30T04:11:33.723Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-03-30T04:11:34.113Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-30T04:11:34.114Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 8d07b7e9-44fb-4d9c-aeaf-19cfe7c2f012 792
2022-03-30T04:11:34.115Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-03-30T04:11:34.115Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-03-30T04:11:34.115Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-30T04:11:34.116Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-30T04:11:34.122Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T04:11:34.122Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "fec5068c-28eb-4ab8-a3c0-1ec663b97b9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613494115,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-30T04:11:34.219Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-03-30T04:11:34.220Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T04:11:34.220Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T04:11:34.235Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:11:34.235Z||pool-94-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-30T04:11:35.123Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "3259f2b4-858e-4391-953e-14b9bc4fad70",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f19760f9-1857-45d9-9ddc-c472b6ec97f9",
    "vfModuleModelCustomizationUUID": "432d878e-9150-4d40-9a98-d90dc2b7d2c2",
    "isBase": true,
    "artifacts": [
      "e792252c-5354-43aa-973d-38843c717bd9",
      "70983a4d-d6b0-4c3c-ab39-836139f1a59d"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-30T04:11:35.129Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f19760f9-1857-45d9-9ddc-c472b6ec97f9
VfModuleModelInvariantUUID:3259f2b4-858e-4391-953e-14b9bc4fad70
VfModuleModelDescription:NULL
Artifacts UUID List:{
e792252c-5354-43aa-973d-38843c717bd9
,
70983a4d-d6b0-4c3c-ab39-836139f1a59d

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

isBase:true


}

2022-03-30T04:11:35.132Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "3259f2b4-858e-4391-953e-14b9bc4fad70",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f19760f9-1857-45d9-9ddc-c472b6ec97f9",
    "vfModuleModelCustomizationUUID": "432d878e-9150-4d40-9a98-d90dc2b7d2c2",
    "isBase": true,
    "artifacts": [
      "e792252c-5354-43aa-973d-38843c717bd9",
      "70983a4d-d6b0-4c3c-ab39-836139f1a59d"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-30T04:11:35.133Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f19760f9-1857-45d9-9ddc-c472b6ec97f9
VfModuleModelInvariantUUID:3259f2b4-858e-4391-953e-14b9bc4fad70
VfModuleModelDescription:NULL
Artifacts UUID List:{
e792252c-5354-43aa-973d-38843c717bd9
,
70983a4d-d6b0-4c3c-ab39-836139f1a59d

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

isBase:true


}

2022-03-30T04:11:35.133Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: e792252c-5354-43aa-973d-38843c717bd9 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-03-30T04:11:35.133Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-30T04:11:35.134Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-03-30T04:11:35.184Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-30T04:11:35.186Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml e792252c-5354-43aa-973d-38843c717bd9 5033
2022-03-30T04:11:35.187Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-03-30T04:11:35.192Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-03-30T04:11:35.192Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-30T04:11:35.193Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-30T04:11:35.197Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T04:11:35.197Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "fec5068c-28eb-4ab8-a3c0-1ec663b97b9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613495187,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-30T04:11:35.297Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-30T04:11:35.298Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T04:11:35.298Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T04:11:35.312Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:11:35.313Z||pool-95-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-30T04:11:36.198Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 70983a4d-d6b0-4c3c-ab39-836139f1a59d from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-03-30T04:11:36.198Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-30T04:11:36.199Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-03-30T04:11:36.379Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-30T04:11:36.380Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 70983a4d-d6b0-4c3c-ab39-836139f1a59d 903
2022-03-30T04:11:36.380Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-03-30T04:11:36.381Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-03-30T04:11:36.381Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-30T04:11:36.382Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-30T04:11:36.385Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T04:11:36.385Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "fec5068c-28eb-4ab8-a3c0-1ec663b97b9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613496380,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-03-30T04:11:36.485Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-30T04:11:36.486Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T04:11:36.487Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T04:11:36.501Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:11:36.501Z||pool-96-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-30T04:11:37.386Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 12be0f3e-acb2-4bda-a419-293d52d087bb
2022-03-30T04:11:37.387Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 bb95068a-4639-4fe1-9fe4-b81e9d9a38d4 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-30T04:11:37.405Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5a4abb48, org.onap.sdc.toscaparser.api.parameters.Input@39857280, org.onap.sdc.toscaparser.api.parameters.Input@691cdef0, org.onap.sdc.toscaparser.api.parameters.Input@5676da02, org.onap.sdc.toscaparser.api.parameters.Input@5969bb7f]
2022-03-30T04:11:37.407Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T04:11:37.407Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T04:11:37.407Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-03-30T04:11:37.407Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 2d611beb-6831-4738-8db4-395f88ed51c4
2022-03-30T04:11:37.407Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2d611beb-6831-4738-8db4-395f88ed51c4 matches Tosca VF Customization UUID: 2d611beb-6831-4738-8db4-395f88ed51c4
2022-03-30T04:11:37.408Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 2d611beb-6831-4738-8db4-395f88ed51c4  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-30T04:11:37.410Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T04:11:37.410Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T04:11:37.411Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 2d611beb-6831-4738-8db4-395f88ed51c4: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"}
2022-03-30T04:11:37.412Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@24481b3a
2022-03-30T04:11:37.412Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T04:11:37.412Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-30T04:11:37.412Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 432d878e-9150-4d40-9a98-d90dc2b7d2c2
2022-03-30T04:11:37.413Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 432d878e-9150-4d40-9a98-d90dc2b7d2c2
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-03-30T04:11:37.416Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T04:11:37.417Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-30T04:11:37.417Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-30T04:11:37.417Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T04:11:37.417Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-30T04:11:37.418Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-30T04:11:37.418Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T04:11:37.418Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-03-30T04:11:37.418Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-03-30T04:11:37.419Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-30T04:11:37.419Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=f7f6fea6-3485-472d-a2ad-3666dcbe2079
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-30T04:11:37.422Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T04:11:37.422Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-30T04:11:37.423Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-30T04:11:37.423Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T04:11:37.423Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-30T04:11:37.423Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=2d611beb-6831-4738-8db4-395f88ed51c4
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-30T04:11:37.425Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T04:11:37.425Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T04:11:37.425Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 12be0f3e-acb2-4bda-a419-293d52d087bb: basic_vm_macro
2022-03-30T04:11:37.425Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T04:11:37.425Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T04:11:37.426Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T04:11:37.426Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T04:11:37.426Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T04:11:37.426Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T04:11:37.426Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T04:11:37.427Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T04:11:37.427Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T04:11:37.427Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T04:11:37.427Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-30T04:11:37.517Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro bb95068a-4639-4fe1-9fe4-b81e9d9a38d4 1 ASDC deployResourceStructure
2022-03-30T04:11:37.517Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-03-30T04:11:37.518Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-03-30T04:11:37.518Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-30T04:11:37.518Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-30T04:11:37.521Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T04:11:37.522Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "fec5068c-28eb-4ab8-a3c0-1ec663b97b9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613497517,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-30T04:11:37.621Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-30T04:11:37.623Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T04:11:37.623Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T04:11:37.637Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:11:37.638Z||pool-97-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-03-30T04:11:37.646Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T04:11:37.647Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T04:11:37.647Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T04:11:37.677Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:11:37.679Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:11:37.679Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613318407,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/artifacts/service-DemoPnf709gainklgjo5bwaxpzk-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-30T04:11:37.681Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:11:37.681Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:11:37.681Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613349926,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-30T04:11:37.682Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:11:37.683Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:11:37.683Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613302929,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:11:37.684Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:11:37.685Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:11:37.685Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fad62b52-75ee-4157-aa6d-3b8546f4c5d3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648613343241,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWjbxou4jjze9zwkofv3i/1.0/resourceInstances/pnf3d9208e81d0b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:11:37.686Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:11:37.686Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:11:37.687Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fad62b52-75ee-4157-aa6d-3b8546f4c5d3",
  "consumerID": "cds",
  "timestamp": 1648613346077,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWjbxou4jjze9zwkofv3i/1.0/resourceInstances/pnf3d9208e81d0b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:11:37.687Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:11:37.688Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:11:37.688Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fad62b52-75ee-4157-aa6d-3b8546f4c5d3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648613341614,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWjbxou4jjze9zwkofv3i/1.0/resourceInstances/pnf3d9208e81d0b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:11:37.689Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:11:37.690Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:11:37.690Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fad62b52-75ee-4157-aa6d-3b8546f4c5d3",
  "consumerID": "policy-id",
  "timestamp": 1648613344553,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWjbxou4jjze9zwkofv3i/1.0/resourceInstances/pnf3d9208e81d0b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:11:37.690Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:11:37.690Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:11:37.690Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fad62b52-75ee-4157-aa6d-3b8546f4c5d3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648613344627,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWjbxou4jjze9zwkofv3i/1.0/resourceInstances/pnf3d9208e81d0b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:11:37.691Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:11:37.692Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:11:37.692Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fad62b52-75ee-4157-aa6d-3b8546f4c5d3",
  "consumerID": "aai-ml",
  "timestamp": 1648613348365,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWjbxou4jjze9zwkofv3i/1.0/resourceInstances/pnf3d9208e81d0b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:11:37.692Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:11:37.692Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:11:37.692Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613302929,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-03-30T04:11:37.692Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:11:37.692Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:11:37.694Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fad62b52-75ee-4157-aa6d-3b8546f4c5d3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648613343241,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWjbxou4jjze9zwkofv3i/1.0/resourceInstances/pnf3d9208e81d0b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:11:37.694Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:11:37.694Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:11:37.694Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fad62b52-75ee-4157-aa6d-3b8546f4c5d3",
  "consumerID": "cds",
  "timestamp": 1648613346077,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWjbxou4jjze9zwkofv3i/1.0/resourceInstances/pnf3d9208e81d0b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:11:37.695Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:11:37.695Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:11:37.695Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fad62b52-75ee-4157-aa6d-3b8546f4c5d3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648613341614,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWjbxou4jjze9zwkofv3i/1.0/resourceInstances/pnf3d9208e81d0b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:11:37.695Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:11:37.695Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:11:37.696Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fad62b52-75ee-4157-aa6d-3b8546f4c5d3",
  "consumerID": "policy-id",
  "timestamp": 1648613344553,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWjbxou4jjze9zwkofv3i/1.0/resourceInstances/pnf3d9208e81d0b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:11:37.696Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:11:37.696Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:11:37.696Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fad62b52-75ee-4157-aa6d-3b8546f4c5d3",
  "consumerID": "aai-ml",
  "timestamp": 1648613348365,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWjbxou4jjze9zwkofv3i/1.0/resourceInstances/pnf3d9208e81d0b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:11:37.696Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:11:37.696Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:11:37.696Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fad62b52-75ee-4157-aa6d-3b8546f4c5d3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648613344627,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWjbxou4jjze9zwkofv3i/1.0/resourceInstances/pnf3d9208e81d0b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:11:37.696Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:11:37.697Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:11:37.697Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613302929,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-03-30T04:11:37.697Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:11:37.697Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:11:37.697Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fad62b52-75ee-4157-aa6d-3b8546f4c5d3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648613341614,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWjbxou4jjze9zwkofv3i/1.0/resourceInstances/pnf3d9208e81d0b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:11:37.697Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:11:37.697Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:11:37.697Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fad62b52-75ee-4157-aa6d-3b8546f4c5d3",
  "consumerID": "cds",
  "timestamp": 1648613346077,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWjbxou4jjze9zwkofv3i/1.0/resourceInstances/pnf3d9208e81d0b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:11:37.698Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:11:37.698Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:11:37.698Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fad62b52-75ee-4157-aa6d-3b8546f4c5d3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648613343241,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWjbxou4jjze9zwkofv3i/1.0/resourceInstances/pnf3d9208e81d0b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:11:37.698Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:11:37.698Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:11:37.698Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fad62b52-75ee-4157-aa6d-3b8546f4c5d3",
  "consumerID": "policy-id",
  "timestamp": 1648613344553,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWjbxou4jjze9zwkofv3i/1.0/resourceInstances/pnf3d9208e81d0b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:11:37.698Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:11:37.698Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:11:37.699Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fad62b52-75ee-4157-aa6d-3b8546f4c5d3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648613344627,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWjbxou4jjze9zwkofv3i/1.0/resourceInstances/pnf3d9208e81d0b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:11:37.699Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:11:37.699Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:11:37.699Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fad62b52-75ee-4157-aa6d-3b8546f4c5d3",
  "consumerID": "aai-ml",
  "timestamp": 1648613348365,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWjbxou4jjze9zwkofv3i/1.0/resourceInstances/pnf3d9208e81d0b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:11:37.699Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:11:37.699Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:11:37.700Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613302929,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-03-30T04:11:37.700Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:11:37.700Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:11:37.700Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fad62b52-75ee-4157-aa6d-3b8546f4c5d3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648613343241,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWjbxou4jjze9zwkofv3i/1.0/resourceInstances/pnf3d9208e81d0b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:11:37.700Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:11:37.700Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:11:37.700Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fad62b52-75ee-4157-aa6d-3b8546f4c5d3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648613341614,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWjbxou4jjze9zwkofv3i/1.0/resourceInstances/pnf3d9208e81d0b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:11:37.700Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:11:37.701Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:11:37.701Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fad62b52-75ee-4157-aa6d-3b8546f4c5d3",
  "consumerID": "cds",
  "timestamp": 1648613346077,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWjbxou4jjze9zwkofv3i/1.0/resourceInstances/pnf3d9208e81d0b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:11:37.701Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:11:37.701Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:11:37.701Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fad62b52-75ee-4157-aa6d-3b8546f4c5d3",
  "consumerID": "policy-id",
  "timestamp": 1648613344553,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWjbxou4jjze9zwkofv3i/1.0/resourceInstances/pnf3d9208e81d0b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:11:37.701Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:11:37.701Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:11:37.701Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fad62b52-75ee-4157-aa6d-3b8546f4c5d3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648613344627,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWjbxou4jjze9zwkofv3i/1.0/resourceInstances/pnf3d9208e81d0b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:11:37.701Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:11:37.702Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:11:37.702Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fad62b52-75ee-4157-aa6d-3b8546f4c5d3",
  "consumerID": "aai-ml",
  "timestamp": 1648613348365,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWjbxou4jjze9zwkofv3i/1.0/resourceInstances/pnf3d9208e81d0b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:11:37.702Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:11:37.702Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:11:37.702Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613302929,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-03-30T04:11:37.702Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:11:37.703Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:11:37.703Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fad62b52-75ee-4157-aa6d-3b8546f4c5d3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648613343241,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWjbxou4jjze9zwkofv3i/1.0/resourceInstances/pnf3d9208e81d0b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:11:37.703Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:11:37.703Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:11:37.703Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fad62b52-75ee-4157-aa6d-3b8546f4c5d3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648613341614,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWjbxou4jjze9zwkofv3i/1.0/resourceInstances/pnf3d9208e81d0b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:11:37.703Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:11:37.704Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:11:37.704Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fad62b52-75ee-4157-aa6d-3b8546f4c5d3",
  "consumerID": "cds",
  "timestamp": 1648613346077,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWjbxou4jjze9zwkofv3i/1.0/resourceInstances/pnf3d9208e81d0b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:11:37.704Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:11:37.704Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:11:37.704Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fad62b52-75ee-4157-aa6d-3b8546f4c5d3",
  "consumerID": "policy-id",
  "timestamp": 1648613344553,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWjbxou4jjze9zwkofv3i/1.0/resourceInstances/pnf3d9208e81d0b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:11:37.704Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:11:37.704Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:11:37.704Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fad62b52-75ee-4157-aa6d-3b8546f4c5d3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648613344627,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWjbxou4jjze9zwkofv3i/1.0/resourceInstances/pnf3d9208e81d0b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:11:37.704Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:11:37.705Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:11:37.705Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fad62b52-75ee-4157-aa6d-3b8546f4c5d3",
  "consumerID": "aai-ml",
  "timestamp": 1648613348365,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWjbxou4jjze9zwkofv3i/1.0/resourceInstances/pnf3d9208e81d0b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:11:37.705Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:11:37.705Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:11:37.705Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613302929,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:11:37.705Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:11:37.705Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:11:37.705Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fad62b52-75ee-4157-aa6d-3b8546f4c5d3",
  "consumerID": "dcae-sch",
  "timestamp": 1648613354169,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWjbxou4jjze9zwkofv3i/1.0/resourceInstances/pnf3d9208e81d0b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:11:37.705Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:11:37.706Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:11:37.706Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fad62b52-75ee-4157-aa6d-3b8546f4c5d3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648613343241,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWjbxou4jjze9zwkofv3i/1.0/resourceInstances/pnf3d9208e81d0b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-03-30T04:11:37.706Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:11:37.706Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:11:37.706Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fad62b52-75ee-4157-aa6d-3b8546f4c5d3",
  "consumerID": "cds",
  "timestamp": 1648613346077,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWjbxou4jjze9zwkofv3i/1.0/resourceInstances/pnf3d9208e81d0b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:11:37.706Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:11:37.706Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:11:37.706Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fad62b52-75ee-4157-aa6d-3b8546f4c5d3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648613341614,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWjbxou4jjze9zwkofv3i/1.0/resourceInstances/pnf3d9208e81d0b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:11:37.707Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:11:37.707Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:11:37.708Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fad62b52-75ee-4157-aa6d-3b8546f4c5d3",
  "consumerID": "policy-id",
  "timestamp": 1648613344553,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWjbxou4jjze9zwkofv3i/1.0/resourceInstances/pnf3d9208e81d0b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:11:37.708Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:11:37.708Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:11:37.708Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fad62b52-75ee-4157-aa6d-3b8546f4c5d3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648613344627,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWjbxou4jjze9zwkofv3i/1.0/resourceInstances/pnf3d9208e81d0b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:11:37.708Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:11:37.708Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:11:37.708Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fad62b52-75ee-4157-aa6d-3b8546f4c5d3",
  "consumerID": "aai-ml",
  "timestamp": 1648613348365,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWjbxou4jjze9zwkofv3i/1.0/resourceInstances/pnf3d9208e81d0b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:11:37.708Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:11:37.708Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:11:37.708Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613302929,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-03-30T04:11:37.708Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:11:37.709Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:11:37.709Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fad62b52-75ee-4157-aa6d-3b8546f4c5d3",
  "consumerID": "dcae-sch",
  "timestamp": 1648613354169,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWjbxou4jjze9zwkofv3i/1.0/resourceInstances/pnf3d9208e81d0b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:11:37.709Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:11:37.709Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:11:37.709Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fad62b52-75ee-4157-aa6d-3b8546f4c5d3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648613343241,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWjbxou4jjze9zwkofv3i/1.0/artifacts/service-DemoPnfWjbxou4jjze9zwkofv3i-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:11:37.709Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:11:37.709Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:11:37.709Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fad62b52-75ee-4157-aa6d-3b8546f4c5d3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648613341614,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWjbxou4jjze9zwkofv3i/1.0/artifacts/service-DemoPnfWjbxou4jjze9zwkofv3i-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:11:37.709Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:11:37.709Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:11:37.709Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fad62b52-75ee-4157-aa6d-3b8546f4c5d3",
  "consumerID": "cds",
  "timestamp": 1648613346077,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWjbxou4jjze9zwkofv3i/1.0/artifacts/service-DemoPnfWjbxou4jjze9zwkofv3i-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:11:37.709Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:11:37.709Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:11:37.709Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fad62b52-75ee-4157-aa6d-3b8546f4c5d3",
  "consumerID": "policy-id",
  "timestamp": 1648613344553,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWjbxou4jjze9zwkofv3i/1.0/artifacts/service-DemoPnfWjbxou4jjze9zwkofv3i-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:11:37.710Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:11:37.710Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:11:37.710Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fad62b52-75ee-4157-aa6d-3b8546f4c5d3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648613344627,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWjbxou4jjze9zwkofv3i/1.0/artifacts/service-DemoPnfWjbxou4jjze9zwkofv3i-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:11:37.710Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:11:37.710Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:11:37.710Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fad62b52-75ee-4157-aa6d-3b8546f4c5d3",
  "consumerID": "aai-ml",
  "timestamp": 1648613348365,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWjbxou4jjze9zwkofv3i/1.0/artifacts/service-DemoPnfWjbxou4jjze9zwkofv3i-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:11:37.710Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:11:37.710Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:11:37.710Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613302929,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:11:37.710Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:11:37.710Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:11:37.710Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fad62b52-75ee-4157-aa6d-3b8546f4c5d3",
  "consumerID": "dcae-sch",
  "timestamp": 1648613354169,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWjbxou4jjze9zwkofv3i/1.0/resourceInstances/pnf3d9208e81d0b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:11:37.710Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:11:37.711Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:11:37.711Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fad62b52-75ee-4157-aa6d-3b8546f4c5d3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648613343241,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWjbxou4jjze9zwkofv3i/1.0/artifacts/service-DemoPnfWjbxou4jjze9zwkofv3i-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:11:37.711Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:11:37.711Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:11:37.711Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fad62b52-75ee-4157-aa6d-3b8546f4c5d3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648613341614,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWjbxou4jjze9zwkofv3i/1.0/artifacts/service-DemoPnfWjbxou4jjze9zwkofv3i-csar.csar",
  "status": "NOTIFIED"
}
2022-03-30T04:11:37.711Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:11:37.711Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:11:37.711Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fad62b52-75ee-4157-aa6d-3b8546f4c5d3",
  "consumerID": "cds",
  "timestamp": 1648613346077,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWjbxou4jjze9zwkofv3i/1.0/artifacts/service-DemoPnfWjbxou4jjze9zwkofv3i-csar.csar",
  "status": "NOTIFIED"
}
2022-03-30T04:11:37.711Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:11:37.711Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:11:37.712Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fad62b52-75ee-4157-aa6d-3b8546f4c5d3",
  "consumerID": "policy-id",
  "timestamp": 1648613344553,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWjbxou4jjze9zwkofv3i/1.0/artifacts/service-DemoPnfWjbxou4jjze9zwkofv3i-csar.csar",
  "status": "NOTIFIED"
}
2022-03-30T04:11:37.712Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:11:37.712Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:11:37.712Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fad62b52-75ee-4157-aa6d-3b8546f4c5d3",
  "consumerID": "aai-ml",
  "timestamp": 1648613348365,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWjbxou4jjze9zwkofv3i/1.0/artifacts/service-DemoPnfWjbxou4jjze9zwkofv3i-csar.csar",
  "status": "NOTIFIED"
}
2022-03-30T04:11:37.712Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:11:37.712Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:11:37.712Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fad62b52-75ee-4157-aa6d-3b8546f4c5d3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648613344627,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWjbxou4jjze9zwkofv3i/1.0/artifacts/service-DemoPnfWjbxou4jjze9zwkofv3i-csar.csar",
  "status": "NOTIFIED"
}
2022-03-30T04:11:37.712Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:11:37.712Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:11:37.712Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613302929,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-30T04:11:37.712Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:11:37.712Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:11:37.712Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fad62b52-75ee-4157-aa6d-3b8546f4c5d3",
  "consumerID": "dcae-sch",
  "timestamp": 1648613354169,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWjbxou4jjze9zwkofv3i/1.0/resourceInstances/pnf3d9208e81d0b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:11:37.713Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:11:37.713Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:11:37.713Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fad62b52-75ee-4157-aa6d-3b8546f4c5d3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648613358887,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWjbxou4jjze9zwkofv3i/1.0/resourceInstances/pnf3d9208e81d0b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-30T04:11:37.713Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:11:37.713Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:11:37.713Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fad62b52-75ee-4157-aa6d-3b8546f4c5d3",
  "consumerID": "policy-id",
  "timestamp": 1648613360018,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWjbxou4jjze9zwkofv3i/1.0/artifacts/service-DemoPnfWjbxou4jjze9zwkofv3i-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-30T04:11:37.713Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:11:37.713Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:11:37.713Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fad62b52-75ee-4157-aa6d-3b8546f4c5d3",
  "consumerID": "aai-ml",
  "timestamp": 1648613358907,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWjbxou4jjze9zwkofv3i/1.0/artifacts/service-DemoPnfWjbxou4jjze9zwkofv3i-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-30T04:11:37.713Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:11:37.713Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:11:37.714Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fad62b52-75ee-4157-aa6d-3b8546f4c5d3",
  "consumerID": "clamp",
  "timestamp": 1648613359471,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWjbxou4jjze9zwkofv3i/1.0/resourceInstances/pnf3d9208e81d0b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:11:37.714Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:11:37.714Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:11:37.714Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fad62b52-75ee-4157-aa6d-3b8546f4c5d3",
  "consumerID": "cds",
  "timestamp": 1648613358989,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWjbxou4jjze9zwkofv3i/1.0/artifacts/service-DemoPnfWjbxou4jjze9zwkofv3i-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-30T04:11:37.714Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:11:37.714Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:11:37.714Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fad62b52-75ee-4157-aa6d-3b8546f4c5d3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648613360134,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWjbxou4jjze9zwkofv3i/1.0/artifacts/service-DemoPnfWjbxou4jjze9zwkofv3i-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-30T04:11:37.714Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:11:37.714Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:11:37.714Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fad62b52-75ee-4157-aa6d-3b8546f4c5d3",
  "consumerID": "dcae-sch",
  "timestamp": 1648613354169,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWjbxou4jjze9zwkofv3i/1.0/resourceInstances/pnf3d9208e81d0b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:11:37.714Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:11:37.715Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:11:37.715Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613360231,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-30T04:11:37.715Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:11:37.715Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:11:37.715Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fad62b52-75ee-4157-aa6d-3b8546f4c5d3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648613359908,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWjbxou4jjze9zwkofv3i/1.0/resourceInstances/pnf3d9208e81d0b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-03-30T04:11:37.715Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:11:37.715Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:11:37.715Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fad62b52-75ee-4157-aa6d-3b8546f4c5d3",
  "consumerID": "clamp",
  "timestamp": 1648613359471,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWjbxou4jjze9zwkofv3i/1.0/resourceInstances/pnf3d9208e81d0b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:11:37.715Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:11:37.716Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:11:37.716Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fad62b52-75ee-4157-aa6d-3b8546f4c5d3",
  "consumerID": "policy-id",
  "timestamp": 1648613361027,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWjbxou4jjze9zwkofv3i/1.0/artifacts/service-DemoPnfWjbxou4jjze9zwkofv3i-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-30T04:11:37.716Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:11:37.716Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:11:37.716Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fad62b52-75ee-4157-aa6d-3b8546f4c5d3",
  "consumerID": "dcae-sch",
  "timestamp": 1648613354169,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWjbxou4jjze9zwkofv3i/1.0/resourceInstances/pnf3d9208e81d0b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:11:37.716Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:11:37.716Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:11:37.717Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fad62b52-75ee-4157-aa6d-3b8546f4c5d3",
  "consumerID": "cds",
  "timestamp": 1648613360034,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWjbxou4jjze9zwkofv3i/1.0/artifacts/service-DemoPnfWjbxou4jjze9zwkofv3i-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-30T04:11:37.728Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of fad62b52-75ee-4157-aa6d-3b8546f4c5d3
2022-03-30T04:11:37.729Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId fad62b52-75ee-4157-aa6d-3b8546f4c5d3 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-30T04:11:37.736Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:11:37.736Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fad62b52-75ee-4157-aa6d-3b8546f4c5d3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648613360911,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-30T04:11:37.740Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of fad62b52-75ee-4157-aa6d-3b8546f4c5d3
2022-03-30T04:11:37.740Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId fad62b52-75ee-4157-aa6d-3b8546f4c5d3 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-30T04:11:37.749Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:11:37.749Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fad62b52-75ee-4157-aa6d-3b8546f4c5d3",
  "consumerID": "policy-id",
  "timestamp": 1648613362034,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-30T04:11:37.752Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fad62b52-75ee-4157-aa6d-3b8546f4c5d3
2022-03-30T04:11:37.752Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId fad62b52-75ee-4157-aa6d-3b8546f4c5d3 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-30T04:11:37.758Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:11:37.758Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fad62b52-75ee-4157-aa6d-3b8546f4c5d3",
  "consumerID": "clamp",
  "timestamp": 1648613359471,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWjbxou4jjze9zwkofv3i/1.0/resourceInstances/pnf3d9208e81d0b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:11:37.758Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:11:37.759Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:11:37.759Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fad62b52-75ee-4157-aa6d-3b8546f4c5d3",
  "consumerID": "dcae-sch",
  "timestamp": 1648613354169,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWjbxou4jjze9zwkofv3i/1.0/artifacts/service-DemoPnfWjbxou4jjze9zwkofv3i-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:11:37.759Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:11:37.759Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:11:37.759Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fad62b52-75ee-4157-aa6d-3b8546f4c5d3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648613362531,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWjbxou4jjze9zwkofv3i/1.0/artifacts/service-DemoPnfWjbxou4jjze9zwkofv3i-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-30T04:11:37.759Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:11:37.759Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:11:37.759Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fad62b52-75ee-4157-aa6d-3b8546f4c5d3",
  "consumerID": "clamp",
  "timestamp": 1648613359471,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWjbxou4jjze9zwkofv3i/1.0/resourceInstances/pnf3d9208e81d0b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:11:37.760Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:11:37.760Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:11:37.760Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fad62b52-75ee-4157-aa6d-3b8546f4c5d3",
  "consumerID": "dcae-sch",
  "timestamp": 1648613354169,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWjbxou4jjze9zwkofv3i/1.0/artifacts/service-DemoPnfWjbxou4jjze9zwkofv3i-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:11:37.761Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:11:37.761Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:11:37.761Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fad62b52-75ee-4157-aa6d-3b8546f4c5d3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648613363539,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-30T04:11:37.767Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fad62b52-75ee-4157-aa6d-3b8546f4c5d3
2022-03-30T04:11:37.768Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId fad62b52-75ee-4157-aa6d-3b8546f4c5d3 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-30T04:11:37.788Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:11:37.789Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613363607,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-03-30T04:11:37.789Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:11:37.789Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:11:37.789Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fad62b52-75ee-4157-aa6d-3b8546f4c5d3",
  "consumerID": "clamp",
  "timestamp": 1648613359471,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWjbxou4jjze9zwkofv3i/1.0/resourceInstances/pnf3d9208e81d0b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:11:37.789Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:11:37.789Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:11:37.790Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613364664,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-03-30T04:11:37.790Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:11:37.790Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:11:37.790Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fad62b52-75ee-4157-aa6d-3b8546f4c5d3",
  "consumerID": "aai-ml",
  "timestamp": 1648613363681,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWjbxou4jjze9zwkofv3i/1.0/artifacts/service-DemoPnfWjbxou4jjze9zwkofv3i-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-30T04:11:37.790Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:11:37.790Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:11:37.790Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fad62b52-75ee-4157-aa6d-3b8546f4c5d3",
  "consumerID": "clamp",
  "timestamp": 1648613359471,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWjbxou4jjze9zwkofv3i/1.0/resourceInstances/pnf3d9208e81d0b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:11:37.791Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:11:37.791Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:11:37.791Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613365721,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-30T04:11:37.791Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:11:37.791Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:11:37.796Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fad62b52-75ee-4157-aa6d-3b8546f4c5d3",
  "consumerID": "aai-ml",
  "timestamp": 1648613364721,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-30T04:11:37.803Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of fad62b52-75ee-4157-aa6d-3b8546f4c5d3
2022-03-30T04:11:37.803Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId fad62b52-75ee-4157-aa6d-3b8546f4c5d3 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-30T04:11:37.813Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:11:37.813Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fad62b52-75ee-4157-aa6d-3b8546f4c5d3",
  "consumerID": "clamp",
  "timestamp": 1648613359471,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWjbxou4jjze9zwkofv3i/1.0/artifacts/service-DemoPnfWjbxou4jjze9zwkofv3i-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:11:37.814Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:11:37.814Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:11:37.814Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613367008,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-30T04:11:37.814Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:11:37.814Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:11:37.814Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fad62b52-75ee-4157-aa6d-3b8546f4c5d3",
  "consumerID": "clamp",
  "timestamp": 1648613359471,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWjbxou4jjze9zwkofv3i/1.0/artifacts/service-DemoPnfWjbxou4jjze9zwkofv3i-csar.csar",
  "status": "NOTIFIED"
}
2022-03-30T04:11:37.815Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:11:37.815Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:11:37.815Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613368215,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-03-30T04:11:37.815Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:11:37.815Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:11:37.815Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613369366,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-03-30T04:11:37.816Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:11:37.816Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:11:37.816Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613370370,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-03-30T04:11:37.816Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:11:37.816Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:11:37.816Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613371375,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-30T04:11:37.816Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:11:37.816Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:11:37.817Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613372381,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-03-30T04:11:37.817Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:11:37.817Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:11:37.817Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613373386,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-03-30T04:11:37.817Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:11:37.817Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:11:37.817Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613374393,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-30T04:11:37.818Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:11:37.818Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:11:37.818Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fad62b52-75ee-4157-aa6d-3b8546f4c5d3",
  "consumerID": "clamp",
  "timestamp": 1648613374906,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWjbxou4jjze9zwkofv3i/1.0/artifacts/service-DemoPnfWjbxou4jjze9zwkofv3i-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-30T04:11:37.818Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:11:37.818Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:11:37.818Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fad62b52-75ee-4157-aa6d-3b8546f4c5d3",
  "consumerID": "clamp",
  "timestamp": 1648613376807,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWjbxou4jjze9zwkofv3i/1.0/artifacts/service-DemoPnfWjbxou4jjze9zwkofv3i-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-30T04:11:37.818Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:11:38.523Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-03-30T04:11:38.523Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-03-30T04:11:38.523Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-30T04:11:38.523Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-30T04:11:38.527Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T04:11:38.527Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "fec5068c-28eb-4ab8-a3c0-1ec663b97b9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613498522,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-03-30T04:11:38.626Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-30T04:11:38.628Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T04:11:38.628Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T04:11:38.653Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:11:38.654Z||pool-98-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-03-30T04:11:39.528Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-03-30T04:11:39.528Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-03-30T04:11:39.528Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-30T04:11:39.529Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-30T04:11:39.531Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T04:11:39.531Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "fec5068c-28eb-4ab8-a3c0-1ec663b97b9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613499528,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-03-30T04:11:39.631Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-30T04:11:39.632Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T04:11:39.632Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T04:11:39.643Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:11:39.643Z||pool-99-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-30T04:11:40.532Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-03-30T04:11:40.532Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-03-30T04:11:40.532Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-30T04:11:40.533Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-30T04:11:40.535Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T04:11:40.536Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "fec5068c-28eb-4ab8-a3c0-1ec663b97b9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613500532,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-30T04:11:40.637Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-30T04:11:40.638Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T04:11:40.638Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T04:11:40.652Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:11:40.653Z||pool-100-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-30T04:11:41.537Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fec5068c-28eb-4ab8-a3c0-1ec663b97b9c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-30T04:11:41.545Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fec5068c-28eb-4ab8-a3c0-1ec663b97b9c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-30T04:11:41.547Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-30T04:11:41.547Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-30T04:11:41.548Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-30T04:11:41.548Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-30T04:11:41.548Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-30T04:11:41.548Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-30T04:11:41.548Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-30T04:11:41.548Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-30T04:11:41.548Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-30T04:11:41.548Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-30T04:11:41.549Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-30T04:11:41.552Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-30T04:12:11.552Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fec5068c-28eb-4ab8-a3c0-1ec663b97b9c and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-30T04:12:11.557Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fec5068c-28eb-4ab8-a3c0-1ec663b97b9c and serviceModelVersionId: 12be0f3e-acb2-4bda-a419-293d52d087bb
2022-03-30T04:12:11.558Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 223ca2e8-4e81-4076-a4b6-aad89553febb
2022-03-30T04:12:11.559Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/223ca2e8-4e81-4076-a4b6-aad89553febb/model-vers/model-ver/12be0f3e-acb2-4bda-a419-293d52d087bb?depth=0
2022-03-30T04:12:11.566Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-03-30T04:12:11.672Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/223ca2e8-4e81-4076-a4b6-aad89553febb/model-vers/model-ver/12be0f3e-acb2-4bda-a419-293d52d087bb?depth=0|INFO|500||Invoke
2022-03-30T04:12:11.673Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/223ca2e8-4e81-4076-a4b6-aad89553febb/model-vers/model-ver/12be0f3e-acb2-4bda-a419-293d52d087bb?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/223ca2e8-4e81-4076-a4b6-aad89553febb/model-vers/model-ver/12be0f3e-acb2-4bda-a419-293d52d087bb?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[fec5068c-28eb-4ab8-a3c0-1ec663b97b9c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[62871147-8e9f-4a2e-b8d8-92b58538995a], X-ECOMP-RequestID=[fec5068c-28eb-4ab8-a3c0-1ec663b97b9c], X-TransactionId=[], X-ONAP-RequestID=[fec5068c-28eb-4ab8-a3c0-1ec663b97b9c], Content-Type=[application/merge-patch+json]}
2022-03-30T04:12:11.760Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/223ca2e8-4e81-4076-a4b6-aad89553febb/model-vers/model-ver/12be0f3e-acb2-4bda-a419-293d52d087bb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-30T04:12:12.019Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/223ca2e8-4e81-4076-a4b6-aad89553febb/model-vers/model-ver/12be0f3e-acb2-4bda-a419-293d52d087bb?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/223ca2e8-4e81-4076-a4b6-aad89553febb/model-vers/model-ver/12be0f3e-acb2-4bda-a419-293d52d087bb?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220330-04:12:11:767-20259], vertex-id=[237768], Content-Length=[0], Date=[Wed, 30 Mar 2022 04:12:11 GMT], Content-Type=[application/json]}
2022-03-30T04:12:12.019Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/223ca2e8-4e81-4076-a4b6-aad89553febb/model-vers/model-ver/12be0f3e-acb2-4bda-a419-293d52d087bb?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-30T04:12:12.020Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/223ca2e8-4e81-4076-a4b6-aad89553febb/model-vers/model-ver/12be0f3e-acb2-4bda-a419-293d52d087bb?depth=0|INFO|500||InvokeReturn
2022-03-30T04:12:12.021Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-30T04:12:12.021Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-30T04:12:12.030Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-30T04:12:12.031Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fec5068c-28eb-4ab8-a3c0-1ec663b97b9c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-30T04:12:12.031Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-30T04:12:12.031Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-30T04:12:12.036Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T04:12:12.036Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "fec5068c-28eb-4ab8-a3c0-1ec663b97b9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613532031,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-30T04:12:12.136Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-30T04:12:12.137Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T04:12:12.137Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T04:12:12.151Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:12:12.152Z||pool-101-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-30T04:12:13.046Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T04:12:13.047Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T04:12:13.047Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|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 xHcAUZwE4697cTNt) ...
2022-03-30T04:12:17.380Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:12:17.382Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-30T04:12:17.382Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"fad62b52-75ee-4157-aa6d-3b8546f4c5d3","serviceName":"Demo_pNF_WjbXou4jJZe9zwKOFV3I","serviceVersion":"1.0","serviceUUID":"b048cdca-caae-433e-8da0-ab0c3e13d74f","serviceDescription":"catalog service description","serviceInvariantUUID":"43fd84ca-39e6-41b5-a3f6-0693ad79a6a7","resources":[{"resourceInstanceName":"pNF 3d9208e8-1d0b 0","resourceName":"pNF 3d9208e8-1d0b","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"349cb10e-e6b0-4805-8449-25532d6248e8","resourceInvariantUUID":"1fcb8aed-8642-4216-b636-919b42a3baca","resourceCustomizationUUID":"3405de3c-3e00-4ba0-afea-2ccbec247a1e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWjbxou4jjze9zwkofv3i/1.0/resourceInstances/pnf3d9208e81d0b0/artifacts/vf-license-model.xml","artifactChecksum":"ZWY1ODgyNTU0ZjIxNmY3MjI0YjVmYTc2MzgwMzM2ODc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c3107ed2-faba-4601-8751-8226889c35db","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWjbxou4jjze9zwkofv3i/1.0/resourceInstances/pnf3d9208e81d0b0/artifacts/pNF.csar","artifactChecksum":"YmI5MzE1MDA0MTcyODQ5NDBlNWY3Mzg2YzA2ZDdhMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1670055d-0fba-4c86-8617-064e927c4409","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWjbxou4jjze9zwkofv3i/1.0/resourceInstances/pnf3d9208e81d0b0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"99acfd55-0dc9-495f-9415-2636f09167ab","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWjbxou4jjze9zwkofv3i/1.0/resourceInstances/pnf3d9208e81d0b0/artifacts/vendor-license-model.xml","artifactChecksum":"MWQ0MjdjMDUzOGFiNTk2OTY4NTA0YTYxMTFkZGQ1ZWQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2101007e-6544-4a62-beb6-9add481c7ee7","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfWjbxou4jjze9zwkofv3i/1.0/resourceInstances/pnf3d9208e81d0b0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b1750f2a-8250-433c-b2fc-c57b5f0adf48","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfWjbxou4jjze9zwkofv3i/1.0/resourceInstances/pnf3d9208e81d0b0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d148c489-d686-4d97-9951-fbd2de25b9a3","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfWjbxou4jjze9zwkofv3i-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWjbxou4jjze9zwkofv3i/1.0/artifacts/service-DemoPnfWjbxou4jjze9zwkofv3i-template.yml","artifactChecksum":"MmI1NGIwNDk3MDdjODBlZGY4MDFlMTYzYTE0NTkwNzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b332c8c7-2068-45c2-8417-2dfedaba92a6","artifactVersion":"1"},{"artifactName":"service-DemoPnfWjbxou4jjze9zwkofv3i-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfWjbxou4jjze9zwkofv3i/1.0/artifacts/service-DemoPnfWjbxou4jjze9zwkofv3i-csar.csar","artifactChecksum":"MTY4ZDYzODRmYzlkODBiNmYwOTVhZTI5YjE3ZmEyYjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c28b5272-efae-420c-a871-bd6928d1c875","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-30T04:12:17.387Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-30T04:12:17.388Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-30T04:12:17.393Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T04:12:17.393Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "fad62b52-75ee-4157-aa6d-3b8546f4c5d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613533046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWjbxou4jjze9zwkofv3i/1.0/resourceInstances/pnf3d9208e81d0b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:12:17.494Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-30T04:12:17.496Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T04:12:17.496Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T04:12:17.533Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:12:17.534Z||pool-102-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2022-03-30T04:12:18.394Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-30T04:12:18.395Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-30T04:12:18.401Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T04:12:18.402Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "fad62b52-75ee-4157-aa6d-3b8546f4c5d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613533046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWjbxou4jjze9zwkofv3i/1.0/resourceInstances/pnf3d9208e81d0b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:12:18.498Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-03-30T04:12:18.500Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T04:12:18.500Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T04:12:18.512Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:12:18.513Z||pool-103-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-30T04:12:19.403Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-30T04:12:19.404Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-30T04:12:19.406Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T04:12:19.406Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "fad62b52-75ee-4157-aa6d-3b8546f4c5d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613533046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWjbxou4jjze9zwkofv3i/1.0/resourceInstances/pnf3d9208e81d0b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:12:19.507Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-30T04:12:19.508Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T04:12:19.508Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T04:12:19.519Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:12:19.520Z||pool-104-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-30T04:12:20.408Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-30T04:12:20.409Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-30T04:12:20.411Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T04:12:20.412Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "fad62b52-75ee-4157-aa6d-3b8546f4c5d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613533046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWjbxou4jjze9zwkofv3i/1.0/resourceInstances/pnf3d9208e81d0b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:12:20.511Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-30T04:12:20.513Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T04:12:20.513Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T04:12:20.558Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:12:20.558Z||pool-105-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1}
2022-03-30T04:12:21.412Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-30T04:12:21.413Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-30T04:12:21.418Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T04:12:21.418Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "fad62b52-75ee-4157-aa6d-3b8546f4c5d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613533046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWjbxou4jjze9zwkofv3i/1.0/resourceInstances/pnf3d9208e81d0b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:12:21.518Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-30T04:12:21.519Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T04:12:21.520Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T04:12:21.553Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:12:21.553Z||pool-106-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-03-30T04:12:22.419Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-30T04:12:22.425Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-30T04:12:22.428Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T04:12:22.428Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "fad62b52-75ee-4157-aa6d-3b8546f4c5d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613533046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWjbxou4jjze9zwkofv3i/1.0/resourceInstances/pnf3d9208e81d0b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:12:22.528Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-30T04:12:22.529Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T04:12:22.530Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T04:12:22.541Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:12:22.541Z||pool-107-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-30T04:12:23.429Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-30T04:12:23.430Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-30T04:12:23.433Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T04:12:23.433Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "fad62b52-75ee-4157-aa6d-3b8546f4c5d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613533046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWjbxou4jjze9zwkofv3i/1.0/artifacts/service-DemoPnfWjbxou4jjze9zwkofv3i-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:12:23.533Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-30T04:12:23.534Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T04:12:23.535Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T04:12:23.547Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:12:23.548Z||pool-108-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-30T04:12:24.434Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-30T04:12:24.434Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-30T04:12:24.437Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T04:12:24.437Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "fad62b52-75ee-4157-aa6d-3b8546f4c5d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613533046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWjbxou4jjze9zwkofv3i/1.0/artifacts/service-DemoPnfWjbxou4jjze9zwkofv3i-csar.csar",
  "status": "NOTIFIED"
}
2022-03-30T04:12:24.537Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-30T04:12:24.538Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T04:12:24.538Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T04:12:24.556Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:12:24.565Z||pool-109-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-03-30T04:12:25.438Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "fad62b52-75ee-4157-aa6d-3b8546f4c5d3",
  "serviceName": "Demo_pNF_WjbXou4jJZe9zwKOFV3I",
  "serviceVersion": "1.0",
  "serviceUUID": "b048cdca-caae-433e-8da0-ab0c3e13d74f",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "43fd84ca-39e6-41b5-a3f6-0693ad79a6a7",
  "resources": [
    {
      "resourceInstanceName": "pNF 3d9208e8-1d0b 0",
      "resourceCustomizationUUID": "3405de3c-3e00-4ba0-afea-2ccbec247a1e",
      "resourceName": "pNF 3d9208e8-1d0b",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "349cb10e-e6b0-4805-8449-25532d6248e8",
      "resourceInvariantUUID": "1fcb8aed-8642-4216-b636-919b42a3baca",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfWjbxou4jjze9zwkofv3i-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfWjbxou4jjze9zwkofv3i/1.0/artifacts/service-DemoPnfWjbxou4jjze9zwkofv3i-csar.csar",
      "artifactChecksum": "MTY4ZDYzODRmYzlkODBiNmYwOTVhZTI5YjE3ZmEyYjc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c28b5272-efae-420c-a871-bd6928d1c875"
    }
  ],
  "workloadContext": "Production"
}
2022-03-30T04:12:25.438Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-30T04:12:25.438Z|fec5068c-28eb-4ab8-a3c0-1ec663b97b9c|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b048cdca-caae-433e-8da0-ab0c3e13d74f ASDC
2022-03-30T04:12:25.440Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:fad62b52-75ee-4157-aa6d-3b8546f4c5d3
ServiceName:Demo_pNF_WjbXou4jJZe9zwKOFV3I
ServiceVersion:1.0
ServiceUUID:b048cdca-caae-433e-8da0-ab0c3e13d74f
ServiceInvariantUUID:43fd84ca-39e6-41b5-a3f6-0693ad79a6a7
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfWjbxou4jjze9zwkofv3i-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfWjbxou4jjze9zwkofv3i/1.0/artifacts/service-DemoPnfWjbxou4jjze9zwkofv3i-csar.csar
ArtifactUUID:c28b5272-efae-420c-a871-bd6928d1c875
ArtifactChecksum:MTY4ZDYzODRmYzlkODBiNmYwOTVhZTI5YjE3ZmEyYjc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 3d9208e8-1d0b 0
ResourceCustomizationUUID:3405de3c-3e00-4ba0-afea-2ccbec247a1e
ResourceInvariantUUID:1fcb8aed-8642-4216-b636-919b42a3baca
ResourceName:pNF 3d9208e8-1d0b
ResourceType:PNF
ResourceUUID:349cb10e-e6b0-4805-8449-25532d6248e8
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-03-30T04:12:25.440Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b048cdca-caae-433e-8da0-ab0c3e13d74f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-30T04:12:25.474Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-30T04:12:25.475Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-30T04:12:25.475Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-30T04:12:25.475Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: c28b5272-efae-420c-a871-bd6928d1c875 from URL: /sdc/v1/catalog/services/DemoPnfWjbxou4jjze9zwkofv3i/1.0/artifacts/service-DemoPnfWjbxou4jjze9zwkofv3i-csar.csar
2022-03-30T04:12:25.475Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-30T04:12:25.476Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfWjbxou4jjze9zwkofv3i/1.0/artifacts/service-DemoPnfWjbxou4jjze9zwkofv3i-csar.csar
2022-03-30T04:12:25.618Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-30T04:12:25.622Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfWjbxou4jjze9zwkofv3i/1.0/artifacts/service-DemoPnfWjbxou4jjze9zwkofv3i-csar.csar c28b5272-efae-420c-a871-bd6928d1c875 82634
2022-03-30T04:12:25.623Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfWjbxou4jjze9zwkofv3i/1.0/artifacts/service-DemoPnfWjbxou4jjze9zwkofv3i-csar.csar ASDC sendASDCNotification
2022-03-30T04:12:25.623Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfWjbxou4jjze9zwkofv3i/1.0/artifacts/service-DemoPnfWjbxou4jjze9zwkofv3i-csar.csar
2022-03-30T04:12:25.623Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-30T04:12:25.623Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-30T04:12:25.625Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T04:12:25.626Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "fad62b52-75ee-4157-aa6d-3b8546f4c5d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613545623,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWjbxou4jjze9zwkofv3i/1.0/artifacts/service-DemoPnfWjbxou4jjze9zwkofv3i-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-30T04:12:25.726Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-30T04:12:25.727Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T04:12:25.727Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T04:12:25.739Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:12:25.740Z||pool-110-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-30T04:12:26.626Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-30T04:12:26.627Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-30T04:12:26.627Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: c28b5272-efae-420c-a871-bd6928d1c875, URL: /sdc/v1/catalog/services/DemoPnfWjbxou4jjze9zwkofv3i/1.0/artifacts/service-DemoPnfWjbxou4jjze9zwkofv3i-csar.csar to file: /app/ASDC/1/service-DemoPnfWjbxou4jjze9zwkofv3i-csar.csar
2022-03-30T04:12:26.628Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfWjbxou4jjze9zwkofv3i-csar.csar
2022-03-30T04:12:26.628Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfWjbxou4jjze9zwkofv3i-csar.csar
2022-03-30T04:12:26.628Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfWjbxou4jjze9zwkofv3i-csar.csar
2022-03-30T04:12:26.759Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9791697243610023292/Definitions/service-DemoPnfWjbxou4jjze9zwkofv3i-template.yml
2022-03-30T04:12:28.007Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-30T04:12:28.008Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-30T04:12:28.009Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfWjbxou4jjze9zwkofv3i-csar.csar
2022-03-30T04:12:28.009Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-03-30T04:12:28.009Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||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-DemoPnfWjbxou4jjze9zwkofv3i-csar.csar
2022-03-30T04:12:28.009Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfWjbxou4jjze9zwkofv3i-csar.csar
2022-03-30T04:12:28.009Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||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-DemoPnfWjbxou4jjze9zwkofv3i-csar.csar
2022-03-30T04:12:28.009Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||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-DemoPnfWjbxou4jjze9zwkofv3i-csar.csar
2022-03-30T04:12:28.010Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||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-DemoPnfWjbxou4jjze9zwkofv3i-csar.csar
2022-03-30T04:12:28.010Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 3d9208e8-1d0b 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-DemoPnfWjbxou4jjze9zwkofv3i-csar.csar
2022-03-30T04:12:28.010Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||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-DemoPnfWjbxou4jjze9zwkofv3i-csar.csar
2022-03-30T04:12:28.010Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-30T04:12:28.010Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T04:12:28.011Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_WjbXou4jJZe9zwKOFV3I is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T04:12:28.011Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||DEBUG|500||Node template pNF 3d9208e8-1d0b 0 is matching search criteria
2022-03-30T04:12:28.011Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-30T04:12:28.012Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 3d9208e8-1d0b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-30T04:12:28.012Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T04:12:28.012Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_WjbXou4jJZe9zwKOFV3I is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T04:12:28.012Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||DEBUG|500||Node template pNF 3d9208e8-1d0b 0 is matching search criteria
2022-03-30T04:12:28.013Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-30T04:12:28.013Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 3d9208e8-1d0b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-30T04:12:28.013Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T04:12:28.013Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_WjbXou4jJZe9zwKOFV3I is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T04:12:28.013Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T04:12:28.014Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_WjbXou4jJZe9zwKOFV3I is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T04:12:28.014Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T04:12:28.014Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_WjbXou4jJZe9zwKOFV3I is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T04:12:28.015Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T04:12:28.015Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_WjbXou4jJZe9zwKOFV3I is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T04:12:28.015Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T04:12:28.015Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_WjbXou4jJZe9zwKOFV3I is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T04:12:28.016Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_WjbXou4jJZe9zwKOFV3I
Description:catalog service description
Model UUID:b048cdca-caae-433e-8da0-ab0c3e13d74f
Model Version:NULL
Model InvariantUuid:43fd84ca-39e6-41b5-a3f6-0693ad79a6a7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-30T04:12:28.026Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: 349cb10e-e6b0-4805-8449-25532d6248e8
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-30T04:12:28.034Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||INFO|500||pNF 3d9208e8-1d0b 0
2022-03-30T04:12:28.034Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 349cb10e-e6b0-4805-8449-25532d6248e8
2022-03-30T04:12:28.035Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||DEBUG|500||No resources found for Service: b048cdca-caae-433e-8da0-ab0c3e13d74f
2022-03-30T04:12:28.035Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: b048cdca-caae-433e-8da0-ab0c3e13d74f
2022-03-30T04:12:28.035Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 3d9208e8-1d0b 0 349cb10e-e6b0-4805-8449-25532d6248e8 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-30T04:12:28.043Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@68f304ed, org.onap.sdc.toscaparser.api.parameters.Input@1506e649, org.onap.sdc.toscaparser.api.parameters.Input@3e99f918, org.onap.sdc.toscaparser.api.parameters.Input@5299652f, org.onap.sdc.toscaparser.api.parameters.Input@22bdc7fd]
2022-03-30T04:12:28.044Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T04:12:28.044Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_WjbXou4jJZe9zwKOFV3I is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T04:12:28.045Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid b048cdca-caae-433e-8da0-ab0c3e13d74f: pNF 3d9208e8-1d0b
2022-03-30T04:12:28.045Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||INFO|500||Processing PNF resource: 349cb10e-e6b0-4805-8449-25532d6248e8
2022-03-30T04:12:28.045Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-30T04:12:28.046Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_WjbXou4jJZe9zwKOFV3I is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T04:12:28.046Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||INFO|500||Resource customization UUID: 3405de3c-3e00-4ba0-afea-2ccbec247a1e is the same as notified resource customizationUUID: 3405de3c-3e00-4ba0-afea-2ccbec247a1e
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-03-30T04:12:28.099Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 3d9208e8-1d0b 349cb10e-e6b0-4805-8449-25532d6248e8 0 ASDC deployResourceStructure
2022-03-30T04:12:28.100Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfWjbxou4jjze9zwkofv3i/1.0/artifacts/service-DemoPnfWjbxou4jjze9zwkofv3i-csar.csar ASDC sendASDCNotification
2022-03-30T04:12:28.100Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfWjbxou4jjze9zwkofv3i/1.0/artifacts/service-DemoPnfWjbxou4jjze9zwkofv3i-csar.csar
2022-03-30T04:12:28.101Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-30T04:12:28.102Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-30T04:12:28.115Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T04:12:28.116Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "fad62b52-75ee-4157-aa6d-3b8546f4c5d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613548100,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWjbxou4jjze9zwkofv3i/1.0/artifacts/service-DemoPnfWjbxou4jjze9zwkofv3i-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-30T04:12:28.210Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-03-30T04:12:28.211Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T04:12:28.211Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T04:12:28.226Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:12:28.227Z||pool-111-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-03-30T04:12:29.117Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fad62b52-75ee-4157-aa6d-3b8546f4c5d3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-30T04:12:29.125Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fad62b52-75ee-4157-aa6d-3b8546f4c5d3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-30T04:12:29.127Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-30T04:12:29.127Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-30T04:12:29.127Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-30T04:12:29.128Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-30T04:12:29.128Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-30T04:12:29.128Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-30T04:12:29.128Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-30T04:12:29.128Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-30T04:12:29.128Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-30T04:12:29.129Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-30T04:12:29.129Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-30T04:12:29.133Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-30T04:12:37.646Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T04:12:37.648Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T04:12:37.648Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T04:12:37.669Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:12:37.671Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:12:37.671Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fad62b52-75ee-4157-aa6d-3b8546f4c5d3",
  "consumerID": "clamp",
  "timestamp": 1648613377810,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-30T04:12:37.679Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of fad62b52-75ee-4157-aa6d-3b8546f4c5d3
2022-03-30T04:12:37.679Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId fad62b52-75ee-4157-aa6d-3b8546f4c5d3 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-30T04:12:37.696Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:12:37.696Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613405983,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-30T04:12:37.696Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:12:37.697Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:12:37.697Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613302929,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:12:37.698Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:12:37.698Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:12:37.698Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613302929,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:12:37.698Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:12:37.699Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:12:37.699Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613302929,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:12:37.700Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:12:37.700Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:12:37.700Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613302929,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:12:37.700Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:12:37.701Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:12:37.701Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613302929,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:12:37.701Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:12:37.701Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:12:37.702Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613302929,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:12:37.702Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:12:37.702Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:12:37.702Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613302929,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:12:37.703Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:12:37.703Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:12:37.703Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613302929,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:12:37.704Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:12:37.704Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:12:37.704Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613302929,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-30T04:12:37.704Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:12:37.705Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:12:37.705Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613416449,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-30T04:12:37.705Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:12:37.705Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:12:37.705Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613419046,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-30T04:12:37.705Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:12:59.135Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fad62b52-75ee-4157-aa6d-3b8546f4c5d3 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-30T04:12:59.143Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fad62b52-75ee-4157-aa6d-3b8546f4c5d3 and serviceModelVersionId: b048cdca-caae-433e-8da0-ab0c3e13d74f
2022-03-30T04:12:59.143Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 43fd84ca-39e6-41b5-a3f6-0693ad79a6a7
2022-03-30T04:12:59.144Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/43fd84ca-39e6-41b5-a3f6-0693ad79a6a7/model-vers/model-ver/b048cdca-caae-433e-8da0-ab0c3e13d74f?depth=0
2022-03-30T04:12:59.153Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-03-30T04:12:59.225Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/43fd84ca-39e6-41b5-a3f6-0693ad79a6a7/model-vers/model-ver/b048cdca-caae-433e-8da0-ab0c3e13d74f?depth=0|INFO|500||Invoke
2022-03-30T04:12:59.226Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/43fd84ca-39e6-41b5-a3f6-0693ad79a6a7/model-vers/model-ver/b048cdca-caae-433e-8da0-ab0c3e13d74f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/43fd84ca-39e6-41b5-a3f6-0693ad79a6a7/model-vers/model-ver/b048cdca-caae-433e-8da0-ab0c3e13d74f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[fad62b52-75ee-4157-aa6d-3b8546f4c5d3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a8904319-d95c-43ea-9af0-cdf6d31a5679], X-ECOMP-RequestID=[fad62b52-75ee-4157-aa6d-3b8546f4c5d3], X-TransactionId=[], X-ONAP-RequestID=[fad62b52-75ee-4157-aa6d-3b8546f4c5d3], Content-Type=[application/merge-patch+json]}
2022-03-30T04:12:59.253Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/43fd84ca-39e6-41b5-a3f6-0693ad79a6a7/model-vers/model-ver/b048cdca-caae-433e-8da0-ab0c3e13d74f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-30T04:12:59.797Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/43fd84ca-39e6-41b5-a3f6-0693ad79a6a7/model-vers/model-ver/b048cdca-caae-433e-8da0-ab0c3e13d74f?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/43fd84ca-39e6-41b5-a3f6-0693ad79a6a7/model-vers/model-ver/b048cdca-caae-433e-8da0-ab0c3e13d74f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220330-04:12:59:261-13599], vertex-id=[217208], Content-Length=[0], Date=[Wed, 30 Mar 2022 04:12:59 GMT], Content-Type=[application/json]}
2022-03-30T04:12:59.798Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/43fd84ca-39e6-41b5-a3f6-0693ad79a6a7/model-vers/model-ver/b048cdca-caae-433e-8da0-ab0c3e13d74f?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-30T04:12:59.799Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/43fd84ca-39e6-41b5-a3f6-0693ad79a6a7/model-vers/model-ver/b048cdca-caae-433e-8da0-ab0c3e13d74f?depth=0|INFO|500||InvokeReturn
2022-03-30T04:12:59.799Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-30T04:12:59.800Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-30T04:12:59.809Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-30T04:12:59.809Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fad62b52-75ee-4157-aa6d-3b8546f4c5d3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-30T04:12:59.809Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-30T04:12:59.810Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-30T04:12:59.814Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T04:12:59.814Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "fad62b52-75ee-4157-aa6d-3b8546f4c5d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613579809,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-30T04:12:59.914Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-30T04:12:59.915Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T04:12:59.915Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T04:12:59.931Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:12:59.932Z||pool-112-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-30T04:13:00.823Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T04:13:00.823Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T04:13:00.824Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|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 xHcAUZwE4697cTNt) ...
2022-03-30T04:13:10.369Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:13:10.371Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T04:13:10.372Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T04:13:10.372Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|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 xHcAUZwE4697cTNt) ...
2022-03-30T04:13:19.973Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:13:19.974Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T04:13:19.975Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T04:13:19.975Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|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 xHcAUZwE4697cTNt) ...
2022-03-30T04:13:29.522Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:13:29.523Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T04:13:29.524Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T04:13:29.524Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|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 xHcAUZwE4697cTNt) ...
2022-03-30T04:13:37.646Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T04:13:37.647Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T04:13:37.647Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T04:13:37.685Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:13:37.686Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T04:13:37.686Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613480360,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-30T04:13:37.688Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:13:37.688Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T04:13:37.688Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fec5068c-28eb-4ab8-a3c0-1ec663b97b9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613302929,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:13:37.688Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:13:37.688Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T04:13:37.688Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fec5068c-28eb-4ab8-a3c0-1ec663b97b9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613302929,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-03-30T04:13:37.688Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:13:37.688Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T04:13:37.689Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fec5068c-28eb-4ab8-a3c0-1ec663b97b9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613302929,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-30T04:13:37.689Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:13:37.689Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T04:13:37.689Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fec5068c-28eb-4ab8-a3c0-1ec663b97b9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613302929,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:13:37.689Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:13:37.689Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T04:13:37.689Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fec5068c-28eb-4ab8-a3c0-1ec663b97b9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613302929,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-03-30T04:13:37.689Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:13:37.689Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T04:13:37.690Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fec5068c-28eb-4ab8-a3c0-1ec663b97b9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613302929,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:13:37.690Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:13:37.690Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T04:13:37.690Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fec5068c-28eb-4ab8-a3c0-1ec663b97b9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613302929,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:13:37.690Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:13:37.690Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T04:13:37.690Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fec5068c-28eb-4ab8-a3c0-1ec663b97b9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613302929,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-30T04:13:37.690Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:13:37.690Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T04:13:37.690Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fec5068c-28eb-4ab8-a3c0-1ec663b97b9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613490821,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-30T04:13:37.691Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:13:37.691Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T04:13:37.691Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fec5068c-28eb-4ab8-a3c0-1ec663b97b9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613494115,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-30T04:13:37.691Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:13:37.691Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T04:13:37.691Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fec5068c-28eb-4ab8-a3c0-1ec663b97b9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613495187,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-30T04:13:37.691Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:13:37.691Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T04:13:37.691Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fec5068c-28eb-4ab8-a3c0-1ec663b97b9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613496380,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-03-30T04:13:37.692Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:13:37.692Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T04:13:37.692Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fec5068c-28eb-4ab8-a3c0-1ec663b97b9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613497517,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-30T04:13:37.692Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:13:39.071Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:13:39.072Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T04:13:39.072Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T04:13:39.072Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|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 xHcAUZwE4697cTNt) ...
2022-03-30T04:13:48.630Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:13:48.631Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T04:13:48.632Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T04:13:48.632Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|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 xHcAUZwE4697cTNt) ...
2022-03-30T04:13:58.169Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:13:58.170Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T04:13:58.171Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T04:13:58.171Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|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 xHcAUZwE4697cTNt) ...
2022-03-30T04:14:07.723Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:14:37.642Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T04:14:37.643Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T04:14:37.643Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|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 xHcAUZwE4697cTNt) ...
2022-03-30T04:14:37.645Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T04:14:37.646Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T04:14:37.646Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T04:14:37.669Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:14:37.670Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T04:14:37.670Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fec5068c-28eb-4ab8-a3c0-1ec663b97b9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613498522,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-03-30T04:14:37.672Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:14:37.672Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T04:14:37.672Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fec5068c-28eb-4ab8-a3c0-1ec663b97b9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613499528,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-03-30T04:14:37.672Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:14:37.672Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T04:14:37.672Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fec5068c-28eb-4ab8-a3c0-1ec663b97b9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613500532,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-30T04:14:37.673Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:14:37.673Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T04:14:37.673Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fec5068c-28eb-4ab8-a3c0-1ec663b97b9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613532031,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-30T04:14:37.673Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:14:37.673Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T04:14:37.673Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fad62b52-75ee-4157-aa6d-3b8546f4c5d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613533046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWjbxou4jjze9zwkofv3i/1.0/resourceInstances/pnf3d9208e81d0b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:14:37.673Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:14:37.673Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T04:14:37.674Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fad62b52-75ee-4157-aa6d-3b8546f4c5d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613533046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWjbxou4jjze9zwkofv3i/1.0/resourceInstances/pnf3d9208e81d0b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:14:37.674Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:14:37.675Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T04:14:37.675Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fad62b52-75ee-4157-aa6d-3b8546f4c5d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613533046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWjbxou4jjze9zwkofv3i/1.0/resourceInstances/pnf3d9208e81d0b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:14:37.675Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:14:37.675Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T04:14:37.676Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fad62b52-75ee-4157-aa6d-3b8546f4c5d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613533046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWjbxou4jjze9zwkofv3i/1.0/resourceInstances/pnf3d9208e81d0b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:14:37.676Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:14:37.676Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T04:14:37.676Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fad62b52-75ee-4157-aa6d-3b8546f4c5d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613533046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWjbxou4jjze9zwkofv3i/1.0/resourceInstances/pnf3d9208e81d0b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:14:37.676Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:14:37.676Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T04:14:37.676Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fad62b52-75ee-4157-aa6d-3b8546f4c5d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613533046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWjbxou4jjze9zwkofv3i/1.0/resourceInstances/pnf3d9208e81d0b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:14:37.676Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:14:37.677Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T04:14:37.677Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fad62b52-75ee-4157-aa6d-3b8546f4c5d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613533046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWjbxou4jjze9zwkofv3i/1.0/artifacts/service-DemoPnfWjbxou4jjze9zwkofv3i-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-30T04:14:37.677Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:14:37.677Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T04:14:37.677Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fad62b52-75ee-4157-aa6d-3b8546f4c5d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613533046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWjbxou4jjze9zwkofv3i/1.0/artifacts/service-DemoPnfWjbxou4jjze9zwkofv3i-csar.csar",
  "status": "NOTIFIED"
}
2022-03-30T04:14:37.677Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-30T04:14:37.677Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T04:14:37.677Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fad62b52-75ee-4157-aa6d-3b8546f4c5d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613545623,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWjbxou4jjze9zwkofv3i/1.0/artifacts/service-DemoPnfWjbxou4jjze9zwkofv3i-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-30T04:14:37.678Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:14:37.678Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T04:14:37.678Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fad62b52-75ee-4157-aa6d-3b8546f4c5d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613548100,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWjbxou4jjze9zwkofv3i/1.0/artifacts/service-DemoPnfWjbxou4jjze9zwkofv3i-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-30T04:14:37.678Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:14:47.184Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:15:37.642Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T04:15:37.643Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T04:15:37.643Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|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 xHcAUZwE4697cTNt) ...
2022-03-30T04:15:37.645Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T04:15:37.647Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T04:15:37.647Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T04:15:38.180Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:15:38.181Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T04:15:38.181Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fad62b52-75ee-4157-aa6d-3b8546f4c5d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648613579809,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-30T04:15:38.182Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:15:47.193Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:16:37.642Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T04:16:37.643Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T04:16:37.643Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|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 xHcAUZwE4697cTNt) ...
2022-03-30T04:16:37.645Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T04:16:37.646Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T04:16:37.646Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T04:16:47.185Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:16:47.187Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:17:37.642Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T04:17:37.643Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T04:17:37.643Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|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 xHcAUZwE4697cTNt) ...
2022-03-30T04:17:37.646Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T04:17:37.646Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T04:17:37.646Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T04:17:47.189Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:17:47.190Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:18:37.642Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T04:18:37.642Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T04:18:37.642Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|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 xHcAUZwE4697cTNt) ...
2022-03-30T04:18:37.645Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T04:18:37.646Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T04:18:37.646Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T04:18:47.189Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:18:47.193Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:19:37.642Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T04:19:37.642Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T04:19:37.642Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|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 xHcAUZwE4697cTNt) ...
2022-03-30T04:19:37.646Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T04:19:37.646Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T04:19:37.646Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T04:19:47.225Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:19:47.228Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:20:37.642Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T04:20:37.643Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T04:20:37.643Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|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 xHcAUZwE4697cTNt) ...
2022-03-30T04:20:37.645Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T04:20:37.646Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T04:20:37.646Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T04:20:47.226Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:20:47.226Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:21:37.643Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T04:21:37.645Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T04:21:37.646Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T04:21:37.646Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|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 xHcAUZwE4697cTNt) ...
2022-03-30T04:21:37.646Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T04:21:37.646Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T04:21:47.209Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:21:47.211Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:22:37.645Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T04:22:37.646Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T04:22:37.647Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T04:22:37.647Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T04:22:37.648Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T04:22:37.648Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|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 xHcAUZwE4697cTNt) ...
2022-03-30T04:22:47.204Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:22:47.214Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:23:37.642Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T04:23:37.643Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T04:23:37.643Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|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 xHcAUZwE4697cTNt) ...
2022-03-30T04:23:37.646Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T04:23:37.646Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T04:23:37.646Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T04:23:47.183Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:23:47.213Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:24:37.642Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T04:24:37.642Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T04:24:37.643Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|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 xHcAUZwE4697cTNt) ...
2022-03-30T04:24:37.646Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T04:24:37.646Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T04:24:37.646Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T04:24:47.197Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:24:47.203Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:25:37.642Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T04:25:37.643Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T04:25:37.643Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|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 xHcAUZwE4697cTNt) ...
2022-03-30T04:25:37.645Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T04:25:37.646Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T04:25:37.646Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T04:25:47.197Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:25:47.198Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:26:37.641Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T04:26:37.642Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T04:26:37.642Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|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 xHcAUZwE4697cTNt) ...
2022-03-30T04:26:37.646Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T04:26:37.646Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T04:26:37.646Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T04:26:47.204Z|fad62b52-75ee-4157-aa6d-3b8546f4c5d3|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-30T04:26:47.204Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK