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-10-30T05:26:56.722Z||main|||||INFO|500||The following profiles are active: basic
2022-10-30T05:27:08.828Z||main|||||INFO|500||Starting service [Tomcat]
2022-10-30T05:27:08.829Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-10-30T05:27:08.980Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-10-30T05:27:13.100Z||main|||||INFO|500||catdb-pool - Starting...
2022-10-30T05:27:13.585Z||main|||||INFO|500||catdb-pool - Start completed.
2022-10-30T05:27:14.244Z||main|||||INFO|500||reqdb-pool - Starting...
2022-10-30T05:27:14.261Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-10-30T05:27:14.381Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-10-30T05:27:14.708Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-10-30T05:27:15.673Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-10-30T05:27:17.828Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-10-30T05:27:19.985Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-10-30T05:27:20.030Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-10-30T05:27:20.597Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-10-30T05:27:20.794Z||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-10-30T05:27:21.625Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-10-30T05:27:22.544Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-10-30T05:27:22.568Z||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$$9f28e7d9.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-10-30T05:27:22.569Z||main|||||WARN|500||The sdc end point is not alive
2022-10-30T05:27:25.161Z||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-10-30T05:27:28.091Z||main|||||WARN|500||---
2022-10-30T05:27:28.092Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-10-30T05:27:28.093Z||main|||||WARN|500||---
2022-10-30T05:27:28.527Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-10-30T05:27:34.274Z||main|||||INFO|500||Started Application in 41.616 seconds (JVM running for 44.188)
2022-10-30T05:27:34.303Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-10-30T05:27:34.318Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-10-30T05:27:34.345Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-10-30T05:27:34.416Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-10-30T05:27:34.474Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 07368a70-a365-4bf5-a413-7e1f3a22d23b url= /sdc/v1/artifactTypes
2022-10-30T05:27:34.475Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-10-30T05:27:34.787Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-10-30T05:27:34.858Z||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-10-30T05:27:34.887Z||scheduling-1|||||DEBUG|500||create keys
2022-10-30T05:27:34.897Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-10-30T05:27:34.944Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T05:27:34.972Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= d187c61a-618e-4582-aa88-71f828f0cc3c url= /sdc/v1/registerForDistribution
2022-10-30T05:27:35.056Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= d187c61a-618e-4582-aa88-71f828f0cc3c url= /sdc/v1/registerForDistribution
2022-10-30T05:27:35.057Z||scheduling-1|||||INFO|500||start DistributionClient
2022-10-30T05:27:35.068Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:27:35.069Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:27:35.073Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-10-30T05:27:35.098Z||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-10-30T05:27:35.099Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T05:27:35.099Z||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-10-30T05:27:35.099Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T05:27:45.474Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T05:27:45.481Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T05:28:35.066Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:28:35.068Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:28:35.069Z||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-10-30T05:28:35.069Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T05:28:35.069Z||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-10-30T05:28:35.070Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T05:28:44.641Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T05:28:44.641Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T05:29:35.065Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:29:35.066Z||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-10-30T05:29:35.067Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T05:29:35.068Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:29:35.070Z||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-10-30T05:29:35.071Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T05:29:44.629Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T05:29:44.628Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T05:30:35.065Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:30:35.066Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T05:30:35.066Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pPMtFtQUZjAXkg0k) ...
2022-10-30T05:30:35.068Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:30:35.069Z||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-10-30T05:30:35.069Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T05:30:44.629Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T05:30:44.630Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T05:31:35.065Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:31:35.066Z||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-10-30T05:31:35.066Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T05:31:35.068Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:31:35.068Z||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-10-30T05:31:35.068Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T05:31:44.627Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T05:31:44.646Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T05:32:35.065Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:32:35.066Z||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-10-30T05:32:35.067Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T05:32:35.068Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:32:35.069Z||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-10-30T05:32:35.069Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T05:32:44.624Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T05:32:44.628Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T05:33:35.065Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:33:35.067Z||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-10-30T05:33:35.067Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T05:33:35.068Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:33:35.068Z||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-10-30T05:33:35.069Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T05:33:44.635Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T05:33:44.635Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T05:34:35.066Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:34:35.068Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:34:35.070Z||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-10-30T05:34:35.070Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T05:34:35.073Z||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-10-30T05:34:35.073Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T05:34:44.629Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T05:34:44.631Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T05:35:35.065Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:35:35.066Z||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-10-30T05:35:35.067Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T05:35:35.068Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:35:35.068Z||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-10-30T05:35:35.068Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T05:35:44.645Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T05:35:44.648Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T05:36:35.065Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:36:35.066Z||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-10-30T05:36:35.067Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T05:36:35.068Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:36:35.068Z||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-10-30T05:36:35.068Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T05:36:44.649Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T05:36:44.651Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T05:36:54.336Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-10-30T05:37:35.065Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:37:35.067Z||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-10-30T05:37:35.067Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T05:37:35.068Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:37:35.069Z||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-10-30T05:37:35.069Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T05:37:44.645Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T05:37:44.647Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T05:38:35.065Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:38:35.066Z||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-10-30T05:38:35.066Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T05:38:35.068Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:38:35.068Z||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-10-30T05:38:35.068Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T05:38:44.649Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T05:38:44.649Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T05:39:35.065Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:39:35.066Z||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-10-30T05:39:35.066Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T05:39:35.069Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:39:35.070Z||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-10-30T05:39:35.070Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T05:39:44.638Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T05:39:44.644Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T05:40:35.065Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:40:35.066Z||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-10-30T05:40:35.066Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T05:40:35.068Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:40:35.068Z||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-10-30T05:40:35.069Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T05:40:44.626Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T05:40:44.626Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T05:41:35.065Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:41:35.066Z||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-10-30T05:41:35.066Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T05:41:35.068Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:41:35.068Z||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-10-30T05:41:35.069Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T05:41:44.613Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T05:41:44.657Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T05:42:35.065Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:42:35.066Z||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-10-30T05:42:35.066Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T05:42:35.068Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:42:35.068Z||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-10-30T05:42:35.068Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T05:42:44.637Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T05:42:44.638Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T05:43:35.065Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:43:35.067Z||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-10-30T05:43:35.067Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T05:43:35.068Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:43:35.068Z||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-10-30T05:43:35.068Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T05:43:44.622Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T05:43:44.666Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T05:44:35.065Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:44:35.067Z||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-10-30T05:44:35.068Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:44:35.068Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T05:44:35.068Z||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-10-30T05:44:35.068Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T05:44:44.652Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T05:44:44.652Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T05:45:35.065Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:45:35.066Z||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-10-30T05:45:35.066Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T05:45:35.068Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:45:35.068Z||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-10-30T05:45:35.068Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T05:45:44.652Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T05:45:44.652Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T05:46:35.065Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:46:35.065Z||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-10-30T05:46:35.066Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T05:46:35.068Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:46:35.068Z||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-10-30T05:46:35.068Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T05:46:44.616Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T05:46:44.620Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T05:47:35.065Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:47:35.065Z||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-10-30T05:47:35.066Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T05:47:35.068Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:47:35.068Z||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-10-30T05:47:35.069Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T05:47:44.636Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T05:47:44.637Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T05:48:35.065Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:48:35.066Z||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-10-30T05:48:35.066Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T05:48:35.068Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:48:35.068Z||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-10-30T05:48:35.068Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T05:48:44.622Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T05:48:44.627Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T05:49:35.065Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:49:35.066Z||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-10-30T05:49:35.066Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T05:49:35.068Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:49:35.069Z||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-10-30T05:49:35.069Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T05:49:44.657Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T05:49:44.658Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T05:50:35.065Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:50:35.066Z||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-10-30T05:50:35.066Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T05:50:35.069Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:50:35.070Z||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-10-30T05:50:35.070Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T05:50:44.615Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T05:50:44.615Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T05:51:35.065Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:51:35.066Z||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-10-30T05:51:35.066Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T05:51:35.069Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:51:35.070Z||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-10-30T05:51:35.070Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T05:51:44.622Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T05:51:44.623Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T05:52:35.065Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:52:35.066Z||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-10-30T05:52:35.067Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T05:52:35.068Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:52:35.068Z||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-10-30T05:52:35.068Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T05:52:44.646Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T05:52:44.646Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T05:53:35.065Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:53:35.067Z||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-10-30T05:53:35.068Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:53:35.068Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T05:53:35.068Z||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-10-30T05:53:35.068Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T05:53:44.625Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T05:53:44.627Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T05:54:35.065Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:54:35.066Z||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-10-30T05:54:35.066Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T05:54:35.068Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:54:35.068Z||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-10-30T05:54:35.068Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T05:54:44.620Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T05:54:44.620Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T05:55:35.065Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:55:35.066Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T05:55:35.066Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pPMtFtQUZjAXkg0k) ...
2022-10-30T05:55:35.068Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:55:35.068Z||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-10-30T05:55:35.068Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T05:55:44.613Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T05:55:44.613Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T05:56:35.065Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:56:35.066Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T05:56:35.066Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pPMtFtQUZjAXkg0k) ...
2022-10-30T05:56:35.068Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:56:35.070Z||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-10-30T05:56:35.071Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T05:56:44.632Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T05:56:44.632Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T05:57:35.065Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:57:35.066Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T05:57:35.066Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pPMtFtQUZjAXkg0k) ...
2022-10-30T05:57:35.067Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:57:35.068Z||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-10-30T05:57:35.068Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T05:57:44.628Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T05:57:44.631Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T05:58:35.065Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:58:35.066Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T05:58:35.066Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pPMtFtQUZjAXkg0k) ...
2022-10-30T05:58:35.068Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:58:35.069Z||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-10-30T05:58:35.069Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T05:58:44.613Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T05:58:44.613Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T05:59:35.065Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:59:35.066Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T05:59:35.066Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pPMtFtQUZjAXkg0k) ...
2022-10-30T05:59:35.067Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:59:35.068Z||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-10-30T05:59:35.068Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T05:59:44.611Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T05:59:44.611Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:00:35.065Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:00:35.066Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T06:00:35.066Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:00:35.068Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:00:35.068Z||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-10-30T06:00:35.068Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:00:44.634Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:00:44.637Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:01:35.065Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:01:35.066Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T06:01:35.066Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:01:35.068Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:01:35.068Z||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-10-30T06:01:35.068Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:01:44.616Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:01:44.617Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:02:35.066Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:02:35.067Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T06:02:35.067Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:02:35.068Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:02:35.068Z||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-10-30T06:02:35.068Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:02:44.618Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:02:44.618Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:03:35.065Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:03:35.068Z||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-10-30T06:03:35.068Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:03:35.068Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:03:35.069Z||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-10-30T06:03:35.070Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:03:44.620Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:03:44.620Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:04:35.066Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:04:35.067Z||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-10-30T06:04:35.067Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:04:35.068Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:04:35.068Z||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-10-30T06:04:35.068Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:04:44.616Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:04:44.616Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:05:35.065Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:05:35.066Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T06:05:35.066Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:05:35.069Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:05:35.072Z||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-10-30T06:05:35.072Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:05:44.641Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:05:44.646Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:06:35.066Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:06:35.067Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T06:06:35.067Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:06:35.068Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:06:35.069Z||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-10-30T06:06:35.069Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:06:44.613Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:06:44.613Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:07:35.065Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:07:35.066Z||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-10-30T06:07:35.066Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:07:35.068Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:07:35.069Z||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-10-30T06:07:35.069Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:07:44.617Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:07:44.617Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:08:35.065Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:08:35.066Z||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-10-30T06:08:35.066Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:08:35.068Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:08:35.068Z||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-10-30T06:08:35.068Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:08:44.611Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:08:44.612Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:09:35.065Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:09:35.066Z||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-10-30T06:09:35.066Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:09:35.068Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:09:35.068Z||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-10-30T06:09:35.068Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:09:44.619Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:09:44.625Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:10:35.065Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:10:35.066Z||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-10-30T06:10:35.066Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:10:35.068Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:10:35.068Z||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-10-30T06:10:35.068Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:10:44.615Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:10:44.666Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:11:35.065Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:11:35.066Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T06:11:35.066Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:11:35.068Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:11:35.068Z||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-10-30T06:11:35.069Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:11:35.764Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:11:35.766Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T06:11:35.767Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff","serviceName":"vFW 2022-10-30 06-10-41","serviceVersion":"1.0","serviceUUID":"cb6caf6a-ea2e-43fa-90af-8a9cf6f48b5f","serviceDescription":"catalog service description","serviceInvariantUUID":"e770d00f-9995-479f-8e2c-ec690b70609d","resources":[{"resourceInstanceName":"vFW 88a4ea63-349f 0","resourceName":"vFW 88a4ea63-349f","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"cc0232a3-2313-4d70-8f3b-0ff53a560a9a","resourceInvariantUUID":"104fb7a6-a35c-4974-b13e-b01e0cebf27e","resourceCustomizationUUID":"7312cb7e-1936-4654-a071-ba5a74badd13","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/vf-license-model.xml","artifactChecksum":"ODJmMWJhYWNiYjBhN2MwZWE4NjMyYTYzNjFiMWRhZTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"957eac16-15f4-4792-93bb-bd871d67a51d","artifactVersion":"1"},{"artifactName":"vfw88a4ea63349f0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/vfw88a4ea63349f0_modules.json","artifactChecksum":"MTYzMTJjZDBiNWE1YTU3YjFmYTIzODM4N2U1OTk3MzQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4c43eaee-eb55-42c5-9916-0f5dff85ac89","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e4f5ab63-41e1-4c1e-8c70-b9e376085f85","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/vendor-license-model.xml","artifactChecksum":"NjU4NGE4ZWI0OTU0MWMwMmQ1NjE4YTllNzczMjM1MWE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2f2e9475-e708-4ce0-a4f9-8357aef971de","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"08131595-ab73-400c-9c51-a70e6bd964fd","artifactVersion":"2","generatedFromUUID":"e4f5ab63-41e1-4c1e-8c70-b9e376085f85"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221030061041-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221030061041/1.0/artifacts/service-Vfw20221030061041-template.yml","artifactChecksum":"ODI5NjdmZmNiNzMxNjEzOWU4MWZiN2EwMmZiMmRhZDQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"61933a55-378d-4e91-a56e-24fa4b2bc185","artifactVersion":"1"},{"artifactName":"service-Vfw20221030061041-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221030061041/1.0/artifacts/service-Vfw20221030061041-csar.csar","artifactChecksum":"MzAzODg4ODFjZmJlZWE3MGZhNTM1YjcxMDNhMTk4OWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6c5c5825-244c-4250-a8b8-bfc977288b37","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-30T06:11:35.780Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T06:11:35.789Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:11:35.804Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:11:35.804Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667110295065,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:11:35.907Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-10-30T06:11:35.911Z||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-10-30T06:11:35.912Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:11:35.926Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:11:35.927Z||pool-3-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":3,"count":1}
2022-10-30T06:11:36.065Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:11:36.066Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:11:36.066Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667110295065,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:11:36.084Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:11:36.814Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T06:11:36.814Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:11:36.816Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:11:36.816Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667110295065,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/vfw88a4ea63349f0_modules.json",
  "status": "NOTIFIED"
}
2022-10-30T06:11:36.917Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T06:11:36.918Z||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-10-30T06:11:36.918Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:11:36.930Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:11:36.931Z||pool-4-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-10-30T06:11:37.817Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T06:11:37.818Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:11:37.820Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:11:37.820Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667110295065,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-10-30T06:11:37.920Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T06:11:37.921Z||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-10-30T06:11:37.922Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:11:37.933Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:11:37.934Z||pool-5-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-30T06:11:38.822Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T06:11:38.823Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:11:38.825Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:11:38.825Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667110295065,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:11:38.925Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T06:11:38.926Z||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-10-30T06:11:38.926Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:11:38.937Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:11:38.938Z||pool-6-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-10-30T06:11:39.826Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T06:11:39.827Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:11:39.829Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:11:39.829Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667110295065,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-10-30T06:11:39.929Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T06:11:39.930Z||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-10-30T06:11:39.931Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:11:39.943Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:11:39.943Z||pool-7-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-10-30T06:11:40.830Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T06:11:40.831Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:11:40.834Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:11:40.834Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667110295065,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/artifacts/service-Vfw20221030061041-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:11:40.934Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-30T06:11:40.936Z||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-10-30T06:11:40.936Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:11:40.948Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:11:40.948Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-10-30T06:11:41.835Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T06:11:41.836Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:11:41.839Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:11:41.839Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667110295065,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/artifacts/service-Vfw20221030061041-csar.csar",
  "status": "NOTIFIED"
}
2022-10-30T06:11:41.939Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T06:11:41.940Z||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-10-30T06:11:41.940Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:11:41.957Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:11:41.958Z||pool-9-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-10-30T06:11:42.841Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
  "serviceName": "vFW 2022-10-30 06-10-41",
  "serviceVersion": "1.0",
  "serviceUUID": "cb6caf6a-ea2e-43fa-90af-8a9cf6f48b5f",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "e770d00f-9995-479f-8e2c-ec690b70609d",
  "resources": [
    {
      "resourceInstanceName": "vFW 88a4ea63-349f 0",
      "resourceCustomizationUUID": "7312cb7e-1936-4654-a071-ba5a74badd13",
      "resourceName": "vFW 88a4ea63-349f",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "cc0232a3-2313-4d70-8f3b-0ff53a560a9a",
      "resourceInvariantUUID": "104fb7a6-a35c-4974-b13e-b01e0cebf27e",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw88a4ea63349f0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/vfw88a4ea63349f0_modules.json",
          "artifactChecksum": "MTYzMTJjZDBiNWE1YTU3YjFmYTIzODM4N2U1OTk3MzQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "4c43eaee-eb55-42c5-9916-0f5dff85ac89",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "e4f5ab63-41e1-4c1e-8c70-b9e376085f85",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "08131595-ab73-400c-9c51-a70e6bd964fd",
            "generatedFromUUID": "e4f5ab63-41e1-4c1e-8c70-b9e376085f85"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "08131595-ab73-400c-9c51-a70e6bd964fd",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20221030061041-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/artifacts/service-Vfw20221030061041-csar.csar",
      "artifactChecksum": "MzAzODg4ODFjZmJlZWE3MGZhNTM1YjcxMDNhMTk4OWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "6c5c5825-244c-4250-a8b8-bfc977288b37"
    }
  ],
  "workloadContext": "Production"
}
2022-10-30T06:11:42.842Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-30T06:11:42.843Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 cb6caf6a-ea2e-43fa-90af-8a9cf6f48b5f ASDC
2022-10-30T06:11:42.928Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff
ServiceName:vFW 2022-10-30 06-10-41
ServiceVersion:1.0
ServiceUUID:cb6caf6a-ea2e-43fa-90af-8a9cf6f48b5f
ServiceInvariantUUID:e770d00f-9995-479f-8e2c-ec690b70609d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221030061041-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221030061041/1.0/artifacts/service-Vfw20221030061041-csar.csar
ArtifactUUID:6c5c5825-244c-4250-a8b8-bfc977288b37
ArtifactChecksum:MzAzODg4ODFjZmJlZWE3MGZhNTM1YjcxMDNhMTk4OWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 88a4ea63-349f 0
ResourceCustomizationUUID:7312cb7e-1936-4654-a071-ba5a74badd13
ResourceInvariantUUID:104fb7a6-a35c-4974-b13e-b01e0cebf27e
ResourceName:vFW 88a4ea63-349f
ResourceType:VF
ResourceUUID:cc0232a3-2313-4d70-8f3b-0ff53a560a9a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw88a4ea63349f0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/vfw88a4ea63349f0_modules.json
ArtifactUUID:4c43eaee-eb55-42c5-9916-0f5dff85ac89
ArtifactChecksum:MTYzMTJjZDBiNWE1YTU3YjFmYTIzODM4N2U1OTk3MzQ=
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/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/base_vfw.yaml
ArtifactUUID:e4f5ab63-41e1-4c1e-8c70-b9e376085f85
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/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/base_vfw.env
ArtifactUUID:08131595-ab73-400c-9c51-a70e6bd964fd
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/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/base_vfw.env
ArtifactUUID:08131595-ab73-400c-9c51-a70e6bd964fd
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-10-30T06:11:42.929Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cb6caf6a-ea2e-43fa-90af-8a9cf6f48b5f 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-10-30T06:11:43.165Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-30T06:11:43.166Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-10-30T06:11:43.168Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-10-30T06:11:43.168Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 6c5c5825-244c-4250-a8b8-bfc977288b37 from URL: /sdc/v1/catalog/services/Vfw20221030061041/1.0/artifacts/service-Vfw20221030061041-csar.csar
2022-10-30T06:11:43.168Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-10-30T06:11:43.169Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221030061041/1.0/artifacts/service-Vfw20221030061041-csar.csar
2022-10-30T06:11:43.289Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-10-30T06:11:43.307Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221030061041/1.0/artifacts/service-Vfw20221030061041-csar.csar 6c5c5825-244c-4250-a8b8-bfc977288b37 100695
2022-10-30T06:11:43.309Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221030061041/1.0/artifacts/service-Vfw20221030061041-csar.csar ASDC sendASDCNotification
2022-10-30T06:11:43.309Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221030061041/1.0/artifacts/service-Vfw20221030061041-csar.csar
2022-10-30T06:11:43.311Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-30T06:11:43.312Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:11:43.315Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:11:43.315Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667110303307,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/artifacts/service-Vfw20221030061041-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-30T06:11:43.415Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T06:11:43.416Z||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-10-30T06:11:43.416Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:11:43.428Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:11:43.429Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-10-30T06:11:44.316Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-30T06:11:44.317Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-10-30T06:11:44.318Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 6c5c5825-244c-4250-a8b8-bfc977288b37, URL: /sdc/v1/catalog/services/Vfw20221030061041/1.0/artifacts/service-Vfw20221030061041-csar.csar to file: /app/ASDC/1/service-Vfw20221030061041-csar.csar
2022-10-30T06:11:44.318Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221030061041-csar.csar
2022-10-30T06:11:44.387Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221030061041-csar.csar
2022-10-30T06:11:44.387Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221030061041-csar.csar
2022-10-30T06:11:44.791Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12224272125438921814/Definitions/service-Vfw20221030061041-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_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" 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_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" 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_protected_private_port_0_fixed_ips" 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_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" 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_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" 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 "compute_vfw_key_name" 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_onap_private_port_0_ip_requirements" 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 "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" 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_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" 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_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" 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_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" 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_fixed_ips" 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_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" 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_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" 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_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" 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_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" 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_fixed_ips" 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 "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2022-10-30T06:11:46.951Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-30T06:11:46.956Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-10-30T06:11:46.956Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221030061041-csar.csar
2022-10-30T06:11:46.956Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-10-30T06:11:46.956Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 88a4ea63-349f 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-Vfw20221030061041-csar.csar
2022-10-30T06:11:46.956Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221030061041-csar.csar
2022-10-30T06:11:46.956Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221030061041-csar.csar
2022-10-30T06:11:46.956Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20221030061041-csar.csar
2022-10-30T06:11:46.956Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221030061041-csar.csar
2022-10-30T06:11:46.956Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221030061041-csar.csar
2022-10-30T06:11:46.956Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221030061041-csar.csar
2022-10-30T06:11:46.956Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221030061041-csar.csar
2022-10-30T06:11:46.957Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221030061041-csar.csar
2022-10-30T06:11:46.957Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221030061041-csar.csar
2022-10-30T06:11:46.957Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221030061041-csar.csar
2022-10-30T06:11:46.957Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-10-30T06:11:46.962Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:11:46.964Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-10-30 06-10-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:11:46.967Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vFW 88a4ea63-349f 0 is matching search criteria
2022-10-30T06:11:46.967Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-10-30T06:11:46.968Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 88a4ea63-349f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-30T06:11:46.969Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:11:46.969Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-10-30 06-10-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:11:46.970Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vFW 88a4ea63-349f 0 is matching search criteria
2022-10-30T06:11:46.970Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-10-30T06:11:46.970Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 88a4ea63-349f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-30T06:11:46.970Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:11:46.970Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-10-30 06-10-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:11:46.973Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:11:46.973Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vFW 88a4ea63-349f 0 is not matching search criteria
2022-10-30T06:11:46.973Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-30T06:11:46.973Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-30T06:11:46.973Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-30T06:11:46.974Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-30T06:11:46.974Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-30T06:11:46.974Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-30T06:11:46.974Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-30T06:11:46.974Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-30T06:11:46.974Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-30T06:11:46.974Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-30T06:11:46.974Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-30T06:11:46.974Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-30T06:11:46.974Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-30T06:11:46.974Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-30T06:11:46.974Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-30T06:11:46.974Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-30T06:11:46.974Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:11:46.974Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-10-30 06-10-41 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-30T06:11:46.975Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:11:46.976Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vFW 88a4ea63-349f 0 is matching search criteria
2022-10-30T06:11:46.976Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 88a4ea63-349f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-30T06:11:46.976Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:11:46.976Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vFW 88a4ea63-349f 0 is matching search criteria
2022-10-30T06:11:46.976Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 88a4ea63-349f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-30T06:11:46.976Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:11:46.976Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vFW 88a4ea63-349f 0 is matching search criteria
2022-10-30T06:11:46.976Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 88a4ea63-349f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-30T06:11:46.977Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:11:46.977Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vFW 88a4ea63-349f 0 is not matching search criteria
2022-10-30T06:11:46.977Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-30T06:11:46.977Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-10-30T06:11:46.977Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-30T06:11:46.977Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-30T06:11:46.977Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-30T06:11:46.977Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-30T06:11:46.977Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-30T06:11:46.977Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-30T06:11:46.977Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-30T06:11:46.977Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-30T06:11:46.978Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-30T06:11:46.978Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=072dff80-984e-494f-92df-29ca6359fb5f
2022-10-30T06:11:46.978Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:11:46.978Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vFW 88a4ea63-349f 0 is not matching search criteria
2022-10-30T06:11:46.978Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-30T06:11:46.978Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-30T06:11:46.978Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-30T06:11:46.978Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-30T06:11:46.979Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-30T06:11:46.979Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-30T06:11:46.979Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-30T06:11:46.979Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-10-30T06:11:46.979Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-30T06:11:46.979Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-30T06:11:46.979Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-30T06:11:46.979Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-30T06:11:46.979Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f57cd81e-e185-4895-9278-fb2fbe6f6022
2022-10-30T06:11:46.979Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:11:46.980Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vFW 88a4ea63-349f 0 is not matching search criteria
2022-10-30T06:11:46.980Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-30T06:11:46.980Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-30T06:11:46.980Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-30T06:11:46.980Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-30T06:11:46.980Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-30T06:11:46.980Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-30T06:11:46.980Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-30T06:11:46.980Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-30T06:11:46.980Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-30T06:11:46.980Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-30T06:11:46.980Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-30T06:11:46.980Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-10-30T06:11:46.981Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8c0f1870-6158-435c-b33d-ecffeebcef05
2022-10-30T06:11:46.981Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:11:46.981Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-10-30 06-10-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:11:46.981Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:11:46.981Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-10-30 06-10-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:11:46.981Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:11:46.981Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-10-30 06-10-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:11:46.981Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:11:46.981Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-10-30 06-10-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:11:46.981Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-10-30 06-10-41
Description:catalog service description
Model UUID:cb6caf6a-ea2e-43fa-90af-8a9cf6f48b5f
Model Version:NULL
Model InvariantUuid:e770d00f-9995-479f-8e2c-ec690b70609d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 88a4ea63-349f
Model UUID:c10308e7-9941-4659-af20-45c9034299d6
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:104fb7a6-a35c-4974-b13e-b01e0cebf27e
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:7312cb7e-1936-4654-a071-ba5a74badd13
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:d350196a-551b-471c-97c1-2cd340d31745
ModelName:Vfw88a4ea63349f..base_vfw..module-0
ModelUuid:68f34c30-e072-4e59-b72c-f4509a6a2c43
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:072dff80-984e-494f-92df-29ca6359fb5f
ModelInvariantUuid:5926681e-3833-403e-9915-85fbb3ac4e5b
ModelName:vFW 88a4ea63-349f-nodes.vfwCvfc
ModelUuid:d941add7-fb3f-472d-a0e0-ebd33c26840d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:3ad6c36d-173f-4b8a-83b2-22e240ce83d2
ModelInvariantUuid:52a28f44-e05b-4d77-ae0e-d820f58f0aa4
ModelName:Vfw88a4ea63349f.compute.nodes.heat.vfw
ModelUuid:c63d2e13-a80d-4d8b-8317-c7bcb7923bf2
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:f57cd81e-e185-4895-9278-fb2fbe6f6022
ModelInvariantUuid:2bbc327e-d79c-444b-afe7-f4e0cbfad12e
ModelName:vFW 88a4ea63-349f-nodes.vsnCvfc
ModelUuid:3e584210-93cf-4a23-8468-5b94ec2977ad
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:8ff11e2e-0eff-4a73-8446-617c44aea01b
ModelInvariantUuid:90ad6c86-4a93-4e20-be82-b685e47f5971
ModelName:Vfw88a4ea63349f.compute.nodes.heat.vsn
ModelUuid:b22d2791-2590-4d2b-911d-fd42ac38bb3d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8c0f1870-6158-435c-b33d-ecffeebcef05
ModelInvariantUuid:426e01e3-e970-47c5-8687-e091360442e2
ModelName:vFW 88a4ea63-349f-nodes.vpgCvfc
ModelUuid:c75854e9-49bf-4430-954f-aeb32b0f0522
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:a225ac37-cce4-4b69-a689-f818ef6cdef2
ModelInvariantUuid:96b2a125-9e05-4d1e-80a3-63496d622e38
ModelName:Vfw88a4ea63349f.compute.nodes.heat.vpg
ModelUuid:baab9930-e474-416a-bc48-b64d4121a134
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-10-30T06:11:47.009Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: cc0232a3-2313-4d70-8f3b-0ff53a560a9a
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-10-30T06:11:47.103Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||vFW 88a4ea63-349f 0
2022-10-30T06:11:47.109Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: cc0232a3-2313-4d70-8f3b-0ff53a560a9a
2022-10-30T06:11:47.110Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 4c43eaee-eb55-42c5-9916-0f5dff85ac89 from URL: /sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/vfw88a4ea63349f0_modules.json
2022-10-30T06:11:47.110Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-10-30T06:11:47.110Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/vfw88a4ea63349f0_modules.json
2022-10-30T06:11:47.180Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-10-30T06:11:47.180Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/vfw88a4ea63349f0_modules.json 4c43eaee-eb55-42c5-9916-0f5dff85ac89 785
2022-10-30T06:11:47.180Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/vfw88a4ea63349f0_modules.json ASDC sendASDCNotification
2022-10-30T06:11:47.181Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/vfw88a4ea63349f0_modules.json
2022-10-30T06:11:47.181Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-30T06:11:47.181Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:11:47.184Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:11:47.184Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667110307180,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/vfw88a4ea63349f0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-30T06:11:47.284Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T06:11:47.286Z||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-10-30T06:11:47.286Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:11:47.319Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:11:47.319Z||pool-11-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-10-30T06:11:48.186Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw88a4ea63349f..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "d350196a-551b-471c-97c1-2cd340d31745",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "68f34c30-e072-4e59-b72c-f4509a6a2c43",
    "vfModuleModelCustomizationUUID": "420c7586-6213-4b19-b8ef-89261379920d",
    "isBase": true,
    "artifacts": [
      "e4f5ab63-41e1-4c1e-8c70-b9e376085f85",
      "08131595-ab73-400c-9c51-a70e6bd964fd"
    ],
    "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-10-30T06:11:48.202Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw88a4ea63349f..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:68f34c30-e072-4e59-b72c-f4509a6a2c43
VfModuleModelInvariantUUID:d350196a-551b-471c-97c1-2cd340d31745
VfModuleModelDescription:NULL
Artifacts UUID List:{
e4f5ab63-41e1-4c1e-8c70-b9e376085f85
,
08131595-ab73-400c-9c51-a70e6bd964fd

}
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-10-30T06:11:48.208Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw88a4ea63349f..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "d350196a-551b-471c-97c1-2cd340d31745",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "68f34c30-e072-4e59-b72c-f4509a6a2c43",
    "vfModuleModelCustomizationUUID": "420c7586-6213-4b19-b8ef-89261379920d",
    "isBase": true,
    "artifacts": [
      "e4f5ab63-41e1-4c1e-8c70-b9e376085f85",
      "08131595-ab73-400c-9c51-a70e6bd964fd"
    ],
    "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-10-30T06:11:48.208Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw88a4ea63349f..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:68f34c30-e072-4e59-b72c-f4509a6a2c43
VfModuleModelInvariantUUID:d350196a-551b-471c-97c1-2cd340d31745
VfModuleModelDescription:NULL
Artifacts UUID List:{
e4f5ab63-41e1-4c1e-8c70-b9e376085f85
,
08131595-ab73-400c-9c51-a70e6bd964fd

}
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-10-30T06:11:48.209Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: e4f5ab63-41e1-4c1e-8c70-b9e376085f85 from URL: /sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/base_vfw.yaml
2022-10-30T06:11:48.209Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-10-30T06:11:48.209Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/base_vfw.yaml
2022-10-30T06:11:48.257Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-10-30T06:11:48.259Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/base_vfw.yaml e4f5ab63-41e1-4c1e-8c70-b9e376085f85 20368
2022-10-30T06:11:48.260Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-10-30T06:11:48.261Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/base_vfw.yaml
2022-10-30T06:11:48.261Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-30T06:11:48.261Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:11:48.263Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:11:48.263Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667110308260,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-30T06:11:48.364Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-30T06:11:48.365Z||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-10-30T06:11:48.365Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:11:48.379Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:11:48.379Z||pool-12-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-30T06:11:49.265Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 08131595-ab73-400c-9c51-a70e6bd964fd from URL: /sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/base_vfw.env
2022-10-30T06:11:49.268Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-10-30T06:11:49.268Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/base_vfw.env
2022-10-30T06:11:49.324Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-10-30T06:11:49.324Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/base_vfw.env 08131595-ab73-400c-9c51-a70e6bd964fd 2098
2022-10-30T06:11:49.325Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-10-30T06:11:49.325Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/base_vfw.env
2022-10-30T06:11:49.325Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-30T06:11:49.325Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:11:49.327Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:11:49.327Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667110309324,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-10-30T06:11:49.428Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-30T06:11:49.432Z||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-10-30T06:11:49.433Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:11:49.444Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:11:49.445Z||pool-13-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-30T06:11:50.329Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: cb6caf6a-ea2e-43fa-90af-8a9cf6f48b5f
2022-10-30T06:11:50.330Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 88a4ea63-349f 0 cc0232a3-2313-4d70-8f3b-0ff53a560a9a 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-10-30T06:11:50.374Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4d3fb912, org.onap.sdc.toscaparser.api.parameters.Input@4200a42, org.onap.sdc.toscaparser.api.parameters.Input@f1e4c9c, org.onap.sdc.toscaparser.api.parameters.Input@2df1554e, org.onap.sdc.toscaparser.api.parameters.Input@1db69ecb]
2022-10-30T06:11:50.379Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:11:50.379Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-10-30 06-10-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:11:50.379Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-10-30T06:11:50.379Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 7312cb7e-1936-4654-a071-ba5a74badd13
2022-10-30T06:11:50.379Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7312cb7e-1936-4654-a071-ba5a74badd13 matches Tosca VF Customization UUID: 7312cb7e-1936-4654-a071-ba5a74badd13
2022-10-30T06:11:50.379Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 7312cb7e-1936-4654-a071-ba5a74badd13  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-10-30T06:11:50.386Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:11:50.387Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-10-30 06-10-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:11:50.388Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 7312cb7e-1936-4654-a071-ba5a74badd13: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-10-30T06:11:50.388Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@611d9180
2022-10-30T06:11:50.389Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:11:50.389Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-10-30 06-10-41 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-30T06:11:50.389Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 420c7586-6213-4b19-b8ef-89261379920d
2022-10-30T06:11:50.390Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 420c7586-6213-4b19-b8ef-89261379920d
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-10-30T06:11:50.397Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:11:50.397Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vFW 88a4ea63-349f 0 is matching search criteria
2022-10-30T06:11:50.398Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 88a4ea63-349f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-30T06:11:50.399Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:11:50.399Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vFW 88a4ea63-349f 0 is matching search criteria
2022-10-30T06:11:50.399Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 88a4ea63-349f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-30T06:11:50.399Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:11:50.399Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vFW 88a4ea63-349f 0 is not matching search criteria
2022-10-30T06:11:50.399Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-30T06:11:50.399Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-10-30T06:11:50.399Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-30T06:11:50.399Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-30T06:11:50.400Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-30T06:11:50.400Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-30T06:11:50.400Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-30T06:11:50.400Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-30T06:11:50.400Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-30T06:11:50.400Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-30T06:11:50.400Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-30T06:11:50.400Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=072dff80-984e-494f-92df-29ca6359fb5f
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-10-30T06:11:50.413Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:11:50.413Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vFW 88a4ea63-349f 0 is matching search criteria
2022-10-30T06:11:50.414Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 88a4ea63-349f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-30T06:11:50.414Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:11:50.414Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vFW 88a4ea63-349f 0 is not matching search criteria
2022-10-30T06:11:50.414Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-30T06:11:50.414Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-30T06:11:50.414Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-30T06:11:50.415Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-30T06:11:50.415Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-30T06:11:50.415Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-30T06:11:50.415Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-30T06:11:50.415Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-10-30T06:11:50.415Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-30T06:11:50.415Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-30T06:11:50.415Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-30T06:11:50.415Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-30T06:11:50.415Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f57cd81e-e185-4895-9278-fb2fbe6f6022
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-10-30T06:11:50.418Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:11:50.418Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vFW 88a4ea63-349f 0 is matching search criteria
2022-10-30T06:11:50.418Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 88a4ea63-349f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-30T06:11:50.421Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:11:50.421Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vFW 88a4ea63-349f 0 is not matching search criteria
2022-10-30T06:11:50.421Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-30T06:11:50.421Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-30T06:11:50.421Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-30T06:11:50.421Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-30T06:11:50.421Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-30T06:11:50.421Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-30T06:11:50.421Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-30T06:11:50.421Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-30T06:11:50.422Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-30T06:11:50.422Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-30T06:11:50.422Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-30T06:11:50.422Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-10-30T06:11:50.422Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8c0f1870-6158-435c-b33d-ecffeebcef05
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-10-30T06:11:50.424Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:11:50.425Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vFW 88a4ea63-349f 0 is matching search criteria
2022-10-30T06:11:50.425Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 88a4ea63-349f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-30T06:11:50.425Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:11:50.425Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vFW 88a4ea63-349f 0 is matching search criteria
2022-10-30T06:11:50.425Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 88a4ea63-349f 0] matching following query criteria: sdcType=VF, customizationUUID=7312cb7e-1936-4654-a071-ba5a74badd13
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-10-30T06:11:50.427Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:11:50.427Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-10-30 06-10-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:11:50.427Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid cb6caf6a-ea2e-43fa-90af-8a9cf6f48b5f: vFW 88a4ea63-349f
2022-10-30T06:11:50.428Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:11:50.428Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-10-30 06-10-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:11:50.428Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:11:50.428Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-10-30 06-10-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:11:50.428Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:11:50.428Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-10-30 06-10-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:11:50.428Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:11:50.428Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-10-30 06-10-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:11:50.428Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:11:50.429Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-10-30 06-10-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:11:50.429Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||Saving Service: vFW 2022-10-30 06-10-41 
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-10-30T06:11:50.729Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 88a4ea63-349f cc0232a3-2313-4d70-8f3b-0ff53a560a9a 1 ASDC deployResourceStructure
2022-10-30T06:11:50.730Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/vfw88a4ea63349f0_modules.json ASDC sendASDCNotification
2022-10-30T06:11:50.730Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/vfw88a4ea63349f0_modules.json
2022-10-30T06:11:50.730Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-30T06:11:50.730Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:11:50.732Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:11:50.732Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667110310730,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/vfw88a4ea63349f0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-30T06:11:50.833Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T06:11:50.833Z||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-10-30T06:11:50.834Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:11:50.849Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:11:50.850Z||pool-14-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-30T06:11:51.734Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-10-30T06:11:51.734Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/base_vfw.yaml
2022-10-30T06:11:51.734Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-30T06:11:51.735Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:11:51.737Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:11:51.737Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667110311733,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-10-30T06:11:51.837Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T06:11:51.839Z||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-10-30T06:11:51.840Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:11:51.870Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:11:51.871Z||pool-15-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-10-30T06:11:52.738Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-10-30T06:11:52.738Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/base_vfw.env
2022-10-30T06:11:52.739Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-30T06:11:52.739Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:11:52.742Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:11:52.742Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667110312738,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-10-30T06:11:52.842Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T06:11:52.843Z||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-10-30T06:11:52.843Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:11:52.855Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:11:52.855Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-10-30T06:11:53.743Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221030061041/1.0/artifacts/service-Vfw20221030061041-csar.csar ASDC sendASDCNotification
2022-10-30T06:11:53.744Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221030061041/1.0/artifacts/service-Vfw20221030061041-csar.csar
2022-10-30T06:11:53.744Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-30T06:11:53.744Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:11:53.746Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:11:53.746Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667110313743,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/artifacts/service-Vfw20221030061041-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-30T06:11:53.846Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T06:11:53.847Z||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-10-30T06:11:53.847Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:11:53.861Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:11:53.862Z||pool-17-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-30T06:11:54.747Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-30T06:11:54.778Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-30T06:11:54.782Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-30T06:11:54.782Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-30T06:11:54.782Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-30T06:12:24.783Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-30T06:12:24.798Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-30T06:12:24.801Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-30T06:12:24.802Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-30T06:12:24.802Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-30T06:12:35.068Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:12:35.069Z||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-10-30T06:12:35.069Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:12:35.099Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:12:35.100Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:12:35.100Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
  "consumerID": "cds",
  "timestamp": 1667110287595,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:12:35.101Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:12:54.802Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-30T06:12:54.815Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-30T06:12:54.819Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-30T06:12:54.819Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-30T06:12:54.819Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-30T06:13:24.820Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-30T06:13:24.833Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-30T06:13:24.836Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-30T06:13:24.837Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-30T06:13:24.837Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-30T06:13:35.068Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:13:35.069Z||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-10-30T06:13:35.069Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:13:35.097Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:13:35.642Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.642Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667110295065,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/vfw88a4ea63349f0_modules.json",
  "status": "NOTIFIED"
}
2022-10-30T06:13:35.643Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:13:35.643Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.643Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
  "consumerID": "cds",
  "timestamp": 1667110287595,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/vfw88a4ea63349f0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:13:35.643Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:13:35.643Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.644Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667110295065,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-10-30T06:13:35.644Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:13:35.644Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.644Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
  "consumerID": "cds",
  "timestamp": 1667110287595,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:13:35.644Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:13:35.644Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.644Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667110295065,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:13:35.644Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:13:35.644Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.645Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
  "consumerID": "cds",
  "timestamp": 1667110287595,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:13:35.645Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:13:35.645Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.645Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667110295065,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-10-30T06:13:35.645Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:13:35.645Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.645Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
  "consumerID": "cds",
  "timestamp": 1667110287595,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:13:35.645Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:13:35.645Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.645Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667110295065,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/artifacts/service-Vfw20221030061041-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:13:35.645Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:13:35.645Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.645Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
  "consumerID": "cds",
  "timestamp": 1667110287595,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/artifacts/service-Vfw20221030061041-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:13:35.645Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:13:35.645Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.645Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667110295065,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/artifacts/service-Vfw20221030061041-csar.csar",
  "status": "NOTIFIED"
}
2022-10-30T06:13:35.645Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:13:35.646Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.646Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
  "consumerID": "cds",
  "timestamp": 1667110287595,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/artifacts/service-Vfw20221030061041-csar.csar",
  "status": "NOTIFIED"
}
2022-10-30T06:13:35.646Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:13:35.646Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.646Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
  "consumerID": "cds",
  "timestamp": 1667110303002,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/artifacts/service-Vfw20221030061041-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-30T06:13:35.646Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:13:35.646Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.646Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667110303538,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:13:35.647Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:13:35.647Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.648Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667110303307,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/artifacts/service-Vfw20221030061041-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-30T06:13:35.648Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:13:35.648Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.648Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
  "consumerID": "cds",
  "timestamp": 1667110304037,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/artifacts/service-Vfw20221030061041-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-10-30T06:13:35.655Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff
2022-10-30T06:13:35.656Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff 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-10-30T06:13:35.666Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.666Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667110303538,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/vfw88a4ea63349f0_modules.json",
  "status": "NOTIFIED"
}
2022-10-30T06:13:35.667Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:13:35.667Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.667Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667110303538,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-10-30T06:13:35.667Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:13:35.667Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.667Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667110305698,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:13:35.667Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:13:35.667Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.667Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667110303538,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:13:35.667Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:13:35.667Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.667Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667110307180,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/vfw88a4ea63349f0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-30T06:13:35.667Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:13:35.667Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.668Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667110305698,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/vfw88a4ea63349f0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:13:35.668Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:13:35.668Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.668Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667110303538,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-10-30T06:13:35.668Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:13:35.668Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.668Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667110305698,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:13:35.668Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:13:35.668Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.668Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667110308260,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-30T06:13:35.669Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:13:35.669Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.669Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667110303538,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/artifacts/service-Vfw20221030061041-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:13:35.669Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:13:35.669Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.669Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
  "consumerID": "aai-ml",
  "timestamp": 1667110307510,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:13:35.669Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:13:35.669Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.669Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667110305698,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:13:35.669Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:13:35.669Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.669Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667110303538,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/artifacts/service-Vfw20221030061041-csar.csar",
  "status": "NOTIFIED"
}
2022-10-30T06:13:35.669Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:13:35.670Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.670Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667110309324,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-10-30T06:13:35.670Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:13:35.670Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.670Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
  "consumerID": "aai-ml",
  "timestamp": 1667110307510,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/vfw88a4ea63349f0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:13:35.670Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:13:35.670Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.670Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667110305698,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:13:35.670Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:13:35.670Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.670Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667110311355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/vfw88a4ea63349f0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-30T06:13:35.670Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:13:35.670Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.670Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
  "consumerID": "aai-ml",
  "timestamp": 1667110307510,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:13:35.670Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:13:35.670Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.670Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667110310730,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/vfw88a4ea63349f0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-30T06:13:35.671Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:13:35.671Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.671Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667110305698,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/artifacts/service-Vfw20221030061041-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:13:35.671Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:13:35.671Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.671Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
  "consumerID": "aai-ml",
  "timestamp": 1667110307510,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:13:35.671Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:13:35.671Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.671Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667110312426,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-30T06:13:35.671Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:13:35.671Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.671Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667110311733,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-10-30T06:13:35.671Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:13:35.671Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.671Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667110305698,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/artifacts/service-Vfw20221030061041-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:13:35.672Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:13:35.672Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.672Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
  "consumerID": "aai-ml",
  "timestamp": 1667110307510,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:13:35.672Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:13:35.672Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.672Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667110313485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-10-30T06:13:35.672Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:13:35.672Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.672Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667110312738,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-10-30T06:13:35.672Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:13:35.672Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.672Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667110313258,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:13:35.673Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:13:35.673Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.673Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
  "consumerID": "aai-ml",
  "timestamp": 1667110307510,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/artifacts/service-Vfw20221030061041-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:13:35.673Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:13:35.673Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.673Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667110314570,
  "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-10-30T06:13:35.678Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff
2022-10-30T06:13:35.679Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff 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-10-30T06:13:35.688Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.689Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667110313743,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/artifacts/service-Vfw20221030061041-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-30T06:13:35.689Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:13:35.689Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.689Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667110313258,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/vfw88a4ea63349f0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:13:35.689Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:13:35.689Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.689Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
  "consumerID": "aai-ml",
  "timestamp": 1667110307510,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/artifacts/service-Vfw20221030061041-csar.csar",
  "status": "NOTIFIED"
}
2022-10-30T06:13:35.690Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:13:35.690Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.690Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667110315574,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/vfw88a4ea63349f0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-30T06:13:35.690Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:13:35.690Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.690Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667110313258,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:13:35.690Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:13:35.690Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.690Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
  "consumerID": "aai-ml",
  "timestamp": 1667110315416,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/artifacts/service-Vfw20221030061041-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-30T06:13:35.690Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:13:35.690Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.690Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667110313258,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:13:35.690Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:13:35.690Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.690Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667110313258,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:13:35.691Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:13:35.691Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.691Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667110313258,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/artifacts/service-Vfw20221030061041-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:13:35.691Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:13:35.691Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.691Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667110313258,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/artifacts/service-Vfw20221030061041-csar.csar",
  "status": "NOTIFIED"
}
2022-10-30T06:13:35.691Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:13:35.691Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.691Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667110321086,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/artifacts/service-Vfw20221030061041-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-30T06:13:35.691Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:13:35.691Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.691Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667110323538,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:13:35.691Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:13:35.691Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.692Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
  "consumerID": "cds",
  "timestamp": 1667110317588,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:13:35.692Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:13:35.692Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.692Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667110323538,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/basic_onboard_ntxgjl0_modules.json",
  "status": "NOTIFIED"
}
2022-10-30T06:13:35.692Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:13:35.692Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.692Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
  "consumerID": "cds",
  "timestamp": 1667110317588,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/basic_onboard_ntxgjl0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:13:35.692Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:13:35.692Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.692Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667110325702,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:13:35.693Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:13:35.693Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.693Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667110326805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/artifacts/service-Vfw20221030061041-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-30T06:13:35.693Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:13:35.693Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.693Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667110323538,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-10-30T06:13:35.693Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:13:35.693Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.693Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
  "consumerID": "cds",
  "timestamp": 1667110317588,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:13:35.693Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:13:35.693Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.694Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667110325702,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/basic_onboard_ntxgjl0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:13:35.694Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:13:35.694Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.694Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667110327809,
  "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-10-30T06:13:35.700Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff
2022-10-30T06:13:35.701Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff 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-10-30T06:13:35.710Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.710Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667110323538,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:13:35.711Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:13:35.711Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.711Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
  "consumerID": "cds",
  "timestamp": 1667110317588,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:13:35.711Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:13:35.711Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.711Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667110325702,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:13:35.711Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:13:35.711Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.711Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667110323538,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-10-30T06:13:35.711Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:13:35.711Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.711Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
  "consumerID": "cds",
  "timestamp": 1667110317588,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:13:35.711Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:13:35.711Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.711Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667110325702,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:13:35.712Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:13:35.712Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.712Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667110323538,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/artifacts/service-BasicOnboardNtxgjl-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:13:35.712Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:13:35.712Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.712Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
  "consumerID": "cds",
  "timestamp": 1667110317588,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/artifacts/service-BasicOnboardNtxgjl-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:13:35.712Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:13:35.712Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.712Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667110325702,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:13:35.712Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:13:35.712Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.712Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667110323538,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/artifacts/service-BasicOnboardNtxgjl-csar.csar",
  "status": "NOTIFIED"
}
2022-10-30T06:13:35.712Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:13:35.713Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.713Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
  "consumerID": "aai-ml",
  "timestamp": 1667110330643,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/artifacts/service-Vfw20221030061041-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-30T06:13:35.713Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:13:35.713Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.713Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
  "consumerID": "cds",
  "timestamp": 1667110317588,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/artifacts/service-BasicOnboardNtxgjl-csar.csar",
  "status": "NOTIFIED"
}
2022-10-30T06:13:35.713Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:13:35.713Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.713Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667110325702,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/artifacts/service-BasicOnboardNtxgjl-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:13:35.713Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:13:35.713Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.713Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
  "consumerID": "aai-ml",
  "timestamp": 1667110331652,
  "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-10-30T06:13:35.719Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff
2022-10-30T06:13:35.719Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff 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-10-30T06:13:35.728Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.729Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667110332861,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/basic_onboard_ntxgjl0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-30T06:13:35.729Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:13:35.729Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.729Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
  "consumerID": "cds",
  "timestamp": 1667110331739,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/artifacts/service-BasicOnboardNtxgjl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-30T06:13:35.729Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:13:35.729Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.730Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667110325702,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/artifacts/service-BasicOnboardNtxgjl-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:13:35.730Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:13:35.730Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.730Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
  "consumerID": "cds",
  "timestamp": 1667110332755,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/artifacts/service-BasicOnboardNtxgjl-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-10-30T06:13:35.746Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef
2022-10-30T06:13:35.746Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef 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-10-30T06:13:35.755Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.755Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667110333928,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-30T06:13:35.756Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:13:35.756Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.756Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667110335017,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-10-30T06:13:35.756Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:13:35.756Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.756Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667110336042,
  "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-10-30T06:13:35.761Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef
2022-10-30T06:13:35.762Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef 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-10-30T06:13:35.773Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.774Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667110337049,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/basic_onboard_ntxgjl0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-30T06:13:35.774Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:13:35.774Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.774Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
  "consumerID": "aai-ml",
  "timestamp": 1667110337510,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:13:35.774Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:13:35.774Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.775Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
  "consumerID": "aai-ml",
  "timestamp": 1667110337510,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/basic_onboard_ntxgjl0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:13:35.775Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:13:35.775Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.775Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
  "consumerID": "aai-ml",
  "timestamp": 1667110337510,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:13:35.775Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:13:35.775Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.775Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
  "consumerID": "aai-ml",
  "timestamp": 1667110337510,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:13:35.775Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:13:35.775Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.776Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
  "consumerID": "aai-ml",
  "timestamp": 1667110337510,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:13:35.776Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:13:35.776Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.776Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667110343258,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:13:35.776Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:13:35.776Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.776Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
  "consumerID": "aai-ml",
  "timestamp": 1667110337510,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/artifacts/service-BasicOnboardNtxgjl-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:13:35.777Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:13:35.777Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.777Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667110343258,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/basic_onboard_ntxgjl0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:13:35.777Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:13:35.777Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.777Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
  "consumerID": "aai-ml",
  "timestamp": 1667110337510,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/artifacts/service-BasicOnboardNtxgjl-csar.csar",
  "status": "NOTIFIED"
}
2022-10-30T06:13:35.777Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:13:35.778Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.778Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667110343258,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:13:35.778Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:13:35.778Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.778Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
  "consumerID": "aai-ml",
  "timestamp": 1667110345246,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/artifacts/service-BasicOnboardNtxgjl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-30T06:13:35.778Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:13:35.778Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.779Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667110343258,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:13:35.779Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:13:35.779Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.779Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667110343258,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:13:35.779Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:13:35.779Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.779Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667110343258,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/artifacts/service-BasicOnboardNtxgjl-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:13:35.779Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:13:35.779Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.780Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667110343258,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/artifacts/service-BasicOnboardNtxgjl-csar.csar",
  "status": "NOTIFIED"
}
2022-10-30T06:13:35.780Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:13:35.780Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.780Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667110350977,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/artifacts/service-BasicOnboardNtxgjl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-30T06:13:35.780Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:13:35.780Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.780Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
  "consumerID": "aai-ml",
  "timestamp": 1667110352709,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/artifacts/service-BasicOnboardNtxgjl-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-30T06:13:35.781Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:13:35.781Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.781Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667110353515,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/artifacts/service-BasicOnboardNtxgjl-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-30T06:13:35.781Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:13:35.781Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.781Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
  "consumerID": "aai-ml",
  "timestamp": 1667110353715,
  "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-10-30T06:13:35.790Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef
2022-10-30T06:13:35.790Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef 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-10-30T06:13:35.805Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.806Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667110354520,
  "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-10-30T06:13:35.811Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef
2022-10-30T06:13:35.811Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef 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-10-30T06:13:54.837Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-30T06:13:54.850Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-30T06:13:54.853Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-30T06:13:54.854Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-30T06:13:54.854Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-30T06:13:54.854Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-30T06:13:54.854Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-30T06:13:54.854Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-30T06:13:54.854Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-30T06:13:54.854Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-30T06:13:54.854Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-30T06:13:54.854Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-30T06:13:54.860Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-30T06:14:24.861Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff 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-10-30T06:14:24.873Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff and serviceModelVersionId: cb6caf6a-ea2e-43fa-90af-8a9cf6f48b5f
2022-10-30T06:14:24.873Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e770d00f-9995-479f-8e2c-ec690b70609d
2022-10-30T06:14:35.068Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:14:35.068Z||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-10-30T06:14:35.068Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:14:35.477Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e770d00f-9995-479f-8e2c-ec690b70609d/model-vers/model-ver/cb6caf6a-ea2e-43fa-90af-8a9cf6f48b5f?depth=0
2022-10-30T06:14:35.572Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-10-30T06:14:36.076Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e770d00f-9995-479f-8e2c-ec690b70609d/model-vers/model-ver/cb6caf6a-ea2e-43fa-90af-8a9cf6f48b5f?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-10-30T06:14:36.083Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e770d00f-9995-479f-8e2c-ec690b70609d/model-vers/model-ver/cb6caf6a-ea2e-43fa-90af-8a9cf6f48b5f?depth=0|INFO|500||Invoke
2022-10-30T06:14:36.198Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e770d00f-9995-479f-8e2c-ec690b70609d/model-vers/model-ver/cb6caf6a-ea2e-43fa-90af-8a9cf6f48b5f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-10-30T06:14:36.393Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e770d00f-9995-479f-8e2c-ec690b70609d/model-vers/model-ver/cb6caf6a-ea2e-43fa-90af-8a9cf6f48b5f?depth=0|INFO|500||InvokeReturn
2022-10-30T06:14:36.397Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e770d00f-9995-479f-8e2c-ec690b70609d/model-vers/model-ver/cb6caf6a-ea2e-43fa-90af-8a9cf6f48b5f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221030-06:14:36:188-7103], vertex-id=[200832], Content-Length=[0], Date=[Sun, 30 Oct 2022 06:14:36 GMT], Content-Type=[application/json]}
2022-10-30T06:14:36.398Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2022-10-30T06:14:36.406Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-30T06:14:36.406Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-30T06:14:36.413Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-10-30T06:14:36.414Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-30T06:14:36.416Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-30T06:14:36.416Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:14:36.419Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:14:36.419Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667110476414,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-30T06:14:36.520Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-30T06:14:36.521Z||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-10-30T06:14:36.521Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:14:36.533Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:14:36.534Z||pool-18-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-10-30T06:14:37.147Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:14:37.148Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:14:37.148Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667110476414,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-30T06:14:37.149Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-30T06:14:37.433Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:14:37.434Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T06:14:37.434Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:14:41.865Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:14:41.866Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T06:14:41.866Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef","serviceName":"basic_onboard_NTXgJL","serviceVersion":"1.0","serviceUUID":"06555340-2959-4d30-aace-125bade11f59","serviceDescription":"service","serviceInvariantUUID":"a41ecfb5-646e-465a-9059-aeb1eb0dcb32","resources":[{"resourceInstanceName":"basic_onboard_NTXgJL 0","resourceName":"basic_onboard_NTXgJL","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b30ae6c7-6be2-4a14-a4e1-e4530ba3c984","resourceInvariantUUID":"da9ff205-20eb-4bc2-acd7-c59e9df59b29","resourceCustomizationUUID":"856c10a5-cebe-4f42-ad1d-415984974502","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/vf-license-model.xml","artifactChecksum":"MWEwYmQ5NDRhNmZiZmJkZDJiNDg1OTAxNDU1NzczYzg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c0f13be6-4abf-4901-82b4-295b7dd8457a","artifactVersion":"1"},{"artifactName":"basic_onboard_ntxgjl0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/basic_onboard_ntxgjl0_modules.json","artifactChecksum":"MTkxODU2OWFmYmM5YWU2ZTlhMWM3YjQzNzc5MDlkNzc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3777d12a-91d4-486a-b3e0-a14eafc9c5af","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"1895fa75-615e-4f33-8c5f-28784d419349","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"656c344a-3df5-4e8a-b47c-8b2e5aef014d","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b1e363f9-1a18-4fdb-bc82-b387bc77467f","artifactVersion":"2","generatedFromUUID":"1895fa75-615e-4f33-8c5f-28784d419349"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardNtxgjl-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/artifacts/service-BasicOnboardNtxgjl-template.yml","artifactChecksum":"MzJjNWM3MWZjZDI4ZWY4NmNkOTBkMjExYjg1NjkwNGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b2da25c8-ca03-4e5f-addc-c672f89f4f31","artifactVersion":"1"},{"artifactName":"service-BasicOnboardNtxgjl-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/artifacts/service-BasicOnboardNtxgjl-csar.csar","artifactChecksum":"NjVjYTc3ZWI4Y2FmZjUzMWQyNWNjYjgzZTJmMjM1MGE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fb3e9b3c-6f94-4db1-8437-d7b7413d77ec","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-30T06:14:41.869Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T06:14:41.869Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:14:41.871Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:14:41.871Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667110477433,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:14:41.972Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T06:14:41.972Z||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-10-30T06:14:41.973Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:14:41.985Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:14:41.986Z||pool-19-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-30T06:14:42.872Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T06:14:42.873Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:14:42.875Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:14:42.875Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667110477433,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/basic_onboard_ntxgjl0_modules.json",
  "status": "NOTIFIED"
}
2022-10-30T06:14:42.975Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T06:14:42.976Z||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-10-30T06:14:42.976Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:14:42.988Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:14:42.988Z||pool-20-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-30T06:14:43.875Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T06:14:43.876Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:14:43.878Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:14:43.878Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667110477433,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-10-30T06:14:43.978Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T06:14:43.979Z||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-10-30T06:14:43.979Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:14:44.021Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:14:44.022Z||pool-21-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-10-30T06:14:44.878Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T06:14:44.880Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:14:44.881Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:14:44.881Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667110477433,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:14:44.982Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T06:14:44.984Z||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-10-30T06:14:44.984Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:14:45.003Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:14:45.004Z||pool-22-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-10-30T06:14:45.884Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T06:14:45.885Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:14:45.887Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:14:45.888Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667110477433,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-10-30T06:14:45.988Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T06:14:45.989Z||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-10-30T06:14:45.989Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:14:46.002Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:14:46.003Z||pool-23-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-10-30T06:14:46.888Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T06:14:46.889Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:14:46.891Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:14:46.892Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667110477433,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/artifacts/service-BasicOnboardNtxgjl-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:14:46.992Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T06:14:46.993Z||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-10-30T06:14:46.993Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:14:47.007Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:14:47.008Z||pool-24-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-30T06:14:47.892Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T06:14:47.893Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:14:47.895Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:14:47.896Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667110477433,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/artifacts/service-BasicOnboardNtxgjl-csar.csar",
  "status": "NOTIFIED"
}
2022-10-30T06:14:47.995Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-30T06:14:47.996Z||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-10-30T06:14:47.996Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:14:48.010Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:14:48.011Z||pool-25-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-10-30T06:14:48.898Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
  "serviceName": "basic_onboard_NTXgJL",
  "serviceVersion": "1.0",
  "serviceUUID": "06555340-2959-4d30-aace-125bade11f59",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a41ecfb5-646e-465a-9059-aeb1eb0dcb32",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_NTXgJL 0",
      "resourceCustomizationUUID": "856c10a5-cebe-4f42-ad1d-415984974502",
      "resourceName": "basic_onboard_NTXgJL",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "b30ae6c7-6be2-4a14-a4e1-e4530ba3c984",
      "resourceInvariantUUID": "da9ff205-20eb-4bc2-acd7-c59e9df59b29",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_ntxgjl0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/basic_onboard_ntxgjl0_modules.json",
          "artifactChecksum": "MTkxODU2OWFmYmM5YWU2ZTlhMWM3YjQzNzc5MDlkNzc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "3777d12a-91d4-486a-b3e0-a14eafc9c5af",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "1895fa75-615e-4f33-8c5f-28784d419349",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "b1e363f9-1a18-4fdb-bc82-b387bc77467f",
            "generatedFromUUID": "1895fa75-615e-4f33-8c5f-28784d419349"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "b1e363f9-1a18-4fdb-bc82-b387bc77467f",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardNtxgjl-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/artifacts/service-BasicOnboardNtxgjl-csar.csar",
      "artifactChecksum": "NjVjYTc3ZWI4Y2FmZjUzMWQyNWNjYjgzZTJmMjM1MGE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fb3e9b3c-6f94-4db1-8437-d7b7413d77ec"
    }
  ],
  "workloadContext": "Production"
}
2022-10-30T06:14:48.899Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-30T06:14:48.899Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 06555340-2959-4d30-aace-125bade11f59 ASDC
2022-10-30T06:14:48.900Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef
ServiceName:basic_onboard_NTXgJL
ServiceVersion:1.0
ServiceUUID:06555340-2959-4d30-aace-125bade11f59
ServiceInvariantUUID:a41ecfb5-646e-465a-9059-aeb1eb0dcb32
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardNtxgjl-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/artifacts/service-BasicOnboardNtxgjl-csar.csar
ArtifactUUID:fb3e9b3c-6f94-4db1-8437-d7b7413d77ec
ArtifactChecksum:NjVjYTc3ZWI4Y2FmZjUzMWQyNWNjYjgzZTJmMjM1MGE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_NTXgJL 0
ResourceCustomizationUUID:856c10a5-cebe-4f42-ad1d-415984974502
ResourceInvariantUUID:da9ff205-20eb-4bc2-acd7-c59e9df59b29
ResourceName:basic_onboard_NTXgJL
ResourceType:VF
ResourceUUID:b30ae6c7-6be2-4a14-a4e1-e4530ba3c984
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_ntxgjl0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/basic_onboard_ntxgjl0_modules.json
ArtifactUUID:3777d12a-91d4-486a-b3e0-a14eafc9c5af
ArtifactChecksum:MTkxODU2OWFmYmM5YWU2ZTlhMWM3YjQzNzc5MDlkNzc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu18.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/base_ubuntu18.yaml
ArtifactUUID:1895fa75-615e-4f33-8c5f-28784d419349
ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/base_ubuntu18.env
ArtifactUUID:b1e363f9-1a18-4fdb-bc82-b387bc77467f
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/base_ubuntu18.env
ArtifactUUID:b1e363f9-1a18-4fdb-bc82-b387bc77467f
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-10-30T06:14:48.900Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 06555340-2959-4d30-aace-125bade11f59 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-10-30T06:14:48.933Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-30T06:14:48.934Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-10-30T06:14:48.934Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-10-30T06:14:48.935Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: fb3e9b3c-6f94-4db1-8437-d7b7413d77ec from URL: /sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/artifacts/service-BasicOnboardNtxgjl-csar.csar
2022-10-30T06:14:48.935Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-10-30T06:14:48.935Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/artifacts/service-BasicOnboardNtxgjl-csar.csar
2022-10-30T06:14:49.013Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-10-30T06:14:49.016Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/artifacts/service-BasicOnboardNtxgjl-csar.csar fb3e9b3c-6f94-4db1-8437-d7b7413d77ec 75303
2022-10-30T06:14:49.017Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/artifacts/service-BasicOnboardNtxgjl-csar.csar ASDC sendASDCNotification
2022-10-30T06:14:49.017Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/artifacts/service-BasicOnboardNtxgjl-csar.csar
2022-10-30T06:14:49.017Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-30T06:14:49.018Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:14:49.020Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:14:49.020Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667110489017,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/artifacts/service-BasicOnboardNtxgjl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-30T06:14:49.120Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T06:14:49.121Z||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-10-30T06:14:49.121Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:14:49.132Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:14:49.133Z||pool-26-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-30T06:14:50.020Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-30T06:14:50.021Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-10-30T06:14:50.022Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: fb3e9b3c-6f94-4db1-8437-d7b7413d77ec, URL: /sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/artifacts/service-BasicOnboardNtxgjl-csar.csar to file: /app/ASDC/1/service-BasicOnboardNtxgjl-csar.csar
2022-10-30T06:14:50.022Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardNtxgjl-csar.csar
2022-10-30T06:14:50.022Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardNtxgjl-csar.csar
2022-10-30T06:14:50.023Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardNtxgjl-csar.csar
2022-10-30T06:14:50.197Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16905914655570104527/Definitions/service-BasicOnboardNtxgjl-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_ubuntu18_metadata" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "compute_ubuntu18_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu18_key_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided
2022-10-30T06:14:51.128Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-30T06:14:51.129Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-10-30T06:14:51.129Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardNtxgjl-csar.csar
2022-10-30T06:14:51.129Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-10-30T06:14:51.129Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardNtxgjl-csar.csar
2022-10-30T06:14:51.129Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardNtxgjl-csar.csar
2022-10-30T06:14:51.129Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_NTXgJL 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicOnboardNtxgjl-csar.csar
2022-10-30T06:14:51.129Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardNtxgjl-csar.csar
2022-10-30T06:14:51.129Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardNtxgjl-csar.csar
2022-10-30T06:14:51.129Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardNtxgjl-csar.csar
2022-10-30T06:14:51.129Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardNtxgjl-csar.csar
2022-10-30T06:14:51.129Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-10-30T06:14:51.130Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:14:51.130Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_NTXgJL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:14:51.130Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_NTXgJL 0 is matching search criteria
2022-10-30T06:14:51.130Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-10-30T06:14:51.130Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_NTXgJL 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-30T06:14:51.130Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:14:51.130Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_NTXgJL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:14:51.130Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_NTXgJL 0 is matching search criteria
2022-10-30T06:14:51.130Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-10-30T06:14:51.131Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_NTXgJL 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-30T06:14:51.131Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:14:51.131Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_NTXgJL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:14:51.131Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:14:51.131Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_NTXgJL 0 is not matching search criteria
2022-10-30T06:14:51.131Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-10-30T06:14:51.131Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-10-30T06:14:51.131Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-10-30T06:14:51.131Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-30T06:14:51.131Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-30T06:14:51.131Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:14:51.131Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_NTXgJL is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-30T06:14:51.131Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:14:51.132Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_NTXgJL 0 is matching search criteria
2022-10-30T06:14:51.132Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_NTXgJL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-30T06:14:51.132Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:14:51.132Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_NTXgJL 0 is matching search criteria
2022-10-30T06:14:51.132Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_NTXgJL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-30T06:14:51.132Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:14:51.132Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_NTXgJL 0 is matching search criteria
2022-10-30T06:14:51.132Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_NTXgJL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-30T06:14:51.132Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:14:51.132Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_NTXgJL 0 is not matching search criteria
2022-10-30T06:14:51.132Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-10-30T06:14:51.132Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-30T06:14:51.132Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=05cf74ef-e302-4a9f-8de7-820de42f62fc
2022-10-30T06:14:51.133Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:14:51.133Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_NTXgJL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:14:51.133Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:14:51.133Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_NTXgJL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:14:51.133Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:14:51.133Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_NTXgJL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:14:51.133Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:14:51.133Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_NTXgJL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:14:51.133Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_NTXgJL
Description:service
Model UUID:06555340-2959-4d30-aace-125bade11f59
Model Version:NULL
Model InvariantUuid:a41ecfb5-646e-465a-9059-aeb1eb0dcb32
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_NTXgJL
Model UUID:36949d8e-3eb9-4e7e-bcce-0a9a3528da01
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:da9ff205-20eb-4bc2-acd7-c59e9df59b29
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:856c10a5-cebe-4f42-ad1d-415984974502
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:a0bf099a-d3da-4aed-aa95-7164cb3e54a7
ModelName:BasicOnboardNtxgjl..base_ubuntu18..module-0
ModelUuid:a97621fc-8da8-40fc-a518-be2d1ae29199
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:05cf74ef-e302-4a9f-8de7-820de42f62fc
ModelInvariantUuid:5c354dc7-0960-415b-917f-14b64a1e3a63
ModelName:basic_onboard_NTXgJL-nodes.ubuntu18Cvfc
ModelUuid:65fd3a4a-c148-4571-8f57-4be5ed17f84b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:a75907e8-27a1-4b2a-9fa1-5bdc35f5db37
ModelInvariantUuid:9f5b6977-6250-4775-9d6c-09da1ce64aa4
ModelName:BasicOnboardNtxgjl.compute.nodes.heat.ubuntu18
ModelUuid:f00f55bd-d49d-4318-acba-eaf90a5541a7
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-10-30T06:14:51.143Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: b30ae6c7-6be2-4a14-a4e1-e4530ba3c984
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-10-30T06:14:51.146Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||basic_onboard_NTXgJL 0
2022-10-30T06:14:51.146Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b30ae6c7-6be2-4a14-a4e1-e4530ba3c984
2022-10-30T06:14:51.146Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 3777d12a-91d4-486a-b3e0-a14eafc9c5af from URL: /sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/basic_onboard_ntxgjl0_modules.json
2022-10-30T06:14:51.146Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-10-30T06:14:51.146Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/basic_onboard_ntxgjl0_modules.json
2022-10-30T06:14:51.200Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-10-30T06:14:51.201Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/basic_onboard_ntxgjl0_modules.json 3777d12a-91d4-486a-b3e0-a14eafc9c5af 798
2022-10-30T06:14:51.201Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/basic_onboard_ntxgjl0_modules.json ASDC sendASDCNotification
2022-10-30T06:14:51.201Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/basic_onboard_ntxgjl0_modules.json
2022-10-30T06:14:51.202Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-30T06:14:51.202Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:14:51.203Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:14:51.203Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667110491201,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/basic_onboard_ntxgjl0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-30T06:14:51.304Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T06:14:51.305Z||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-10-30T06:14:51.305Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:14:51.316Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:14:51.317Z||pool-27-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-30T06:14:52.210Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardNtxgjl..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "a0bf099a-d3da-4aed-aa95-7164cb3e54a7",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a97621fc-8da8-40fc-a518-be2d1ae29199",
    "vfModuleModelCustomizationUUID": "e2068ff4-c96a-418d-9b77-e9ba5911277d",
    "isBase": true,
    "artifacts": [
      "1895fa75-615e-4f33-8c5f-28784d419349",
      "b1e363f9-1a18-4fdb-bc82-b387bc77467f"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-10-30T06:14:52.213Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardNtxgjl..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a97621fc-8da8-40fc-a518-be2d1ae29199
VfModuleModelInvariantUUID:a0bf099a-d3da-4aed-aa95-7164cb3e54a7
VfModuleModelDescription:NULL
Artifacts UUID List:{
1895fa75-615e-4f33-8c5f-28784d419349
,
b1e363f9-1a18-4fdb-bc82-b387bc77467f

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

isBase:true


}

2022-10-30T06:14:52.215Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardNtxgjl..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "a0bf099a-d3da-4aed-aa95-7164cb3e54a7",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a97621fc-8da8-40fc-a518-be2d1ae29199",
    "vfModuleModelCustomizationUUID": "e2068ff4-c96a-418d-9b77-e9ba5911277d",
    "isBase": true,
    "artifacts": [
      "1895fa75-615e-4f33-8c5f-28784d419349",
      "b1e363f9-1a18-4fdb-bc82-b387bc77467f"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-10-30T06:14:52.216Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardNtxgjl..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a97621fc-8da8-40fc-a518-be2d1ae29199
VfModuleModelInvariantUUID:a0bf099a-d3da-4aed-aa95-7164cb3e54a7
VfModuleModelDescription:NULL
Artifacts UUID List:{
1895fa75-615e-4f33-8c5f-28784d419349
,
b1e363f9-1a18-4fdb-bc82-b387bc77467f

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

isBase:true


}

2022-10-30T06:14:52.216Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 1895fa75-615e-4f33-8c5f-28784d419349 from URL: /sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/base_ubuntu18.yaml
2022-10-30T06:14:52.216Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-10-30T06:14:52.216Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/base_ubuntu18.yaml
2022-10-30T06:14:52.258Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-10-30T06:14:52.259Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/base_ubuntu18.yaml 1895fa75-615e-4f33-8c5f-28784d419349 5033
2022-10-30T06:14:52.259Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-10-30T06:14:52.259Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/base_ubuntu18.yaml
2022-10-30T06:14:52.259Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-30T06:14:52.259Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:14:52.261Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:14:52.261Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667110492259,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-30T06:14:52.361Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T06:14:52.385Z||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-10-30T06:14:52.385Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:14:52.396Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:14:52.397Z||pool-28-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-10-30T06:14:53.262Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: b1e363f9-1a18-4fdb-bc82-b387bc77467f from URL: /sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/base_ubuntu18.env
2022-10-30T06:14:53.262Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-10-30T06:14:53.262Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/base_ubuntu18.env
2022-10-30T06:14:53.311Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-10-30T06:14:53.312Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/base_ubuntu18.env b1e363f9-1a18-4fdb-bc82-b387bc77467f 909
2022-10-30T06:14:53.312Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-10-30T06:14:53.312Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/base_ubuntu18.env
2022-10-30T06:14:53.312Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-30T06:14:53.312Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:14:53.314Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:14:53.314Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667110493312,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-10-30T06:14:53.414Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T06:14:53.415Z||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-10-30T06:14:53.415Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:14:53.427Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:14:53.428Z||pool-29-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-30T06:14:54.314Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 06555340-2959-4d30-aace-125bade11f59
2022-10-30T06:14:54.315Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_NTXgJL 0 b30ae6c7-6be2-4a14-a4e1-e4530ba3c984 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-10-30T06:14:54.330Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3edb8083, org.onap.sdc.toscaparser.api.parameters.Input@275ab8ce, org.onap.sdc.toscaparser.api.parameters.Input@4be3c047, org.onap.sdc.toscaparser.api.parameters.Input@5f422af4, org.onap.sdc.toscaparser.api.parameters.Input@3dff7607]
2022-10-30T06:14:54.332Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:14:54.332Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_NTXgJL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:14:54.332Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-10-30T06:14:54.332Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 856c10a5-cebe-4f42-ad1d-415984974502
2022-10-30T06:14:54.332Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 856c10a5-cebe-4f42-ad1d-415984974502 matches Tosca VF Customization UUID: 856c10a5-cebe-4f42-ad1d-415984974502
2022-10-30T06:14:54.332Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 856c10a5-cebe-4f42-ad1d-415984974502  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-10-30T06:14:54.335Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:14:54.335Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_NTXgJL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:14:54.336Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 856c10a5-cebe-4f42-ad1d-415984974502: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-10-30T06:14:54.336Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@547ea9d9
2022-10-30T06:14:54.336Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:14:54.336Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_NTXgJL is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-30T06:14:54.336Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e2068ff4-c96a-418d-9b77-e9ba5911277d
2022-10-30T06:14:54.336Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e2068ff4-c96a-418d-9b77-e9ba5911277d
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-10-30T06:14:54.339Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:14:54.339Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_NTXgJL 0 is matching search criteria
2022-10-30T06:14:54.339Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_NTXgJL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-30T06:14:54.339Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:14:54.339Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_NTXgJL 0 is matching search criteria
2022-10-30T06:14:54.340Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_NTXgJL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-30T06:14:54.340Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:14:54.340Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_NTXgJL 0 is not matching search criteria
2022-10-30T06:14:54.340Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-10-30T06:14:54.340Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-30T06:14:54.340Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=05cf74ef-e302-4a9f-8de7-820de42f62fc
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-10-30T06:14:54.342Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:14:54.342Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_NTXgJL 0 is matching search criteria
2022-10-30T06:14:54.343Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_NTXgJL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-30T06:14:54.343Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:14:54.343Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_NTXgJL 0 is matching search criteria
2022-10-30T06:14:54.343Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_NTXgJL 0] matching following query criteria: sdcType=VF, customizationUUID=856c10a5-cebe-4f42-ad1d-415984974502
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-10-30T06:14:54.345Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:14:54.346Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_NTXgJL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:14:54.346Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 06555340-2959-4d30-aace-125bade11f59: basic_onboard_NTXgJL
2022-10-30T06:14:54.346Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:14:54.346Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_NTXgJL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:14:54.346Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:14:54.346Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_NTXgJL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:14:54.346Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:14:54.346Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_NTXgJL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:14:54.347Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:14:54.347Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_NTXgJL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:14:54.347Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:14:54.347Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_NTXgJL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:14:54.347Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||Saving Service: basic_onboard_NTXgJL 
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-10-30T06:14:54.426Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_NTXgJL b30ae6c7-6be2-4a14-a4e1-e4530ba3c984 1 ASDC deployResourceStructure
2022-10-30T06:14:54.426Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/basic_onboard_ntxgjl0_modules.json ASDC sendASDCNotification
2022-10-30T06:14:54.426Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/basic_onboard_ntxgjl0_modules.json
2022-10-30T06:14:54.426Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-30T06:14:54.427Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:14:54.428Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:14:54.429Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667110494426,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/basic_onboard_ntxgjl0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-30T06:14:54.529Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T06:14:54.530Z||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-10-30T06:14:54.530Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:14:54.541Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:14:54.542Z||pool-30-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-30T06:14:55.429Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-10-30T06:14:55.430Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/base_ubuntu18.yaml
2022-10-30T06:14:55.430Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-30T06:14:55.430Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:14:55.432Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:14:55.432Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667110495429,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-10-30T06:14:55.532Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T06:14:55.533Z||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-10-30T06:14:55.534Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:14:55.546Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:14:55.547Z||pool-31-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-30T06:14:56.433Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-10-30T06:14:56.434Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/base_ubuntu18.env
2022-10-30T06:14:56.434Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-30T06:14:56.434Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:14:56.436Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:14:56.436Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667110496433,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-10-30T06:14:56.536Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T06:14:56.537Z||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-10-30T06:14:56.538Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:14:56.552Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:14:56.552Z||pool-32-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-10-30T06:14:57.437Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/artifacts/service-BasicOnboardNtxgjl-csar.csar ASDC sendASDCNotification
2022-10-30T06:14:57.438Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/artifacts/service-BasicOnboardNtxgjl-csar.csar
2022-10-30T06:14:57.438Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-30T06:14:57.438Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:14:57.440Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:14:57.440Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667110497437,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/artifacts/service-BasicOnboardNtxgjl-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-30T06:14:57.540Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T06:14:57.541Z||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-10-30T06:14:57.541Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:14:57.554Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:14:57.554Z||pool-33-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-30T06:14:58.441Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-30T06:14:58.453Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-30T06:14:58.458Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-30T06:14:58.458Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-30T06:14:58.458Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-30T06:14:58.458Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-30T06:14:58.458Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-30T06:14:58.458Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-30T06:14:58.458Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-30T06:14:58.458Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-30T06:14:58.458Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-30T06:14:58.458Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-30T06:14:58.465Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-30T06:15:28.465Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef 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-10-30T06:15:28.475Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef and serviceModelVersionId: 06555340-2959-4d30-aace-125bade11f59
2022-10-30T06:15:28.475Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a41ecfb5-646e-465a-9059-aeb1eb0dcb32
2022-10-30T06:15:28.478Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a41ecfb5-646e-465a-9059-aeb1eb0dcb32/model-vers/model-ver/06555340-2959-4d30-aace-125bade11f59?depth=0
2022-10-30T06:15:28.484Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-10-30T06:15:28.520Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a41ecfb5-646e-465a-9059-aeb1eb0dcb32/model-vers/model-ver/06555340-2959-4d30-aace-125bade11f59?depth=0|INFO|500||Invoke
2022-10-30T06:15:28.520Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a41ecfb5-646e-465a-9059-aeb1eb0dcb32/model-vers/model-ver/06555340-2959-4d30-aace-125bade11f59?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a41ecfb5-646e-465a-9059-aeb1eb0dcb32/model-vers/model-ver/06555340-2959-4d30-aace-125bade11f59?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6a380ed5-4a3a-4579-93d4-fbcfc7748598], X-ECOMP-RequestID=[f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef], X-TransactionId=[], X-ONAP-RequestID=[f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef], Content-Type=[application/merge-patch+json]}
2022-10-30T06:15:28.545Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a41ecfb5-646e-465a-9059-aeb1eb0dcb32/model-vers/model-ver/06555340-2959-4d30-aace-125bade11f59?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-10-30T06:15:28.640Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a41ecfb5-646e-465a-9059-aeb1eb0dcb32/model-vers/model-ver/06555340-2959-4d30-aace-125bade11f59?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/a41ecfb5-646e-465a-9059-aeb1eb0dcb32/model-vers/model-ver/06555340-2959-4d30-aace-125bade11f59?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221030-06:15:28:532-29116], vertex-id=[184520], Content-Length=[0], Date=[Sun, 30 Oct 2022 06:15:28 GMT], Content-Type=[application/json]}
2022-10-30T06:15:28.640Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a41ecfb5-646e-465a-9059-aeb1eb0dcb32/model-vers/model-ver/06555340-2959-4d30-aace-125bade11f59?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-10-30T06:15:28.641Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a41ecfb5-646e-465a-9059-aeb1eb0dcb32/model-vers/model-ver/06555340-2959-4d30-aace-125bade11f59?depth=0|INFO|500||InvokeReturn
2022-10-30T06:15:28.641Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-30T06:15:28.641Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-30T06:15:28.648Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-10-30T06:15:28.649Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-30T06:15:28.649Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-30T06:15:28.649Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:15:28.651Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:15:28.651Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667110528649,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-30T06:15:28.751Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T06:15:28.752Z||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-10-30T06:15:28.752Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:15:28.765Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:15:28.765Z||pool-34-thread-1|||||INFO|500||cambria reply ok (14 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-10-30T06:15:29.662Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:15:29.663Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T06:15:29.663Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:15:35.068Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:15:35.068Z||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-10-30T06:15:35.069Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:15:35.717Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:15:35.718Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:15:35.718Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667110477433,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:15:35.719Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:15:35.719Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:15:35.719Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667110477433,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/basic_onboard_ntxgjl0_modules.json",
  "status": "NOTIFIED"
}
2022-10-30T06:15:35.719Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:15:35.719Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:15:35.719Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667110477433,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-10-30T06:15:35.719Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:15:35.719Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:15:35.719Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667110477433,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:15:35.719Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:15:35.719Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:15:35.719Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667110477433,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-10-30T06:15:35.719Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:15:35.719Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:15:35.719Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667110477433,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/artifacts/service-BasicOnboardNtxgjl-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:15:35.719Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:15:35.719Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:15:35.720Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667110477433,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/artifacts/service-BasicOnboardNtxgjl-csar.csar",
  "status": "NOTIFIED"
}
2022-10-30T06:15:35.720Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:15:35.720Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:15:35.720Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667110489017,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/artifacts/service-BasicOnboardNtxgjl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-30T06:15:35.720Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:15:35.720Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:15:35.720Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667110491201,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/basic_onboard_ntxgjl0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-30T06:15:35.720Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:15:35.720Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:15:35.720Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667110492259,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-30T06:15:35.720Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:15:35.720Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:15:35.720Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667110493312,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-10-30T06:15:35.720Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:15:35.720Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:15:35.720Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667110494426,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/basic_onboard_ntxgjl0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-30T06:15:35.720Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:15:35.720Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:15:35.720Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667110495429,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-10-30T06:15:35.720Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:15:35.720Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:15:35.720Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667110496433,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-10-30T06:15:35.720Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:15:35.720Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:15:35.720Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667110497437,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/artifacts/service-BasicOnboardNtxgjl-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-30T06:15:35.721Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:15:35.721Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:15:35.721Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667110528649,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-30T06:15:35.721Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:15:39.206Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:15:39.207Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:15:39.208Z||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-10-30T06:15:39.208Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:15:48.775Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:15:48.777Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:15:48.777Z||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-10-30T06:15:48.777Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:15:58.324Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:16:35.065Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:16:35.066Z||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-10-30T06:16:35.066Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:16:35.068Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:16:35.068Z||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-10-30T06:16:35.068Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:16:44.624Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:16:44.626Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:17:35.065Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:17:35.066Z||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-10-30T06:17:35.067Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:17:35.068Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:17:35.068Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|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-10-30T06:17:35.068Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:17:44.636Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:17:44.637Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:18:35.065Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:18:35.066Z||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-10-30T06:18:35.066Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:18:35.068Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:18:35.068Z||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-10-30T06:18:35.068Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:18:44.630Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:18:44.633Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:19:35.065Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:19:35.066Z||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-10-30T06:19:35.066Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:19:35.068Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:19:35.068Z||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-10-30T06:19:35.068Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:19:44.618Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:19:44.636Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:20:35.065Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:20:35.066Z||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-10-30T06:20:35.067Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:20:35.068Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:20:35.068Z||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-10-30T06:20:35.068Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:20:44.611Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:20:44.616Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:21:35.065Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:21:35.068Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:21:35.068Z||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-10-30T06:21:35.068Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:21:35.068Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|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-10-30T06:21:35.068Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:21:44.617Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:21:44.617Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:22:35.065Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:22:35.066Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T06:22:35.066Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:22:35.068Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:22:35.069Z||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-10-30T06:22:35.069Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:22:44.612Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:22:44.614Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:23:35.065Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:23:35.065Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T06:23:35.066Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:23:35.068Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:23:35.068Z||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-10-30T06:23:35.069Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:23:44.616Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:23:44.622Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:24:35.065Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:24:35.065Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T06:24:35.066Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:24:35.067Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:24:35.068Z||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-10-30T06:24:35.068Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:24:44.613Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:24:44.634Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:25:35.065Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:25:35.065Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T06:25:35.066Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:25:35.068Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:25:35.069Z||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-10-30T06:25:35.069Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:25:35.702Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:25:35.704Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T06:25:35.705Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"e57a2b24-0e38-44dd-a8d0-ad5838dd2285","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"6a3309ae-4719-4d1d-9fed-1c029f78d08e","serviceDescription":"service","serviceInvariantUUID":"71990dc1-cb3d-4501-b609-0254a37ae0f8","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"ade4bb74-0c22-409d-ab17-a71095d882e0","resourceInvariantUUID":"20b7668d-9adb-4f97-8fac-9ae9747593e1","resourceCustomizationUUID":"b478a939-c1c8-48e3-bda6-535ac07139fa","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":"ZTNhOGM3YTkwMDYwMTgxYzJhYzBlNjBiZmJiMjViNzE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1ddc7b56-b4b8-4716-b99d-10334e1ddf67","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NjhlMzVmZmEzNWNiYTJlYzQ0ZDk0MTI0NmI3YThmNzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a3b81b96-8c5d-4301-9db8-cafdbb013770","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-30T06:25:35.708Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T06:25:35.708Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:25:35.711Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:25:35.711Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e57a2b24-0e38-44dd-a8d0-ad5838dd2285",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111135065,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:25:35.724Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:25:35.725Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:25:35.725Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e57a2b24-0e38-44dd-a8d0-ad5838dd2285",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667111103538,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:25:35.726Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:25:35.727Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:25:35.727Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e57a2b24-0e38-44dd-a8d0-ad5838dd2285",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667111105698,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:25:35.727Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:25:35.727Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:25:35.727Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e57a2b24-0e38-44dd-a8d0-ad5838dd2285",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667111103538,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-10-30T06:25:35.727Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:25:35.727Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:25:35.727Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e57a2b24-0e38-44dd-a8d0-ad5838dd2285",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667111105698,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:25:35.727Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:25:35.727Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:25:35.727Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e57a2b24-0e38-44dd-a8d0-ad5838dd2285",
  "consumerID": "cds",
  "timestamp": 1667111112588,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:25:35.727Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:25:35.727Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:25:35.727Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e57a2b24-0e38-44dd-a8d0-ad5838dd2285",
  "consumerID": "cds",
  "timestamp": 1667111112588,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-10-30T06:25:35.727Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:25:35.727Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:25:35.727Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e57a2b24-0e38-44dd-a8d0-ad5838dd2285",
  "consumerID": "cds",
  "timestamp": 1667111115374,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-30T06:25:35.727Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:25:35.727Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:25:35.727Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e57a2b24-0e38-44dd-a8d0-ad5838dd2285",
  "consumerID": "cds",
  "timestamp": 1667111116381,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-30T06:25:35.746Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e57a2b24-0e38-44dd-a8d0-ad5838dd2285
2022-10-30T06:25:35.747Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e57a2b24-0e38-44dd-a8d0-ad5838dd2285 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-10-30T06:25:35.756Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:25:35.756Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e57a2b24-0e38-44dd-a8d0-ad5838dd2285",
  "consumerID": "aai-ml",
  "timestamp": 1667111117510,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:25:35.756Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:25:35.756Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:25:35.756Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e57a2b24-0e38-44dd-a8d0-ad5838dd2285",
  "consumerID": "aai-ml",
  "timestamp": 1667111117510,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-10-30T06:25:35.756Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:25:35.757Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:25:35.757Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e57a2b24-0e38-44dd-a8d0-ad5838dd2285",
  "consumerID": "aai-ml",
  "timestamp": 1667111120314,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-30T06:25:35.757Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:25:35.757Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:25:35.757Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e57a2b24-0e38-44dd-a8d0-ad5838dd2285",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667111123258,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:25:35.757Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:25:35.757Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:25:35.757Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e57a2b24-0e38-44dd-a8d0-ad5838dd2285",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667111123258,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-10-30T06:25:35.757Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:25:35.757Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:25:35.757Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e57a2b24-0e38-44dd-a8d0-ad5838dd2285",
  "consumerID": "aai-ml",
  "timestamp": 1667111124674,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-30T06:25:35.757Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:25:35.757Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:25:35.757Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e57a2b24-0e38-44dd-a8d0-ad5838dd2285",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667111125998,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-30T06:25:35.757Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:25:35.757Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:25:35.757Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e57a2b24-0e38-44dd-a8d0-ad5838dd2285",
  "consumerID": "aai-ml",
  "timestamp": 1667111125683,
  "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-10-30T06:25:35.763Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e57a2b24-0e38-44dd-a8d0-ad5838dd2285
2022-10-30T06:25:35.763Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e57a2b24-0e38-44dd-a8d0-ad5838dd2285 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-10-30T06:25:35.772Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:25:35.773Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e57a2b24-0e38-44dd-a8d0-ad5838dd2285",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667111127800,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-30T06:25:35.773Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:25:35.773Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:25:35.773Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e57a2b24-0e38-44dd-a8d0-ad5838dd2285",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667111128808,
  "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-10-30T06:25:35.777Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e57a2b24-0e38-44dd-a8d0-ad5838dd2285
2022-10-30T06:25:35.778Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e57a2b24-0e38-44dd-a8d0-ad5838dd2285 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-10-30T06:25:35.811Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T06:25:35.812Z||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-10-30T06:25:35.812Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:25:35.824Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:25:35.824Z||pool-35-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-30T06:25:36.714Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T06:25:36.716Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:25:36.718Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:25:36.718Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e57a2b24-0e38-44dd-a8d0-ad5838dd2285",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111135065,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-10-30T06:25:36.818Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T06:25:36.819Z||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-10-30T06:25:36.819Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:25:36.830Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:25:36.831Z||pool-36-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-30T06:25:37.719Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "e57a2b24-0e38-44dd-a8d0-ad5838dd2285",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "6a3309ae-4719-4d1d-9fed-1c029f78d08e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "71990dc1-cb3d-4501-b609-0254a37ae0f8",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "b478a939-c1c8-48e3-bda6-535ac07139fa",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "ade4bb74-0c22-409d-ab17-a71095d882e0",
      "resourceInvariantUUID": "20b7668d-9adb-4f97-8fac-9ae9747593e1",
      "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": "NjhlMzVmZmEzNWNiYTJlYzQ0ZDk0MTI0NmI3YThmNzQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a3b81b96-8c5d-4301-9db8-cafdbb013770"
    }
  ],
  "workloadContext": "Production"
}
2022-10-30T06:25:37.720Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-30T06:25:37.720Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6a3309ae-4719-4d1d-9fed-1c029f78d08e ASDC
2022-10-30T06:25:37.720Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:e57a2b24-0e38-44dd-a8d0-ad5838dd2285
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:6a3309ae-4719-4d1d-9fed-1c029f78d08e
ServiceInvariantUUID:71990dc1-cb3d-4501-b609-0254a37ae0f8
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:a3b81b96-8c5d-4301-9db8-cafdbb013770
ArtifactChecksum:NjhlMzVmZmEzNWNiYTJlYzQ0ZDk0MTI0NmI3YThmNzQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:b478a939-c1c8-48e3-bda6-535ac07139fa
ResourceInvariantUUID:20b7668d-9adb-4f97-8fac-9ae9747593e1
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:ade4bb74-0c22-409d-ab17-a71095d882e0
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-10-30T06:25:37.721Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6a3309ae-4719-4d1d-9fed-1c029f78d08e 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-10-30T06:25:37.747Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-30T06:25:37.748Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-10-30T06:25:37.748Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-10-30T06:25:37.748Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: a3b81b96-8c5d-4301-9db8-cafdbb013770 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-30T06:25:37.748Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-10-30T06:25:37.749Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-30T06:25:37.816Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-10-30T06:25:37.818Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar a3b81b96-8c5d-4301-9db8-cafdbb013770 57663
2022-10-30T06:25:37.819Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-10-30T06:25:37.819Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-30T06:25:37.819Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-30T06:25:37.820Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:25:37.821Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:25:37.822Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e57a2b24-0e38-44dd-a8d0-ad5838dd2285",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111137819,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-30T06:25:37.922Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T06:25:37.923Z||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-10-30T06:25:37.923Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:25:37.935Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:25:37.936Z||pool-37-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-30T06:25:38.822Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-30T06:25:38.824Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-10-30T06:25:38.824Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: a3b81b96-8c5d-4301-9db8-cafdbb013770, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-30T06:25:38.825Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-10-30T06:25:38.825Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-30T06:25:38.825Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-30T06:25:38.923Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9112990354206627280/Definitions/service-BasicNetwork-template.yml
2022-10-30T06:25:39.305Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-30T06:25:39.305Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-10-30T06:25:39.305Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-30T06:25:39.305Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-10-30T06:25:39.306Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||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-10-30T06:25:39.306Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||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-10-30T06:25:39.306Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||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-10-30T06:25:39.306Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||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-10-30T06:25:39.306Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-30T06:25:39.306Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||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-10-30T06:25:39.306Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||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-10-30T06:25:39.306Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||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-10-30T06:25:39.306Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-10-30T06:25:39.306Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:25:39.306Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:25:39.307Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-10-30T06:25:39.307Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-10-30T06:25:39.307Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-30T06:25:39.307Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:25:39.308Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:25:39.308Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-10-30T06:25:39.308Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-10-30T06:25:39.308Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-30T06:25:39.309Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:25:39.309Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:25:39.309Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:25:39.309Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:25:39.309Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:25:39.309Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:25:39.309Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:25:39.310Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:25:39.310Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:25:39.310Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:25:39.310Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:6a3309ae-4719-4d1d-9fed-1c029f78d08e
Model Version:NULL
Model InvariantUuid:71990dc1-cb3d-4501-b609-0254a37ae0f8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:20b7668d-9adb-4f97-8fac-9ae9747593e1
Model UUID:54ba0c56-4a11-4926-9f5d-f9b01cb02f75
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:b478a939-c1c8-48e3-bda6-535ac07139fa
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-10-30T06:25:39.318Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||INFO|500||Processing Resource Type: VL, Model UUID: ade4bb74-0c22-409d-ab17-a71095d882e0
2022-10-30T06:25:39.319Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||INFO|500||No resources found for Service: 6a3309ae-4719-4d1d-9fed-1c029f78d08e
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-10-30T06:25:39.323Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||INFO|500||
2022-10-30T06:25:39.324Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-10-30T06:25:39.324Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 6a3309ae-4719-4d1d-9fed-1c029f78d08e
2022-10-30T06:25:39.324Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 6a3309ae-4719-4d1d-9fed-1c029f78d08e
2022-10-30T06:25:39.325Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-10-30T06:25:39.325Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||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-10-30T06:25:39.330Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@57531145, org.onap.sdc.toscaparser.api.parameters.Input@4806efcb, org.onap.sdc.toscaparser.api.parameters.Input@56219edd, org.onap.sdc.toscaparser.api.parameters.Input@5cc996c0, org.onap.sdc.toscaparser.api.parameters.Input@135f7d25]
2022-10-30T06:25:39.332Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:25:39.332Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:25:39.332Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:25:39.332Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:25:39.332Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 6a3309ae-4719-4d1d-9fed-1c029f78d08e: Generic NeutronNet
2022-10-30T06:25:39.333Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:25:39.333Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:25:39.333Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:25:39.333Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||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-10-30T06:25:39.372Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:25:39.373Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:25:39.373Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:25:39.373Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:25:39.373Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:25:39.373Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:25:39.373Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||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-10-30T06:25:39.436Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-10-30T06:25:39.436Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-10-30T06:25:39.437Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-30T06:25:39.437Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-30T06:25:39.437Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:25:39.439Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:25:39.439Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e57a2b24-0e38-44dd-a8d0-ad5838dd2285",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111139436,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-30T06:25:39.539Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T06:25:39.540Z||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-10-30T06:25:39.540Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:25:39.551Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:25:39.552Z||pool-38-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-30T06:25:40.440Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e57a2b24-0e38-44dd-a8d0-ad5838dd2285
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-30T06:25:40.452Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e57a2b24-0e38-44dd-a8d0-ad5838dd2285
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-30T06:25:40.456Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-30T06:25:40.456Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-30T06:25:40.457Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-30T06:25:40.457Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-30T06:25:40.457Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-30T06:25:40.457Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-30T06:25:40.457Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-30T06:25:40.457Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-30T06:25:40.457Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-30T06:25:40.462Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-30T06:26:10.463Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e57a2b24-0e38-44dd-a8d0-ad5838dd2285 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-10-30T06:26:10.468Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e57a2b24-0e38-44dd-a8d0-ad5838dd2285 and serviceModelVersionId: 6a3309ae-4719-4d1d-9fed-1c029f78d08e
2022-10-30T06:26:10.468Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 71990dc1-cb3d-4501-b609-0254a37ae0f8
2022-10-30T06:26:10.469Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/71990dc1-cb3d-4501-b609-0254a37ae0f8/model-vers/model-ver/6a3309ae-4719-4d1d-9fed-1c029f78d08e?depth=0
2022-10-30T06:26:10.473Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-10-30T06:26:10.504Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71990dc1-cb3d-4501-b609-0254a37ae0f8/model-vers/model-ver/6a3309ae-4719-4d1d-9fed-1c029f78d08e?depth=0|INFO|500||Invoke
2022-10-30T06:26:10.504Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71990dc1-cb3d-4501-b609-0254a37ae0f8/model-vers/model-ver/6a3309ae-4719-4d1d-9fed-1c029f78d08e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71990dc1-cb3d-4501-b609-0254a37ae0f8/model-vers/model-ver/6a3309ae-4719-4d1d-9fed-1c029f78d08e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e57a2b24-0e38-44dd-a8d0-ad5838dd2285], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[efa5b163-f9a7-4a9c-8442-9f969989a5c9], X-ECOMP-RequestID=[e57a2b24-0e38-44dd-a8d0-ad5838dd2285], X-TransactionId=[], X-ONAP-RequestID=[e57a2b24-0e38-44dd-a8d0-ad5838dd2285], Content-Type=[application/merge-patch+json]}
2022-10-30T06:26:10.521Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71990dc1-cb3d-4501-b609-0254a37ae0f8/model-vers/model-ver/6a3309ae-4719-4d1d-9fed-1c029f78d08e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-10-30T06:26:10.620Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71990dc1-cb3d-4501-b609-0254a37ae0f8/model-vers/model-ver/6a3309ae-4719-4d1d-9fed-1c029f78d08e?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/71990dc1-cb3d-4501-b609-0254a37ae0f8/model-vers/model-ver/6a3309ae-4719-4d1d-9fed-1c029f78d08e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221030-06:26:10:497-9189], vertex-id=[241880], Content-Length=[0], Date=[Sun, 30 Oct 2022 06:26:10 GMT], Content-Type=[application/json]}
2022-10-30T06:26:10.620Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71990dc1-cb3d-4501-b609-0254a37ae0f8/model-vers/model-ver/6a3309ae-4719-4d1d-9fed-1c029f78d08e?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-10-30T06:26:10.620Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71990dc1-cb3d-4501-b609-0254a37ae0f8/model-vers/model-ver/6a3309ae-4719-4d1d-9fed-1c029f78d08e?depth=0|INFO|500||InvokeReturn
2022-10-30T06:26:10.621Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-30T06:26:10.621Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-30T06:26:10.632Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-10-30T06:26:10.632Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e57a2b24-0e38-44dd-a8d0-ad5838dd2285 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-30T06:26:10.632Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-30T06:26:10.633Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:26:10.634Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:26:10.634Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e57a2b24-0e38-44dd-a8d0-ad5838dd2285",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111170632,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-30T06:26:10.735Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-30T06:26:10.736Z||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-10-30T06:26:10.736Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:26:10.752Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:26:10.753Z||pool-39-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-30T06:26:35.065Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:26:35.066Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T06:26:35.066Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:26:35.067Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:26:35.068Z||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-10-30T06:26:35.068Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:26:35.198Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:26:35.199Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:26:35.199Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e57a2b24-0e38-44dd-a8d0-ad5838dd2285",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111135065,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:26:35.199Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:26:35.710Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:26:35.711Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T06:26:35.711Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"6f04e37d-f2bc-49f7-a812-23968bdea4b2","serviceName":"Demo_pNF_CcdlYzZ5NkupLfet41Tf","serviceVersion":"1.0","serviceUUID":"670b797c-a996-4dc9-8700-f50698925c7c","serviceDescription":"catalog service description","serviceInvariantUUID":"d02956ab-14bf-49e0-af41-6d2a8047d634","resources":[{"resourceInstanceName":"pNF de174c9a-7078 0","resourceName":"pNF de174c9a-7078","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"7519bc14-3c74-438b-a6ea-31fb268b0cf0","resourceInvariantUUID":"e6d5ac28-20c2-4a11-a406-b39a5c8b366e","resourceCustomizationUUID":"1e925632-d9bf-489f-880c-abcf02c36860","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCcdlyzz5nkuplfet41tf/1.0/resourceInstances/pnfde174c9a70780/artifacts/vf-license-model.xml","artifactChecksum":"MzQyMzZmYTI2MjcxMTBlNGE4YzRhZDg5MjA3ZWUxM2E\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b261764d-6843-4a8b-9450-8fc0b4eee756","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCcdlyzz5nkuplfet41tf/1.0/resourceInstances/pnfde174c9a70780/artifacts/pNF.csar","artifactChecksum":"OTRlN2JlMmQ5NTg1OTU0YjkyYTNhNTY2OTZmZTk4ZmM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ffaecf10-dc01-408d-a38a-3b5ef089d6a0","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCcdlyzz5nkuplfet41tf/1.0/resourceInstances/pnfde174c9a70780/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1c684815-2370-4e49-8806-0538e3324d13","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCcdlyzz5nkuplfet41tf/1.0/resourceInstances/pnfde174c9a70780/artifacts/vendor-license-model.xml","artifactChecksum":"OTlmNzMzNWI5MzBhNzljMmJjYTMwZmI0MmQyZDZhNDQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"858d16d9-435d-4d04-8a90-18c194f49723","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfCcdlyzz5nkuplfet41tf/1.0/resourceInstances/pnfde174c9a70780/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5e872c84-9e2f-457c-84c7-a7e798d8e75a","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfCcdlyzz5nkuplfet41tf/1.0/resourceInstances/pnfde174c9a70780/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"49a1ae2d-bd16-4c98-b033-0a34b41d7f43","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfCcdlyzz5nkuplfet41tf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCcdlyzz5nkuplfet41tf/1.0/artifacts/service-DemoPnfCcdlyzz5nkuplfet41tf-template.yml","artifactChecksum":"MGI2YTM2MjM3NDQ3MGI0NjViMjI0NDM4ZmYxNmUxZDE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3280ed92-5667-4443-b059-2e72893ff82c","artifactVersion":"1"},{"artifactName":"service-DemoPnfCcdlyzz5nkuplfet41tf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfCcdlyzz5nkuplfet41tf/1.0/artifacts/service-DemoPnfCcdlyzz5nkuplfet41tf-csar.csar","artifactChecksum":"ZmYyNGJmNjMzYjYzZjI2MWU4MjUzM2Y2YTQ0NmY3ZjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4d21e3ba-36ad-4957-a575-a9a9f25b4c26","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-30T06:26:35.713Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T06:26:35.713Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:26:35.715Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:26:35.715Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "6f04e37d-f2bc-49f7-a812-23968bdea4b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111195065,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcdlyzz5nkuplfet41tf/1.0/resourceInstances/pnfde174c9a70780/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:26:35.815Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T06:26:35.816Z||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-10-30T06:26:35.816Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:26:35.830Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:26:35.830Z||pool-40-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-10-30T06:26:36.715Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T06:26:36.716Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:26:36.718Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:26:36.718Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "6f04e37d-f2bc-49f7-a812-23968bdea4b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111195065,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcdlyzz5nkuplfet41tf/1.0/resourceInstances/pnfde174c9a70780/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:26:36.819Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-30T06:26:36.820Z||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-10-30T06:26:36.820Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:26:36.833Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:26:36.834Z||pool-41-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-30T06:26:37.719Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T06:26:37.720Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:26:37.722Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:26:37.722Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "6f04e37d-f2bc-49f7-a812-23968bdea4b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111195065,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcdlyzz5nkuplfet41tf/1.0/resourceInstances/pnfde174c9a70780/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:26:37.822Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T06:26:37.823Z||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-10-30T06:26:37.823Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:26:37.836Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:26:37.836Z||pool-42-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-30T06:26:38.723Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T06:26:38.724Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:26:38.726Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:26:38.726Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "6f04e37d-f2bc-49f7-a812-23968bdea4b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111195065,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcdlyzz5nkuplfet41tf/1.0/resourceInstances/pnfde174c9a70780/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:26:38.826Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T06:26:38.827Z||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-10-30T06:26:38.827Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:26:38.839Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:26:38.840Z||pool-43-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-30T06:26:39.726Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T06:26:39.727Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:26:39.729Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:26:39.729Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "6f04e37d-f2bc-49f7-a812-23968bdea4b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111195065,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcdlyzz5nkuplfet41tf/1.0/resourceInstances/pnfde174c9a70780/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:26:39.829Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-30T06:26:39.830Z||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-10-30T06:26:39.830Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:26:39.844Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:26:39.845Z||pool-44-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-30T06:26:40.730Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T06:26:40.731Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:26:40.734Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:26:40.734Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "6f04e37d-f2bc-49f7-a812-23968bdea4b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111195065,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcdlyzz5nkuplfet41tf/1.0/resourceInstances/pnfde174c9a70780/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:26:40.834Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T06:26:40.835Z||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-10-30T06:26:40.835Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:26:40.851Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:26:40.852Z||pool-45-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-10-30T06:26:41.735Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T06:26:41.735Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:26:41.738Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:26:41.738Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "6f04e37d-f2bc-49f7-a812-23968bdea4b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111195065,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcdlyzz5nkuplfet41tf/1.0/artifacts/service-DemoPnfCcdlyzz5nkuplfet41tf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:26:41.838Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T06:26:41.839Z||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-10-30T06:26:41.839Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:26:41.852Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:26:41.853Z||pool-46-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-10-30T06:26:42.739Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T06:26:42.740Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:26:42.742Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:26:42.742Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "6f04e37d-f2bc-49f7-a812-23968bdea4b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111195065,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcdlyzz5nkuplfet41tf/1.0/artifacts/service-DemoPnfCcdlyzz5nkuplfet41tf-csar.csar",
  "status": "NOTIFIED"
}
2022-10-30T06:26:42.842Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T06:26:42.843Z||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-10-30T06:26:42.843Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:26:42.854Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:26:42.855Z||pool-47-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-30T06:26:43.743Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "6f04e37d-f2bc-49f7-a812-23968bdea4b2",
  "serviceName": "Demo_pNF_CcdlYzZ5NkupLfet41Tf",
  "serviceVersion": "1.0",
  "serviceUUID": "670b797c-a996-4dc9-8700-f50698925c7c",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "d02956ab-14bf-49e0-af41-6d2a8047d634",
  "resources": [
    {
      "resourceInstanceName": "pNF de174c9a-7078 0",
      "resourceCustomizationUUID": "1e925632-d9bf-489f-880c-abcf02c36860",
      "resourceName": "pNF de174c9a-7078",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "7519bc14-3c74-438b-a6ea-31fb268b0cf0",
      "resourceInvariantUUID": "e6d5ac28-20c2-4a11-a406-b39a5c8b366e",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfCcdlyzz5nkuplfet41tf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcdlyzz5nkuplfet41tf/1.0/artifacts/service-DemoPnfCcdlyzz5nkuplfet41tf-csar.csar",
      "artifactChecksum": "ZmYyNGJmNjMzYjYzZjI2MWU4MjUzM2Y2YTQ0NmY3ZjU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4d21e3ba-36ad-4957-a575-a9a9f25b4c26"
    }
  ],
  "workloadContext": "Production"
}
2022-10-30T06:26:43.744Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-30T06:26:43.744Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 670b797c-a996-4dc9-8700-f50698925c7c ASDC
2022-10-30T06:26:43.744Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:6f04e37d-f2bc-49f7-a812-23968bdea4b2
ServiceName:Demo_pNF_CcdlYzZ5NkupLfet41Tf
ServiceVersion:1.0
ServiceUUID:670b797c-a996-4dc9-8700-f50698925c7c
ServiceInvariantUUID:d02956ab-14bf-49e0-af41-6d2a8047d634
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfCcdlyzz5nkuplfet41tf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfCcdlyzz5nkuplfet41tf/1.0/artifacts/service-DemoPnfCcdlyzz5nkuplfet41tf-csar.csar
ArtifactUUID:4d21e3ba-36ad-4957-a575-a9a9f25b4c26
ArtifactChecksum:ZmYyNGJmNjMzYjYzZjI2MWU4MjUzM2Y2YTQ0NmY3ZjU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF de174c9a-7078 0
ResourceCustomizationUUID:1e925632-d9bf-489f-880c-abcf02c36860
ResourceInvariantUUID:e6d5ac28-20c2-4a11-a406-b39a5c8b366e
ResourceName:pNF de174c9a-7078
ResourceType:PNF
ResourceUUID:7519bc14-3c74-438b-a6ea-31fb268b0cf0
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-10-30T06:26:43.744Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 670b797c-a996-4dc9-8700-f50698925c7c 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-10-30T06:26:43.770Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-30T06:26:43.770Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-10-30T06:26:43.770Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-10-30T06:26:43.771Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 4d21e3ba-36ad-4957-a575-a9a9f25b4c26 from URL: /sdc/v1/catalog/services/DemoPnfCcdlyzz5nkuplfet41tf/1.0/artifacts/service-DemoPnfCcdlyzz5nkuplfet41tf-csar.csar
2022-10-30T06:26:43.771Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-10-30T06:26:43.771Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfCcdlyzz5nkuplfet41tf/1.0/artifacts/service-DemoPnfCcdlyzz5nkuplfet41tf-csar.csar
2022-10-30T06:26:43.823Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-10-30T06:26:43.827Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfCcdlyzz5nkuplfet41tf/1.0/artifacts/service-DemoPnfCcdlyzz5nkuplfet41tf-csar.csar 4d21e3ba-36ad-4957-a575-a9a9f25b4c26 87775
2022-10-30T06:26:43.828Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfCcdlyzz5nkuplfet41tf/1.0/artifacts/service-DemoPnfCcdlyzz5nkuplfet41tf-csar.csar ASDC sendASDCNotification
2022-10-30T06:26:43.828Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfCcdlyzz5nkuplfet41tf/1.0/artifacts/service-DemoPnfCcdlyzz5nkuplfet41tf-csar.csar
2022-10-30T06:26:43.828Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-30T06:26:43.828Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:26:43.830Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:26:43.830Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "6f04e37d-f2bc-49f7-a812-23968bdea4b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111203828,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcdlyzz5nkuplfet41tf/1.0/artifacts/service-DemoPnfCcdlyzz5nkuplfet41tf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-30T06:26:43.930Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T06:26:43.931Z||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-10-30T06:26:43.931Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:26:43.946Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:26:43.946Z||pool-48-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-30T06:26:44.830Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-30T06:26:44.831Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-10-30T06:26:44.832Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 4d21e3ba-36ad-4957-a575-a9a9f25b4c26, URL: /sdc/v1/catalog/services/DemoPnfCcdlyzz5nkuplfet41tf/1.0/artifacts/service-DemoPnfCcdlyzz5nkuplfet41tf-csar.csar to file: /app/ASDC/1/service-DemoPnfCcdlyzz5nkuplfet41tf-csar.csar
2022-10-30T06:26:44.832Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfCcdlyzz5nkuplfet41tf-csar.csar
2022-10-30T06:26:44.832Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfCcdlyzz5nkuplfet41tf-csar.csar
2022-10-30T06:26:44.833Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfCcdlyzz5nkuplfet41tf-csar.csar
2022-10-30T06:26:44.983Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15316813658807080485/Definitions/service-DemoPnfCcdlyzz5nkuplfet41tf-template.yml
2022-10-30T06:26:45.591Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-30T06:26:45.592Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-10-30T06:26:45.592Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfCcdlyzz5nkuplfet41tf-csar.csar
2022-10-30T06:26:45.592Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-10-30T06:26:45.592Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfCcdlyzz5nkuplfet41tf-csar.csar
2022-10-30T06:26:45.592Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF de174c9a-7078 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-DemoPnfCcdlyzz5nkuplfet41tf-csar.csar
2022-10-30T06:26:45.592Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfCcdlyzz5nkuplfet41tf-csar.csar
2022-10-30T06:26:45.593Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfCcdlyzz5nkuplfet41tf-csar.csar
2022-10-30T06:26:45.593Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfCcdlyzz5nkuplfet41tf-csar.csar
2022-10-30T06:26:45.593Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfCcdlyzz5nkuplfet41tf-csar.csar
2022-10-30T06:26:45.593Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfCcdlyzz5nkuplfet41tf-csar.csar
2022-10-30T06:26:45.593Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-10-30T06:26:45.593Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:26:45.593Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_CcdlYzZ5NkupLfet41Tf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:26:45.593Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||Node template pNF de174c9a-7078 0 is matching search criteria
2022-10-30T06:26:45.594Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-10-30T06:26:45.594Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF de174c9a-7078 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-30T06:26:45.594Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:26:45.594Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_CcdlYzZ5NkupLfet41Tf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:26:45.594Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||Node template pNF de174c9a-7078 0 is matching search criteria
2022-10-30T06:26:45.594Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-10-30T06:26:45.594Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF de174c9a-7078 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-30T06:26:45.594Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:26:45.595Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_CcdlYzZ5NkupLfet41Tf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:26:45.595Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:26:45.595Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_CcdlYzZ5NkupLfet41Tf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:26:45.595Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:26:45.595Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_CcdlYzZ5NkupLfet41Tf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:26:45.595Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:26:45.595Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_CcdlYzZ5NkupLfet41Tf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:26:45.595Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:26:45.595Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_CcdlYzZ5NkupLfet41Tf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:26:45.595Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_CcdlYzZ5NkupLfet41Tf
Description:catalog service description
Model UUID:670b797c-a996-4dc9-8700-f50698925c7c
Model Version:NULL
Model InvariantUuid:d02956ab-14bf-49e0-af41-6d2a8047d634
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-10-30T06:26:45.604Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: 7519bc14-3c74-438b-a6ea-31fb268b0cf0
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-10-30T06:26:45.608Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||INFO|500||pNF de174c9a-7078 0
2022-10-30T06:26:45.608Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 7519bc14-3c74-438b-a6ea-31fb268b0cf0
2022-10-30T06:26:45.609Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 670b797c-a996-4dc9-8700-f50698925c7c
2022-10-30T06:26:45.609Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 670b797c-a996-4dc9-8700-f50698925c7c
2022-10-30T06:26:45.609Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF de174c9a-7078 0 7519bc14-3c74-438b-a6ea-31fb268b0cf0 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-10-30T06:26:45.614Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7538f116, org.onap.sdc.toscaparser.api.parameters.Input@49625523, org.onap.sdc.toscaparser.api.parameters.Input@2ea15c17, org.onap.sdc.toscaparser.api.parameters.Input@2b44240d, org.onap.sdc.toscaparser.api.parameters.Input@1946d032]
2022-10-30T06:26:45.615Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:26:45.615Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_CcdlYzZ5NkupLfet41Tf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:26:45.616Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 670b797c-a996-4dc9-8700-f50698925c7c: pNF de174c9a-7078
2022-10-30T06:26:45.616Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||INFO|500||Processing PNF resource: 7519bc14-3c74-438b-a6ea-31fb268b0cf0
2022-10-30T06:26:45.616Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:26:45.616Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_CcdlYzZ5NkupLfet41Tf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:26:45.616Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||INFO|500||Resource customization UUID: 1e925632-d9bf-489f-880c-abcf02c36860 is the same as notified resource customizationUUID: 1e925632-d9bf-489f-880c-abcf02c36860
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-10-30T06:26:45.663Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF de174c9a-7078 7519bc14-3c74-438b-a6ea-31fb268b0cf0 0 ASDC deployResourceStructure
2022-10-30T06:26:45.664Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfCcdlyzz5nkuplfet41tf/1.0/artifacts/service-DemoPnfCcdlyzz5nkuplfet41tf-csar.csar ASDC sendASDCNotification
2022-10-30T06:26:45.664Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfCcdlyzz5nkuplfet41tf/1.0/artifacts/service-DemoPnfCcdlyzz5nkuplfet41tf-csar.csar
2022-10-30T06:26:45.664Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-30T06:26:45.664Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:26:45.666Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:26:45.667Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "6f04e37d-f2bc-49f7-a812-23968bdea4b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111205664,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcdlyzz5nkuplfet41tf/1.0/artifacts/service-DemoPnfCcdlyzz5nkuplfet41tf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-30T06:26:45.767Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-30T06:26:45.767Z||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-10-30T06:26:45.768Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:26:45.780Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:26:45.780Z||pool-49-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-10-30T06:26:46.667Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6f04e37d-f2bc-49f7-a812-23968bdea4b2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-30T06:26:46.679Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6f04e37d-f2bc-49f7-a812-23968bdea4b2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-30T06:26:46.686Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-30T06:26:46.687Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-30T06:26:46.687Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-30T06:27:16.687Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6f04e37d-f2bc-49f7-a812-23968bdea4b2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-30T06:27:16.705Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6f04e37d-f2bc-49f7-a812-23968bdea4b2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-30T06:27:16.711Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-30T06:27:16.711Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-30T06:27:16.711Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-30T06:27:35.068Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:27:35.069Z||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-10-30T06:27:35.069Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:27:35.135Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:27:35.136Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:27:35.137Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e57a2b24-0e38-44dd-a8d0-ad5838dd2285",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111135065,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-10-30T06:27:35.137Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:27:35.137Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:27:35.137Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e57a2b24-0e38-44dd-a8d0-ad5838dd2285",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111137819,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-30T06:27:35.137Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:27:35.138Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:27:35.138Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e57a2b24-0e38-44dd-a8d0-ad5838dd2285",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111139436,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-30T06:27:35.138Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:27:35.138Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:27:35.138Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f04e37d-f2bc-49f7-a812-23968bdea4b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667111145698,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcdlyzz5nkuplfet41tf/1.0/resourceInstances/pnfde174c9a70780/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:27:35.138Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:27:35.138Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:27:35.138Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f04e37d-f2bc-49f7-a812-23968bdea4b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667111143538,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcdlyzz5nkuplfet41tf/1.0/resourceInstances/pnfde174c9a70780/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:27:35.138Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:27:35.138Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:27:35.138Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f04e37d-f2bc-49f7-a812-23968bdea4b2",
  "consumerID": "cds",
  "timestamp": 1667111142589,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcdlyzz5nkuplfet41tf/1.0/resourceInstances/pnfde174c9a70780/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:27:35.138Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:27:35.138Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:27:35.138Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f04e37d-f2bc-49f7-a812-23968bdea4b2",
  "consumerID": "aai-ml",
  "timestamp": 1667111147510,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcdlyzz5nkuplfet41tf/1.0/resourceInstances/pnfde174c9a70780/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:27:35.138Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:27:35.138Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:27:35.138Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f04e37d-f2bc-49f7-a812-23968bdea4b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667111145698,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcdlyzz5nkuplfet41tf/1.0/resourceInstances/pnfde174c9a70780/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:27:35.138Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:27:35.138Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:27:35.138Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f04e37d-f2bc-49f7-a812-23968bdea4b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667111143538,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcdlyzz5nkuplfet41tf/1.0/resourceInstances/pnfde174c9a70780/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:27:35.138Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:27:35.139Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:27:35.139Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f04e37d-f2bc-49f7-a812-23968bdea4b2",
  "consumerID": "aai-ml",
  "timestamp": 1667111147510,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcdlyzz5nkuplfet41tf/1.0/resourceInstances/pnfde174c9a70780/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:27:35.139Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:27:35.139Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:27:35.139Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f04e37d-f2bc-49f7-a812-23968bdea4b2",
  "consumerID": "cds",
  "timestamp": 1667111142589,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcdlyzz5nkuplfet41tf/1.0/resourceInstances/pnfde174c9a70780/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:27:35.139Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:27:35.139Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:27:35.139Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f04e37d-f2bc-49f7-a812-23968bdea4b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667111145698,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcdlyzz5nkuplfet41tf/1.0/resourceInstances/pnfde174c9a70780/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:27:35.139Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:27:35.139Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:27:35.139Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f04e37d-f2bc-49f7-a812-23968bdea4b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667111143538,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcdlyzz5nkuplfet41tf/1.0/resourceInstances/pnfde174c9a70780/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:27:35.139Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:27:35.139Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:27:35.139Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f04e37d-f2bc-49f7-a812-23968bdea4b2",
  "consumerID": "aai-ml",
  "timestamp": 1667111147510,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcdlyzz5nkuplfet41tf/1.0/resourceInstances/pnfde174c9a70780/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:27:35.139Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:27:35.139Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:27:35.139Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f04e37d-f2bc-49f7-a812-23968bdea4b2",
  "consumerID": "cds",
  "timestamp": 1667111142589,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcdlyzz5nkuplfet41tf/1.0/resourceInstances/pnfde174c9a70780/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:27:35.139Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:27:35.139Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:27:35.139Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f04e37d-f2bc-49f7-a812-23968bdea4b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667111143538,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcdlyzz5nkuplfet41tf/1.0/resourceInstances/pnfde174c9a70780/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:27:35.139Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:27:35.139Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:27:35.139Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f04e37d-f2bc-49f7-a812-23968bdea4b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667111145698,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcdlyzz5nkuplfet41tf/1.0/resourceInstances/pnfde174c9a70780/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:27:35.139Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:27:35.139Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:27:35.139Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f04e37d-f2bc-49f7-a812-23968bdea4b2",
  "consumerID": "aai-ml",
  "timestamp": 1667111147510,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcdlyzz5nkuplfet41tf/1.0/resourceInstances/pnfde174c9a70780/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:27:35.139Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:27:35.140Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:27:35.140Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f04e37d-f2bc-49f7-a812-23968bdea4b2",
  "consumerID": "cds",
  "timestamp": 1667111142589,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcdlyzz5nkuplfet41tf/1.0/resourceInstances/pnfde174c9a70780/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:27:35.140Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:27:35.140Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:27:35.140Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f04e37d-f2bc-49f7-a812-23968bdea4b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667111145698,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcdlyzz5nkuplfet41tf/1.0/resourceInstances/pnfde174c9a70780/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:27:35.140Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:27:35.140Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:27:35.140Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f04e37d-f2bc-49f7-a812-23968bdea4b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667111143538,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcdlyzz5nkuplfet41tf/1.0/resourceInstances/pnfde174c9a70780/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:27:35.140Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:27:35.140Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:27:35.140Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f04e37d-f2bc-49f7-a812-23968bdea4b2",
  "consumerID": "aai-ml",
  "timestamp": 1667111147510,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcdlyzz5nkuplfet41tf/1.0/resourceInstances/pnfde174c9a70780/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:27:35.140Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:27:35.140Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:27:35.140Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f04e37d-f2bc-49f7-a812-23968bdea4b2",
  "consumerID": "cds",
  "timestamp": 1667111142589,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcdlyzz5nkuplfet41tf/1.0/resourceInstances/pnfde174c9a70780/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:27:35.140Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:27:35.140Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:27:35.140Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f04e37d-f2bc-49f7-a812-23968bdea4b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667111153258,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcdlyzz5nkuplfet41tf/1.0/resourceInstances/pnfde174c9a70780/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:27:35.140Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:27:35.140Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:27:35.140Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f04e37d-f2bc-49f7-a812-23968bdea4b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667111145698,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcdlyzz5nkuplfet41tf/1.0/resourceInstances/pnfde174c9a70780/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-10-30T06:27:35.140Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:27:35.141Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:27:35.141Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f04e37d-f2bc-49f7-a812-23968bdea4b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667111143538,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcdlyzz5nkuplfet41tf/1.0/resourceInstances/pnfde174c9a70780/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:27:35.141Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:27:35.141Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:27:35.141Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f04e37d-f2bc-49f7-a812-23968bdea4b2",
  "consumerID": "aai-ml",
  "timestamp": 1667111147510,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcdlyzz5nkuplfet41tf/1.0/resourceInstances/pnfde174c9a70780/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:27:35.141Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:27:35.141Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:27:35.141Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f04e37d-f2bc-49f7-a812-23968bdea4b2",
  "consumerID": "cds",
  "timestamp": 1667111142589,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcdlyzz5nkuplfet41tf/1.0/resourceInstances/pnfde174c9a70780/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:27:35.141Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:27:35.141Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:27:35.141Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f04e37d-f2bc-49f7-a812-23968bdea4b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667111153258,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcdlyzz5nkuplfet41tf/1.0/resourceInstances/pnfde174c9a70780/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:27:35.141Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:27:35.141Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:27:35.141Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f04e37d-f2bc-49f7-a812-23968bdea4b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667111143538,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcdlyzz5nkuplfet41tf/1.0/artifacts/service-DemoPnfCcdlyzz5nkuplfet41tf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:27:35.141Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:27:35.141Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:27:35.141Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f04e37d-f2bc-49f7-a812-23968bdea4b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667111145698,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcdlyzz5nkuplfet41tf/1.0/artifacts/service-DemoPnfCcdlyzz5nkuplfet41tf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:27:35.141Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:27:35.141Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:27:35.141Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f04e37d-f2bc-49f7-a812-23968bdea4b2",
  "consumerID": "aai-ml",
  "timestamp": 1667111147510,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcdlyzz5nkuplfet41tf/1.0/artifacts/service-DemoPnfCcdlyzz5nkuplfet41tf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:27:35.141Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:27:35.141Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:27:35.141Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f04e37d-f2bc-49f7-a812-23968bdea4b2",
  "consumerID": "cds",
  "timestamp": 1667111142589,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcdlyzz5nkuplfet41tf/1.0/artifacts/service-DemoPnfCcdlyzz5nkuplfet41tf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:27:35.141Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:27:35.142Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:27:35.142Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f04e37d-f2bc-49f7-a812-23968bdea4b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667111153258,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcdlyzz5nkuplfet41tf/1.0/resourceInstances/pnfde174c9a70780/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:27:35.142Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:27:35.142Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:27:35.142Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f04e37d-f2bc-49f7-a812-23968bdea4b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667111143538,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcdlyzz5nkuplfet41tf/1.0/artifacts/service-DemoPnfCcdlyzz5nkuplfet41tf-csar.csar",
  "status": "NOTIFIED"
}
2022-10-30T06:27:35.142Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:27:35.142Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:27:35.142Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f04e37d-f2bc-49f7-a812-23968bdea4b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667111145698,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcdlyzz5nkuplfet41tf/1.0/artifacts/service-DemoPnfCcdlyzz5nkuplfet41tf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:27:35.142Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:27:35.142Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:27:35.142Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f04e37d-f2bc-49f7-a812-23968bdea4b2",
  "consumerID": "aai-ml",
  "timestamp": 1667111147510,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcdlyzz5nkuplfet41tf/1.0/artifacts/service-DemoPnfCcdlyzz5nkuplfet41tf-csar.csar",
  "status": "NOTIFIED"
}
2022-10-30T06:27:35.142Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:27:35.142Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:27:35.142Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f04e37d-f2bc-49f7-a812-23968bdea4b2",
  "consumerID": "cds",
  "timestamp": 1667111142589,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcdlyzz5nkuplfet41tf/1.0/artifacts/service-DemoPnfCcdlyzz5nkuplfet41tf-csar.csar",
  "status": "NOTIFIED"
}
2022-10-30T06:27:35.142Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:27:35.142Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:27:35.142Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f04e37d-f2bc-49f7-a812-23968bdea4b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667111153258,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcdlyzz5nkuplfet41tf/1.0/resourceInstances/pnfde174c9a70780/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:27:35.142Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:27:35.142Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:27:35.142Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f04e37d-f2bc-49f7-a812-23968bdea4b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667111153258,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcdlyzz5nkuplfet41tf/1.0/resourceInstances/pnfde174c9a70780/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:27:35.142Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:27:35.142Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:27:35.142Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f04e37d-f2bc-49f7-a812-23968bdea4b2",
  "consumerID": "aai-ml",
  "timestamp": 1667111157226,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcdlyzz5nkuplfet41tf/1.0/artifacts/service-DemoPnfCcdlyzz5nkuplfet41tf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-30T06:27:35.142Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:27:35.142Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:27:35.142Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f04e37d-f2bc-49f7-a812-23968bdea4b2",
  "consumerID": "cds",
  "timestamp": 1667111157254,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcdlyzz5nkuplfet41tf/1.0/artifacts/service-DemoPnfCcdlyzz5nkuplfet41tf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-30T06:27:35.142Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:27:35.142Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:27:35.142Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f04e37d-f2bc-49f7-a812-23968bdea4b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667111157646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcdlyzz5nkuplfet41tf/1.0/resourceInstances/pnfde174c9a70780/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-30T06:27:35.142Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:27:35.142Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:27:35.142Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f04e37d-f2bc-49f7-a812-23968bdea4b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667111153258,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcdlyzz5nkuplfet41tf/1.0/resourceInstances/pnfde174c9a70780/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:27:35.142Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:27:35.142Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:27:35.142Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f04e37d-f2bc-49f7-a812-23968bdea4b2",
  "consumerID": "cds",
  "timestamp": 1667111158260,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcdlyzz5nkuplfet41tf/1.0/artifacts/service-DemoPnfCcdlyzz5nkuplfet41tf-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-10-30T06:27:35.151Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6f04e37d-f2bc-49f7-a812-23968bdea4b2
2022-10-30T06:27:35.151Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6f04e37d-f2bc-49f7-a812-23968bdea4b2 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-10-30T06:27:35.167Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:27:35.168Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f04e37d-f2bc-49f7-a812-23968bdea4b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667111158860,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcdlyzz5nkuplfet41tf/1.0/resourceInstances/pnfde174c9a70780/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-10-30T06:27:35.168Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:27:35.168Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:27:35.168Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f04e37d-f2bc-49f7-a812-23968bdea4b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667111153258,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcdlyzz5nkuplfet41tf/1.0/artifacts/service-DemoPnfCcdlyzz5nkuplfet41tf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:27:35.168Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:27:35.168Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:27:35.168Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f04e37d-f2bc-49f7-a812-23968bdea4b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667111159864,
  "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-10-30T06:27:35.174Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 6f04e37d-f2bc-49f7-a812-23968bdea4b2
2022-10-30T06:27:35.174Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6f04e37d-f2bc-49f7-a812-23968bdea4b2 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-10-30T06:27:35.183Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:27:35.183Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b3615f-8a43-4c4d-ab53-abdbbf15509e",
  "consumerID": "cds",
  "timestamp": 1667111159330,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:27:35.183Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:27:35.184Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:27:35.184Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f04e37d-f2bc-49f7-a812-23968bdea4b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667111153258,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcdlyzz5nkuplfet41tf/1.0/artifacts/service-DemoPnfCcdlyzz5nkuplfet41tf-csar.csar",
  "status": "NOTIFIED"
}
2022-10-30T06:27:35.184Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:27:35.184Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:27:35.184Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b3615f-8a43-4c4d-ab53-abdbbf15509e",
  "consumerID": "cds",
  "timestamp": 1667111159330,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:27:35.184Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:27:35.184Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:27:35.184Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f04e37d-f2bc-49f7-a812-23968bdea4b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667111162019,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcdlyzz5nkuplfet41tf/1.0/artifacts/service-DemoPnfCcdlyzz5nkuplfet41tf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-30T06:27:35.184Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:27:35.184Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:27:35.184Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b3615f-8a43-4c4d-ab53-abdbbf15509e",
  "consumerID": "cds",
  "timestamp": 1667111159330,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:27:35.184Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:27:35.184Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:27:35.184Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f04e37d-f2bc-49f7-a812-23968bdea4b2",
  "consumerID": "aai-ml",
  "timestamp": 1667111162718,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcdlyzz5nkuplfet41tf/1.0/artifacts/service-DemoPnfCcdlyzz5nkuplfet41tf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-30T06:27:35.184Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:27:35.184Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:27:35.184Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b3615f-8a43-4c4d-ab53-abdbbf15509e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667111163539,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:27:35.184Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:27:35.184Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:27:35.184Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b3615f-8a43-4c4d-ab53-abdbbf15509e",
  "consumerID": "cds",
  "timestamp": 1667111159330,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:27:35.184Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:27:35.184Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:27:35.184Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f04e37d-f2bc-49f7-a812-23968bdea4b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667111164133,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcdlyzz5nkuplfet41tf/1.0/artifacts/service-DemoPnfCcdlyzz5nkuplfet41tf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-30T06:27:35.184Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:27:35.184Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:27:35.184Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f04e37d-f2bc-49f7-a812-23968bdea4b2",
  "consumerID": "aai-ml",
  "timestamp": 1667111163723,
  "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-10-30T06:27:35.189Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6f04e37d-f2bc-49f7-a812-23968bdea4b2
2022-10-30T06:27:35.189Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6f04e37d-f2bc-49f7-a812-23968bdea4b2 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-10-30T06:27:35.198Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:27:35.198Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b3615f-8a43-4c4d-ab53-abdbbf15509e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667111163539,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-10-30T06:27:35.199Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:27:35.199Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:27:35.199Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b3615f-8a43-4c4d-ab53-abdbbf15509e",
  "consumerID": "cds",
  "timestamp": 1667111159330,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:27:35.199Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:27:35.199Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:27:35.199Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f04e37d-f2bc-49f7-a812-23968bdea4b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667111165137,
  "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-10-30T06:27:35.205Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6f04e37d-f2bc-49f7-a812-23968bdea4b2
2022-10-30T06:27:35.205Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6f04e37d-f2bc-49f7-a812-23968bdea4b2 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-10-30T06:27:35.215Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:27:35.215Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b3615f-8a43-4c4d-ab53-abdbbf15509e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667111163539,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-10-30T06:27:35.215Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:27:35.215Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:27:35.215Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b3615f-8a43-4c4d-ab53-abdbbf15509e",
  "consumerID": "cds",
  "timestamp": 1667111159330,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:27:35.216Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:27:35.216Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:27:35.216Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b3615f-8a43-4c4d-ab53-abdbbf15509e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667111165698,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:27:35.216Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:27:35.216Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:27:35.216Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b3615f-8a43-4c4d-ab53-abdbbf15509e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667111163539,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:27:35.216Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:27:35.216Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:27:35.216Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b3615f-8a43-4c4d-ab53-abdbbf15509e",
  "consumerID": "cds",
  "timestamp": 1667111159330,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-10-30T06:27:35.216Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:27:35.216Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:27:35.216Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b3615f-8a43-4c4d-ab53-abdbbf15509e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667111165698,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:27:35.216Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:27:35.216Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:27:35.216Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b3615f-8a43-4c4d-ab53-abdbbf15509e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667111163539,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-10-30T06:27:35.217Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:27:35.217Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:27:35.217Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b3615f-8a43-4c4d-ab53-abdbbf15509e",
  "consumerID": "cds",
  "timestamp": 1667111167182,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-30T06:27:35.217Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:27:35.217Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:27:35.217Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b3615f-8a43-4c4d-ab53-abdbbf15509e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667111165698,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:27:35.217Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:27:35.217Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:27:35.217Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b3615f-8a43-4c4d-ab53-abdbbf15509e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667111163539,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:27:35.217Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:27:35.217Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:27:35.217Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b3615f-8a43-4c4d-ab53-abdbbf15509e",
  "consumerID": "cds",
  "timestamp": 1667111168199,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-30T06:27:35.230Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f5b3615f-8a43-4c4d-ab53-abdbbf15509e
2022-10-30T06:27:35.230Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f5b3615f-8a43-4c4d-ab53-abdbbf15509e 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-10-30T06:27:35.240Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:27:35.240Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b3615f-8a43-4c4d-ab53-abdbbf15509e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667111165698,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:27:35.240Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:27:35.240Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:27:35.240Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b3615f-8a43-4c4d-ab53-abdbbf15509e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667111163539,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-10-30T06:27:35.240Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:27:35.240Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:27:35.240Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b3615f-8a43-4c4d-ab53-abdbbf15509e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667111165698,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:27:35.240Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:27:35.240Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:27:35.240Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b3615f-8a43-4c4d-ab53-abdbbf15509e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667111171301,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-30T06:27:35.241Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:27:35.241Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:27:35.241Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e57a2b24-0e38-44dd-a8d0-ad5838dd2285",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111170632,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-30T06:27:35.241Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:27:35.241Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:27:35.241Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b3615f-8a43-4c4d-ab53-abdbbf15509e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667111165698,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:27:35.241Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:27:35.241Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:27:35.241Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b3615f-8a43-4c4d-ab53-abdbbf15509e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667111172363,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-30T06:27:35.241Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:27:35.241Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:27:35.241Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b3615f-8a43-4c4d-ab53-abdbbf15509e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667111165698,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:27:35.241Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:27:35.241Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:27:35.241Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b3615f-8a43-4c4d-ab53-abdbbf15509e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667111173421,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-10-30T06:27:35.241Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:27:35.241Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:27:35.241Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b3615f-8a43-4c4d-ab53-abdbbf15509e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667111174446,
  "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-10-30T06:27:35.247Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f5b3615f-8a43-4c4d-ab53-abdbbf15509e
2022-10-30T06:27:35.247Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f5b3615f-8a43-4c4d-ab53-abdbbf15509e 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-10-30T06:27:35.257Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:27:35.257Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b3615f-8a43-4c4d-ab53-abdbbf15509e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667111175450,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-30T06:27:35.257Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:27:35.258Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:27:35.258Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b3615f-8a43-4c4d-ab53-abdbbf15509e",
  "consumerID": "aai-ml",
  "timestamp": 1667111177510,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:27:35.258Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:27:35.258Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:27:35.258Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b3615f-8a43-4c4d-ab53-abdbbf15509e",
  "consumerID": "aai-ml",
  "timestamp": 1667111177510,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:27:35.258Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:27:35.258Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:27:35.258Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b3615f-8a43-4c4d-ab53-abdbbf15509e",
  "consumerID": "aai-ml",
  "timestamp": 1667111177510,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:27:35.258Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:27:35.258Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:27:35.258Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b3615f-8a43-4c4d-ab53-abdbbf15509e",
  "consumerID": "aai-ml",
  "timestamp": 1667111177510,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:27:35.258Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:27:35.258Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:27:35.258Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b3615f-8a43-4c4d-ab53-abdbbf15509e",
  "consumerID": "aai-ml",
  "timestamp": 1667111177510,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:27:35.258Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:27:35.258Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:27:35.258Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b3615f-8a43-4c4d-ab53-abdbbf15509e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667111183258,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:27:35.258Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:27:35.258Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:27:35.258Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b3615f-8a43-4c4d-ab53-abdbbf15509e",
  "consumerID": "aai-ml",
  "timestamp": 1667111177510,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:27:35.258Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:27:35.258Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:27:35.258Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b3615f-8a43-4c4d-ab53-abdbbf15509e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667111183258,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:27:35.258Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:27:35.258Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:27:35.258Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b3615f-8a43-4c4d-ab53-abdbbf15509e",
  "consumerID": "aai-ml",
  "timestamp": 1667111177510,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-10-30T06:27:35.258Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:27:35.258Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:27:35.258Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b3615f-8a43-4c4d-ab53-abdbbf15509e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667111183258,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:27:35.258Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:27:35.258Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:27:35.258Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b3615f-8a43-4c4d-ab53-abdbbf15509e",
  "consumerID": "aai-ml",
  "timestamp": 1667111185248,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-30T06:27:35.258Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:27:35.258Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:27:35.258Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b3615f-8a43-4c4d-ab53-abdbbf15509e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667111183258,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:27:35.258Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:27:35.258Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:27:35.258Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b3615f-8a43-4c4d-ab53-abdbbf15509e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667111183258,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:27:35.258Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:27:35.259Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:27:35.259Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b3615f-8a43-4c4d-ab53-abdbbf15509e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667111183258,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:27:35.259Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:27:35.259Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:27:35.259Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b3615f-8a43-4c4d-ab53-abdbbf15509e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667111183258,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-10-30T06:27:35.259Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:27:35.259Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:27:35.259Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b3615f-8a43-4c4d-ab53-abdbbf15509e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667111191002,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-30T06:27:35.259Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:27:35.259Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:27:35.259Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b3615f-8a43-4c4d-ab53-abdbbf15509e",
  "consumerID": "aai-ml",
  "timestamp": 1667111192420,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-30T06:27:35.259Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:27:35.259Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:27:35.259Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b3615f-8a43-4c4d-ab53-abdbbf15509e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667111193365,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-30T06:27:35.259Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:27:35.259Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:27:35.259Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b3615f-8a43-4c4d-ab53-abdbbf15509e",
  "consumerID": "aai-ml",
  "timestamp": 1667111193427,
  "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-10-30T06:27:35.263Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f5b3615f-8a43-4c4d-ab53-abdbbf15509e
2022-10-30T06:27:35.264Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f5b3615f-8a43-4c4d-ab53-abdbbf15509e 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-10-30T06:27:35.272Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:27:35.272Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b3615f-8a43-4c4d-ab53-abdbbf15509e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667111194368,
  "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-10-30T06:27:35.277Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f5b3615f-8a43-4c4d-ab53-abdbbf15509e
2022-10-30T06:27:35.277Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f5b3615f-8a43-4c4d-ab53-abdbbf15509e 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-10-30T06:27:46.712Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6f04e37d-f2bc-49f7-a812-23968bdea4b2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-30T06:27:46.724Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6f04e37d-f2bc-49f7-a812-23968bdea4b2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-30T06:27:46.728Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-30T06:27:46.729Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-30T06:27:46.729Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-30T06:27:46.729Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-30T06:27:46.729Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-30T06:27:46.729Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-30T06:27:46.729Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-30T06:27:46.729Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-30T06:27:46.729Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-30T06:27:46.729Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-30T06:27:46.736Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-30T06:28:16.736Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6f04e37d-f2bc-49f7-a812-23968bdea4b2 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-10-30T06:28:16.743Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6f04e37d-f2bc-49f7-a812-23968bdea4b2 and serviceModelVersionId: 670b797c-a996-4dc9-8700-f50698925c7c
2022-10-30T06:28:16.743Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d02956ab-14bf-49e0-af41-6d2a8047d634
2022-10-30T06:28:16.744Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d02956ab-14bf-49e0-af41-6d2a8047d634/model-vers/model-ver/670b797c-a996-4dc9-8700-f50698925c7c?depth=0
2022-10-30T06:28:16.748Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-10-30T06:28:16.779Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d02956ab-14bf-49e0-af41-6d2a8047d634/model-vers/model-ver/670b797c-a996-4dc9-8700-f50698925c7c?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-10-30T06:28:16.780Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d02956ab-14bf-49e0-af41-6d2a8047d634/model-vers/model-ver/670b797c-a996-4dc9-8700-f50698925c7c?depth=0|INFO|500||Invoke
2022-10-30T06:28:16.794Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d02956ab-14bf-49e0-af41-6d2a8047d634/model-vers/model-ver/670b797c-a996-4dc9-8700-f50698925c7c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-10-30T06:28:16.913Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d02956ab-14bf-49e0-af41-6d2a8047d634/model-vers/model-ver/670b797c-a996-4dc9-8700-f50698925c7c?depth=0|INFO|500||InvokeReturn
2022-10-30T06:28:16.914Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d02956ab-14bf-49e0-af41-6d2a8047d634/model-vers/model-ver/670b797c-a996-4dc9-8700-f50698925c7c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221030-06:28:16:769-15059], vertex-id=[204856], Content-Length=[0], Date=[Sun, 30 Oct 2022 06:28:16 GMT], Content-Type=[application/json]}
2022-10-30T06:28:16.914Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2022-10-30T06:28:16.914Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-30T06:28:16.914Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-30T06:28:16.919Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-10-30T06:28:16.919Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6f04e37d-f2bc-49f7-a812-23968bdea4b2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-30T06:28:16.919Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-30T06:28:16.919Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:28:16.921Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:28:16.921Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "6f04e37d-f2bc-49f7-a812-23968bdea4b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111296919,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-30T06:28:17.021Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T06:28:17.024Z||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-10-30T06:28:17.024Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:28:17.041Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:28:17.041Z||pool-50-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-10-30T06:28:17.937Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T06:28:17.937Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"f5b3615f-8a43-4c4d-ab53-abdbbf15509e","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"1b87cf37-40ec-4b92-ad65-36787b79548a","serviceDescription":"service","serviceInvariantUUID":"0a7c5a49-4e40-40a7-a54b-37c9a720d40d","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d6903f22-a359-4b3c-bf20-9faa1b82bbc8","resourceInvariantUUID":"0376cebd-de9f-478e-aa65-707a11a81a6b","resourceCustomizationUUID":"4c6e194b-52e0-4b25-b217-237fecb7eddc","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"YWNlMDBiMzEzN2M0Mzk1YjdhMWIyYzNhZjg1MmE0NjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d162fb0f-da71-468e-b1dc-522a4fdb89d3","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"OWFhOThiYjNiMWQ0NjE4MTFmZWQzMzMxMDVmNzUxYzA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"885cd95e-307a-4aa1-ab11-89b25c9af845","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3d764543-8fc7-45ae-aa41-5c47f324fb40","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6bb7c545-5871-47a4-b639-bc76a74a9908","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"10a8bde5-35df-4494-b486-348c06ab08ac","artifactVersion":"2","generatedFromUUID":"3d764543-8fc7-45ae-aa41-5c47f324fb40"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YWE5NjRmYjU2MDg5NTM1Y2E0NWYxZjcwZjIyNGJiZDE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0f1fcdbd-bbd1-43d6-9425-95ac5cf5dd12","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"Y2RmNWJmYTk2MWU2NmU4ZTY5NWRlYzMwNDgzMDE4Mzg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c82552d6-3836-4ea7-b876-466e7ea6df62","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-30T06:28:17.937Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T06:28:17.938Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:28:17.939Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:28:17.939Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f5b3615f-8a43-4c4d-ab53-abdbbf15509e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111195065,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:28:18.039Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T06:28:18.040Z||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-10-30T06:28:18.041Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:28:18.051Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:28:18.052Z||pool-51-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-30T06:28:18.940Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T06:28:18.940Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:28:18.942Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:28:18.942Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f5b3615f-8a43-4c4d-ab53-abdbbf15509e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111195065,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-10-30T06:28:19.042Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T06:28:19.043Z||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-10-30T06:28:19.043Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:28:19.054Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:28:19.055Z||pool-52-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-10-30T06:28:19.943Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T06:28:19.943Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:28:19.945Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:28:19.945Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f5b3615f-8a43-4c4d-ab53-abdbbf15509e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111195065,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-10-30T06:28:20.046Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-30T06:28:20.047Z||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-10-30T06:28:20.047Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:28:20.057Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:28:20.058Z||pool-53-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-30T06:28:20.946Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T06:28:20.946Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:28:20.948Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:28:20.948Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f5b3615f-8a43-4c4d-ab53-abdbbf15509e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111195065,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:28:21.048Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T06:28:21.049Z||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-10-30T06:28:21.049Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:28:21.061Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:28:21.062Z||pool-54-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-30T06:28:21.948Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T06:28:21.949Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:28:21.950Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:28:21.951Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f5b3615f-8a43-4c4d-ab53-abdbbf15509e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111195065,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-10-30T06:28:22.051Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T06:28:22.052Z||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-10-30T06:28:22.052Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:28:22.065Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:28:22.066Z||pool-55-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-10-30T06:28:22.951Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T06:28:22.953Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:28:22.955Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:28:22.955Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f5b3615f-8a43-4c4d-ab53-abdbbf15509e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111195065,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:28:23.055Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T06:28:23.056Z||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-10-30T06:28:23.057Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:28:23.070Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:28:23.071Z||pool-56-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-30T06:28:23.956Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T06:28:23.956Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:28:23.959Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:28:23.959Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f5b3615f-8a43-4c4d-ab53-abdbbf15509e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111195065,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-10-30T06:28:24.060Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-30T06:28:24.061Z||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-10-30T06:28:24.061Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:28:24.073Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:28:24.074Z||pool-57-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-30T06:28:24.960Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "f5b3615f-8a43-4c4d-ab53-abdbbf15509e",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "1b87cf37-40ec-4b92-ad65-36787b79548a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0a7c5a49-4e40-40a7-a54b-37c9a720d40d",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "4c6e194b-52e0-4b25-b217-237fecb7eddc",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d6903f22-a359-4b3c-bf20-9faa1b82bbc8",
      "resourceInvariantUUID": "0376cebd-de9f-478e-aa65-707a11a81a6b",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_vm0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
          "artifactChecksum": "OWFhOThiYjNiMWQ0NjE4MTFmZWQzMzMxMDVmNzUxYzA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "885cd95e-307a-4aa1-ab11-89b25c9af845",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
          "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "3d764543-8fc7-45ae-aa41-5c47f324fb40",
          "generatedArtifact": {
            "artifactName": "base_ubuntu20.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
            "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "10a8bde5-35df-4494-b486-348c06ab08ac",
            "generatedFromUUID": "3d764543-8fc7-45ae-aa41-5c47f324fb40"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
          "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "10a8bde5-35df-4494-b486-348c06ab08ac",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "Y2RmNWJmYTk2MWU2NmU4ZTY5NWRlYzMwNDgzMDE4Mzg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c82552d6-3836-4ea7-b876-466e7ea6df62"
    }
  ],
  "workloadContext": "Production"
}
2022-10-30T06:28:24.960Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-30T06:28:24.961Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1b87cf37-40ec-4b92-ad65-36787b79548a ASDC
2022-10-30T06:28:24.961Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:f5b3615f-8a43-4c4d-ab53-abdbbf15509e
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:1b87cf37-40ec-4b92-ad65-36787b79548a
ServiceInvariantUUID:0a7c5a49-4e40-40a7-a54b-37c9a720d40d
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
ArtifactUUID:c82552d6-3836-4ea7-b876-466e7ea6df62
ArtifactChecksum:Y2RmNWJmYTk2MWU2NmU4ZTY5NWRlYzMwNDgzMDE4Mzg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:4c6e194b-52e0-4b25-b217-237fecb7eddc
ResourceInvariantUUID:0376cebd-de9f-478e-aa65-707a11a81a6b
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:d6903f22-a359-4b3c-bf20-9faa1b82bbc8
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
ArtifactUUID:885cd95e-307a-4aa1-ab11-89b25c9af845
ArtifactChecksum:OWFhOThiYjNiMWQ0NjE4MTFmZWQzMzMxMDVmNzUxYzA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
ArtifactUUID:3d764543-8fc7-45ae-aa41-5c47f324fb40
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:10a8bde5-35df-4494-b486-348c06ab08ac
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:10a8bde5-35df-4494-b486-348c06ab08ac
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-10-30T06:28:24.961Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1b87cf37-40ec-4b92-ad65-36787b79548a 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-10-30T06:28:24.999Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-30T06:28:25.000Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-10-30T06:28:25.000Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-10-30T06:28:25.000Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: c82552d6-3836-4ea7-b876-466e7ea6df62 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-10-30T06:28:25.000Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-10-30T06:28:25.000Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-10-30T06:28:25.091Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-10-30T06:28:25.094Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar c82552d6-3836-4ea7-b876-466e7ea6df62 74816
2022-10-30T06:28:25.094Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-10-30T06:28:25.094Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-10-30T06:28:25.094Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-30T06:28:25.095Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:28:25.097Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:28:25.097Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f5b3615f-8a43-4c4d-ab53-abdbbf15509e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111305094,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-30T06:28:25.197Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T06:28:25.198Z||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-10-30T06:28:25.198Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:28:25.209Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:28:25.209Z||pool-58-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-30T06:28:26.097Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-30T06:28:26.098Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-10-30T06:28:26.098Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: c82552d6-3836-4ea7-b876-466e7ea6df62, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-10-30T06:28:26.098Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-10-30T06:28:26.099Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-10-30T06:28:26.099Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-10-30T06:28:26.233Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4426488757920442815/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" 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 "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" 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_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-10-30T06:28:27.190Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-30T06:28:27.191Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-10-30T06:28:27.191Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-30T06:28:27.191Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-10-30T06:28:27.191Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-30T06:28:27.191Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-30T06:28:27.191Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-30T06:28:27.191Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-30T06:28:27.191Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-30T06:28:27.191Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-30T06:28:27.191Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-30T06:28:27.191Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-10-30T06:28:27.192Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:28:27.192Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:28:27.192Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-30T06:28:27.192Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-10-30T06:28:27.192Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-30T06:28:27.192Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:28:27.192Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:28:27.192Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-30T06:28:27.192Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-10-30T06:28:27.192Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-30T06:28:27.193Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:28:27.193Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:28:27.193Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:28:27.193Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-10-30T06:28:27.193Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-10-30T06:28:27.193Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-10-30T06:28:27.193Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-10-30T06:28:27.193Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-10-30T06:28:27.193Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-30T06:28:27.193Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:28:27.194Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-30T06:28:27.194Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:28:27.194Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-30T06:28:27.194Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-30T06:28:27.194Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:28:27.194Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-30T06:28:27.195Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-30T06:28:27.195Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:28:27.195Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-30T06:28:27.195Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-30T06:28:27.195Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:28:27.195Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-10-30T06:28:27.195Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-10-30T06:28:27.195Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-10-30T06:28:27.195Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=2c48ffc2-7d25-4ee0-9471-2a25a363d678
2022-10-30T06:28:27.195Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:28:27.195Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:28:27.196Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:28:27.196Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:28:27.196Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:28:27.196Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:28:27.196Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:28:27.196Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:28:27.196Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:1b87cf37-40ec-4b92-ad65-36787b79548a
Model Version:NULL
Model InvariantUuid:0a7c5a49-4e40-40a7-a54b-37c9a720d40d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:f2393304-b1ab-4bcb-a6cf-1283b4138ad6
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:0376cebd-de9f-478e-aa65-707a11a81a6b
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:4c6e194b-52e0-4b25-b217-237fecb7eddc
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:3d77e28d-e4ec-43ea-a8a8-7c557b67edfe
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:dcd03774-cdf3-49f1-a5b6-ca31433ba755
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:2c48ffc2-7d25-4ee0-9471-2a25a363d678
ModelInvariantUuid:03a9e263-8d15-426e-9bdc-2048b270604c
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:1a15c038-d342-40d6-9b05-f968463c3652
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:846b9000-02e1-41f1-a9e2-1b8e36098913
ModelInvariantUuid:78b07c1f-0b74-4d13-91c4-cf481a80aa21
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:94908f0c-5196-4106-805c-4824375de48a
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-10-30T06:28:27.203Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: d6903f22-a359-4b3c-bf20-9faa1b82bbc8
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-10-30T06:28:27.207Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||INFO|500||basic_vm 0
2022-10-30T06:28:27.207Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d6903f22-a359-4b3c-bf20-9faa1b82bbc8
2022-10-30T06:28:27.207Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 885cd95e-307a-4aa1-ab11-89b25c9af845 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-10-30T06:28:27.207Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-10-30T06:28:27.207Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-10-30T06:28:27.250Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-10-30T06:28:27.250Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 885cd95e-307a-4aa1-ab11-89b25c9af845 787
2022-10-30T06:28:27.251Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-10-30T06:28:27.251Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-10-30T06:28:27.251Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-30T06:28:27.251Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:28:27.253Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:28:27.253Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f5b3615f-8a43-4c4d-ab53-abdbbf15509e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111307251,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-30T06:28:27.353Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T06:28:27.354Z||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-10-30T06:28:27.354Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:28:27.366Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:28:27.367Z||pool-59-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-30T06:28:28.254Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "3d77e28d-e4ec-43ea-a8a8-7c557b67edfe",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "dcd03774-cdf3-49f1-a5b6-ca31433ba755",
    "vfModuleModelCustomizationUUID": "9648871d-287b-4102-b9a1-a3ea2e93343d",
    "isBase": true,
    "artifacts": [
      "3d764543-8fc7-45ae-aa41-5c47f324fb40",
      "10a8bde5-35df-4494-b486-348c06ab08ac"
    ],
    "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-10-30T06:28:28.259Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:dcd03774-cdf3-49f1-a5b6-ca31433ba755
VfModuleModelInvariantUUID:3d77e28d-e4ec-43ea-a8a8-7c557b67edfe
VfModuleModelDescription:NULL
Artifacts UUID List:{
3d764543-8fc7-45ae-aa41-5c47f324fb40
,
10a8bde5-35df-4494-b486-348c06ab08ac

}
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-10-30T06:28:28.261Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "3d77e28d-e4ec-43ea-a8a8-7c557b67edfe",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "dcd03774-cdf3-49f1-a5b6-ca31433ba755",
    "vfModuleModelCustomizationUUID": "9648871d-287b-4102-b9a1-a3ea2e93343d",
    "isBase": true,
    "artifacts": [
      "3d764543-8fc7-45ae-aa41-5c47f324fb40",
      "10a8bde5-35df-4494-b486-348c06ab08ac"
    ],
    "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-10-30T06:28:28.262Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:dcd03774-cdf3-49f1-a5b6-ca31433ba755
VfModuleModelInvariantUUID:3d77e28d-e4ec-43ea-a8a8-7c557b67edfe
VfModuleModelDescription:NULL
Artifacts UUID List:{
3d764543-8fc7-45ae-aa41-5c47f324fb40
,
10a8bde5-35df-4494-b486-348c06ab08ac

}
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-10-30T06:28:28.262Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 3d764543-8fc7-45ae-aa41-5c47f324fb40 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-10-30T06:28:28.262Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-10-30T06:28:28.262Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-10-30T06:28:28.305Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-10-30T06:28:28.306Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 3d764543-8fc7-45ae-aa41-5c47f324fb40 5033
2022-10-30T06:28:28.306Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-10-30T06:28:28.306Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-10-30T06:28:28.306Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-30T06:28:28.306Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:28:28.308Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:28:28.309Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f5b3615f-8a43-4c4d-ab53-abdbbf15509e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111308306,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-30T06:28:28.409Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T06:28:28.410Z||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-10-30T06:28:28.410Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:28:28.422Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:28:28.422Z||pool-60-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-30T06:28:29.309Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 10a8bde5-35df-4494-b486-348c06ab08ac from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-10-30T06:28:29.310Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-10-30T06:28:29.310Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-10-30T06:28:29.361Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-10-30T06:28:29.362Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 10a8bde5-35df-4494-b486-348c06ab08ac 903
2022-10-30T06:28:29.362Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-10-30T06:28:29.362Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-10-30T06:28:29.362Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-30T06:28:29.362Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:28:29.365Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:28:29.365Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f5b3615f-8a43-4c4d-ab53-abdbbf15509e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111309362,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-10-30T06:28:29.466Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-30T06:28:29.467Z||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-10-30T06:28:29.467Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:28:29.478Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:28:29.479Z||pool-61-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-30T06:28:30.365Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 1b87cf37-40ec-4b92-ad65-36787b79548a
2022-10-30T06:28:30.366Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 d6903f22-a359-4b3c-bf20-9faa1b82bbc8 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-10-30T06:28:30.378Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@bfa509a, org.onap.sdc.toscaparser.api.parameters.Input@512c5fbe, org.onap.sdc.toscaparser.api.parameters.Input@6b913898, org.onap.sdc.toscaparser.api.parameters.Input@5f09e5d6, org.onap.sdc.toscaparser.api.parameters.Input@6ae002d]
2022-10-30T06:28:30.379Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:28:30.380Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:28:30.380Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-10-30T06:28:30.380Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 4c6e194b-52e0-4b25-b217-237fecb7eddc
2022-10-30T06:28:30.380Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4c6e194b-52e0-4b25-b217-237fecb7eddc matches Tosca VF Customization UUID: 4c6e194b-52e0-4b25-b217-237fecb7eddc
2022-10-30T06:28:30.380Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 4c6e194b-52e0-4b25-b217-237fecb7eddc  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-10-30T06:28:30.382Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:28:30.382Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:28:30.383Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 4c6e194b-52e0-4b25-b217-237fecb7eddc: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-10-30T06:28:30.383Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@47ccad4c
2022-10-30T06:28:30.384Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:28:30.384Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-30T06:28:30.384Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9648871d-287b-4102-b9a1-a3ea2e93343d
2022-10-30T06:28:30.384Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9648871d-287b-4102-b9a1-a3ea2e93343d
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-10-30T06:28:30.386Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:28:30.387Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-30T06:28:30.387Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-30T06:28:30.387Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:28:30.387Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-30T06:28:30.387Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-30T06:28:30.387Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:28:30.388Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-10-30T06:28:30.388Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-10-30T06:28:30.388Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-10-30T06:28:30.388Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=2c48ffc2-7d25-4ee0-9471-2a25a363d678
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-10-30T06:28:30.390Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:28:30.391Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-30T06:28:30.391Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-30T06:28:30.391Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:28:30.391Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-30T06:28:30.391Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=4c6e194b-52e0-4b25-b217-237fecb7eddc
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-10-30T06:28:30.393Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:28:30.393Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:28:30.393Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 1b87cf37-40ec-4b92-ad65-36787b79548a: basic_vm
2022-10-30T06:28:30.393Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:28:30.394Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:28:30.394Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:28:30.394Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:28:30.394Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:28:30.394Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:28:30.394Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:28:30.394Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:28:30.394Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:28:30.394Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:28:30.394Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-30T06:28:30.506Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm d6903f22-a359-4b3c-bf20-9faa1b82bbc8 1 ASDC deployResourceStructure
2022-10-30T06:28:30.506Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-10-30T06:28:30.507Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-10-30T06:28:30.507Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-30T06:28:30.507Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:28:30.508Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:28:30.509Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f5b3615f-8a43-4c4d-ab53-abdbbf15509e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111310506,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-30T06:28:30.609Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T06:28:30.610Z||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-10-30T06:28:30.610Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:28:30.623Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:28:30.623Z||pool-62-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-30T06:28:31.510Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-10-30T06:28:31.510Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-10-30T06:28:31.510Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-30T06:28:31.510Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:28:31.512Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:28:31.513Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f5b3615f-8a43-4c4d-ab53-abdbbf15509e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111311510,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-10-30T06:28:31.613Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T06:28:31.614Z||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-10-30T06:28:31.614Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:28:31.625Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:28:31.625Z||pool-63-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-10-30T06:28:32.514Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-10-30T06:28:32.514Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-10-30T06:28:32.514Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-30T06:28:32.515Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:28:32.517Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:28:32.517Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f5b3615f-8a43-4c4d-ab53-abdbbf15509e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111312514,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-10-30T06:28:32.617Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T06:28:32.617Z||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-10-30T06:28:32.618Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:28:32.629Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:28:32.629Z||pool-64-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-30T06:28:33.518Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-10-30T06:28:33.519Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-10-30T06:28:33.519Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-30T06:28:33.520Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:28:33.521Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:28:33.521Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f5b3615f-8a43-4c4d-ab53-abdbbf15509e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111313517,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-30T06:28:33.622Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T06:28:33.623Z||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-10-30T06:28:33.623Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:28:33.638Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:28:33.639Z||pool-65-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-30T06:28:34.522Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f5b3615f-8a43-4c4d-ab53-abdbbf15509e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-30T06:28:34.540Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f5b3615f-8a43-4c4d-ab53-abdbbf15509e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-30T06:28:34.545Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-30T06:28:34.546Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-30T06:28:34.546Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-30T06:28:34.546Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-30T06:28:34.546Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-30T06:28:34.546Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-30T06:28:34.546Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-30T06:28:34.546Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-30T06:28:34.546Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-30T06:28:34.546Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-30T06:28:34.552Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-30T06:28:35.068Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:28:35.068Z||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-10-30T06:28:35.068Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:28:35.110Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:28:35.112Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:28:35.112Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f04e37d-f2bc-49f7-a812-23968bdea4b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111195065,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcdlyzz5nkuplfet41tf/1.0/resourceInstances/pnfde174c9a70780/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:28:35.113Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:28:35.113Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:28:35.113Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f04e37d-f2bc-49f7-a812-23968bdea4b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111195065,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcdlyzz5nkuplfet41tf/1.0/resourceInstances/pnfde174c9a70780/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:28:35.113Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:28:35.113Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:28:35.113Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f04e37d-f2bc-49f7-a812-23968bdea4b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111195065,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcdlyzz5nkuplfet41tf/1.0/resourceInstances/pnfde174c9a70780/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:28:35.113Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:28:35.113Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:28:35.113Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f04e37d-f2bc-49f7-a812-23968bdea4b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111195065,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcdlyzz5nkuplfet41tf/1.0/resourceInstances/pnfde174c9a70780/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:28:35.113Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:28:35.113Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:28:35.113Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f04e37d-f2bc-49f7-a812-23968bdea4b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111195065,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcdlyzz5nkuplfet41tf/1.0/resourceInstances/pnfde174c9a70780/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:28:35.113Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:28:35.113Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:28:35.113Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f04e37d-f2bc-49f7-a812-23968bdea4b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111195065,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcdlyzz5nkuplfet41tf/1.0/resourceInstances/pnfde174c9a70780/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:28:35.113Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:28:35.113Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:28:35.113Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f04e37d-f2bc-49f7-a812-23968bdea4b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111195065,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcdlyzz5nkuplfet41tf/1.0/artifacts/service-DemoPnfCcdlyzz5nkuplfet41tf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:28:35.113Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:28:35.113Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:28:35.113Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f04e37d-f2bc-49f7-a812-23968bdea4b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111195065,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcdlyzz5nkuplfet41tf/1.0/artifacts/service-DemoPnfCcdlyzz5nkuplfet41tf-csar.csar",
  "status": "NOTIFIED"
}
2022-10-30T06:28:35.113Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:28:35.114Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:28:35.114Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c865d795-7e08-4432-88bf-fb2198811c1b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667111203538,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:28:35.114Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:28:35.114Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:28:35.114Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c865d795-7e08-4432-88bf-fb2198811c1b",
  "consumerID": "cds",
  "timestamp": 1667111202589,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:28:35.114Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:28:35.114Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:28:35.114Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f04e37d-f2bc-49f7-a812-23968bdea4b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111203828,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcdlyzz5nkuplfet41tf/1.0/artifacts/service-DemoPnfCcdlyzz5nkuplfet41tf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-30T06:28:35.114Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:28:35.114Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:28:35.114Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c865d795-7e08-4432-88bf-fb2198811c1b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667111203538,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-10-30T06:28:35.114Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:28:35.114Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:28:35.114Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c865d795-7e08-4432-88bf-fb2198811c1b",
  "consumerID": "cds",
  "timestamp": 1667111202589,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:28:35.114Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:28:35.114Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:28:35.114Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c865d795-7e08-4432-88bf-fb2198811c1b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667111203538,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-10-30T06:28:35.114Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:28:35.114Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:28:35.114Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c865d795-7e08-4432-88bf-fb2198811c1b",
  "consumerID": "cds",
  "timestamp": 1667111202589,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:28:35.114Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:28:35.114Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:28:35.114Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f04e37d-f2bc-49f7-a812-23968bdea4b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111205664,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcdlyzz5nkuplfet41tf/1.0/artifacts/service-DemoPnfCcdlyzz5nkuplfet41tf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-30T06:28:35.114Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:28:35.114Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:28:35.114Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c865d795-7e08-4432-88bf-fb2198811c1b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667111205698,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:28:35.114Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:28:35.114Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:28:35.114Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c865d795-7e08-4432-88bf-fb2198811c1b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667111203538,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-10-30T06:28:35.114Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:28:35.114Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:28:35.114Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c865d795-7e08-4432-88bf-fb2198811c1b",
  "consumerID": "cds",
  "timestamp": 1667111202589,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:28:35.114Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:28:35.114Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:28:35.114Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c865d795-7e08-4432-88bf-fb2198811c1b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667111205698,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:28:35.114Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:28:35.115Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:28:35.115Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c865d795-7e08-4432-88bf-fb2198811c1b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667111203538,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-10-30T06:28:35.115Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:28:35.115Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:28:35.115Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c865d795-7e08-4432-88bf-fb2198811c1b",
  "consumerID": "cds",
  "timestamp": 1667111202589,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:28:35.115Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:28:35.115Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:28:35.115Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c865d795-7e08-4432-88bf-fb2198811c1b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667111205698,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:28:35.115Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:28:35.115Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:28:35.115Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c865d795-7e08-4432-88bf-fb2198811c1b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667111203538,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:28:35.115Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:28:35.115Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:28:35.115Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c865d795-7e08-4432-88bf-fb2198811c1b",
  "consumerID": "aai-ml",
  "timestamp": 1667111207510,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:28:35.115Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:28:35.115Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:28:35.115Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c865d795-7e08-4432-88bf-fb2198811c1b",
  "consumerID": "cds",
  "timestamp": 1667111202589,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:28:35.115Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:28:35.115Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:28:35.115Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c865d795-7e08-4432-88bf-fb2198811c1b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667111205698,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:28:35.115Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:28:35.115Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:28:35.115Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c865d795-7e08-4432-88bf-fb2198811c1b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667111203538,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-10-30T06:28:35.115Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:28:35.115Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:28:35.115Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c865d795-7e08-4432-88bf-fb2198811c1b",
  "consumerID": "aai-ml",
  "timestamp": 1667111207510,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:28:35.115Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:28:35.115Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:28:35.115Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c865d795-7e08-4432-88bf-fb2198811c1b",
  "consumerID": "cds",
  "timestamp": 1667111202589,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:28:35.115Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:28:35.115Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:28:35.115Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c865d795-7e08-4432-88bf-fb2198811c1b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667111205698,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:28:35.115Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:28:35.115Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:28:35.115Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c865d795-7e08-4432-88bf-fb2198811c1b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667111203538,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:28:35.115Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:28:35.115Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:28:35.115Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c865d795-7e08-4432-88bf-fb2198811c1b",
  "consumerID": "aai-ml",
  "timestamp": 1667111207510,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:28:35.115Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:28:35.115Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:28:35.115Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c865d795-7e08-4432-88bf-fb2198811c1b",
  "consumerID": "cds",
  "timestamp": 1667111202589,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:28:35.115Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:28:35.115Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:28:35.115Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c865d795-7e08-4432-88bf-fb2198811c1b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667111205698,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:28:35.115Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:28:35.115Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:28:35.115Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c865d795-7e08-4432-88bf-fb2198811c1b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667111203538,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-10-30T06:28:35.115Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:28:35.116Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:28:35.116Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c865d795-7e08-4432-88bf-fb2198811c1b",
  "consumerID": "aai-ml",
  "timestamp": 1667111207510,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:28:35.116Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:28:35.116Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:28:35.116Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c865d795-7e08-4432-88bf-fb2198811c1b",
  "consumerID": "cds",
  "timestamp": 1667111202589,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-10-30T06:28:35.116Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:28:35.116Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:28:35.116Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c865d795-7e08-4432-88bf-fb2198811c1b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667111205698,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:28:35.116Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:28:35.116Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:28:35.116Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c865d795-7e08-4432-88bf-fb2198811c1b",
  "consumerID": "aai-ml",
  "timestamp": 1667111207510,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:28:35.116Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:28:35.116Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:28:35.116Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c865d795-7e08-4432-88bf-fb2198811c1b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667111213354,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-30T06:28:35.116Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:28:35.116Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:28:35.116Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c865d795-7e08-4432-88bf-fb2198811c1b",
  "consumerID": "cds",
  "timestamp": 1667111212390,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-30T06:28:35.116Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:28:35.116Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:28:35.116Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c865d795-7e08-4432-88bf-fb2198811c1b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667111205698,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:28:35.116Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:28:35.116Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:28:35.116Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c865d795-7e08-4432-88bf-fb2198811c1b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667111213258,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:28:35.116Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:28:35.116Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:28:35.116Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c865d795-7e08-4432-88bf-fb2198811c1b",
  "consumerID": "aai-ml",
  "timestamp": 1667111207510,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:28:35.116Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:28:35.117Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:28:35.117Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c865d795-7e08-4432-88bf-fb2198811c1b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667111214413,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-30T06:28:35.118Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:28:35.118Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:28:35.118Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c865d795-7e08-4432-88bf-fb2198811c1b",
  "consumerID": "cds",
  "timestamp": 1667111213399,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-30T06:28:35.147Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c865d795-7e08-4432-88bf-fb2198811c1b
2022-10-30T06:28:35.147Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c865d795-7e08-4432-88bf-fb2198811c1b 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-10-30T06:28:35.157Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:28:35.157Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c865d795-7e08-4432-88bf-fb2198811c1b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667111205698,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:28:35.158Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:28:35.158Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:28:35.158Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c865d795-7e08-4432-88bf-fb2198811c1b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667111213258,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:28:35.158Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:28:35.158Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:28:35.158Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c865d795-7e08-4432-88bf-fb2198811c1b",
  "consumerID": "aai-ml",
  "timestamp": 1667111207510,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:28:35.158Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:28:35.158Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:28:35.158Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c865d795-7e08-4432-88bf-fb2198811c1b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667111215477,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-10-30T06:28:35.158Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:28:35.158Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:28:35.158Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c865d795-7e08-4432-88bf-fb2198811c1b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667111213258,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:28:35.158Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:28:35.158Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:28:35.158Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c865d795-7e08-4432-88bf-fb2198811c1b",
  "consumerID": "aai-ml",
  "timestamp": 1667111207510,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:28:35.158Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:28:35.158Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:28:35.158Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c865d795-7e08-4432-88bf-fb2198811c1b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667111216528,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-10-30T06:28:35.158Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:28:35.158Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:28:35.158Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c865d795-7e08-4432-88bf-fb2198811c1b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667111213258,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:28:35.158Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:28:35.158Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:28:35.158Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c865d795-7e08-4432-88bf-fb2198811c1b",
  "consumerID": "aai-ml",
  "timestamp": 1667111207510,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-10-30T06:28:35.158Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:28:35.158Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:28:35.158Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c865d795-7e08-4432-88bf-fb2198811c1b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667111217597,
  "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-10-30T06:28:35.164Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c865d795-7e08-4432-88bf-fb2198811c1b
2022-10-30T06:28:35.164Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c865d795-7e08-4432-88bf-fb2198811c1b 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-10-30T06:28:35.187Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:28:35.187Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c865d795-7e08-4432-88bf-fb2198811c1b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667111213258,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:28:35.188Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:28:35.188Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:28:35.188Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c865d795-7e08-4432-88bf-fb2198811c1b",
  "consumerID": "aai-ml",
  "timestamp": 1667111217274,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-30T06:28:35.188Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:28:35.188Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:28:35.188Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c865d795-7e08-4432-88bf-fb2198811c1b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667111218602,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-30T06:28:35.188Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:28:35.188Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:28:35.188Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c865d795-7e08-4432-88bf-fb2198811c1b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667111213258,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:28:35.188Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:28:35.188Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:28:35.188Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c865d795-7e08-4432-88bf-fb2198811c1b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667111213258,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:28:35.188Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:28:35.188Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:28:35.188Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c865d795-7e08-4432-88bf-fb2198811c1b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667111213258,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:28:35.188Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:28:35.188Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:28:35.188Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c865d795-7e08-4432-88bf-fb2198811c1b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667111213258,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-10-30T06:28:35.188Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:28:35.188Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:28:35.188Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c865d795-7e08-4432-88bf-fb2198811c1b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667111223002,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-30T06:28:35.188Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:28:35.188Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:28:35.188Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c865d795-7e08-4432-88bf-fb2198811c1b",
  "consumerID": "aai-ml",
  "timestamp": 1667111224284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-30T06:28:35.188Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:28:35.188Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:28:35.188Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c865d795-7e08-4432-88bf-fb2198811c1b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667111225325,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-30T06:28:35.188Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:28:35.188Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:28:35.188Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c865d795-7e08-4432-88bf-fb2198811c1b",
  "consumerID": "aai-ml",
  "timestamp": 1667111225289,
  "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-10-30T06:28:35.197Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c865d795-7e08-4432-88bf-fb2198811c1b
2022-10-30T06:28:35.197Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c865d795-7e08-4432-88bf-fb2198811c1b 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-10-30T06:28:35.209Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:28:35.209Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c865d795-7e08-4432-88bf-fb2198811c1b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667111226333,
  "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-10-30T06:28:35.214Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c865d795-7e08-4432-88bf-fb2198811c1b
2022-10-30T06:28:35.215Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c865d795-7e08-4432-88bf-fb2198811c1b 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-10-30T06:29:04.553Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f5b3615f-8a43-4c4d-ab53-abdbbf15509e 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-10-30T06:29:04.596Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f5b3615f-8a43-4c4d-ab53-abdbbf15509e and serviceModelVersionId: 1b87cf37-40ec-4b92-ad65-36787b79548a
2022-10-30T06:29:04.596Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0a7c5a49-4e40-40a7-a54b-37c9a720d40d
2022-10-30T06:29:04.597Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0a7c5a49-4e40-40a7-a54b-37c9a720d40d/model-vers/model-ver/1b87cf37-40ec-4b92-ad65-36787b79548a?depth=0
2022-10-30T06:29:04.602Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-10-30T06:29:04.650Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a7c5a49-4e40-40a7-a54b-37c9a720d40d/model-vers/model-ver/1b87cf37-40ec-4b92-ad65-36787b79548a?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-10-30T06:29:04.652Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a7c5a49-4e40-40a7-a54b-37c9a720d40d/model-vers/model-ver/1b87cf37-40ec-4b92-ad65-36787b79548a?depth=0|INFO|500||Invoke
2022-10-30T06:29:04.673Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a7c5a49-4e40-40a7-a54b-37c9a720d40d/model-vers/model-ver/1b87cf37-40ec-4b92-ad65-36787b79548a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-10-30T06:29:04.786Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a7c5a49-4e40-40a7-a54b-37c9a720d40d/model-vers/model-ver/1b87cf37-40ec-4b92-ad65-36787b79548a?depth=0|INFO|500||InvokeReturn
2022-10-30T06:29:04.788Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a7c5a49-4e40-40a7-a54b-37c9a720d40d/model-vers/model-ver/1b87cf37-40ec-4b92-ad65-36787b79548a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221030-06:29:04:648-89086], vertex-id=[262360], Content-Length=[0], Date=[Sun, 30 Oct 2022 06:29:04 GMT], Content-Type=[application/json]}
2022-10-30T06:29:04.788Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2022-10-30T06:29:04.789Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-30T06:29:04.789Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-30T06:29:04.795Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-10-30T06:29:04.796Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f5b3615f-8a43-4c4d-ab53-abdbbf15509e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-30T06:29:04.796Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-30T06:29:04.797Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:29:04.801Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:29:04.801Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f5b3615f-8a43-4c4d-ab53-abdbbf15509e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111344796,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-30T06:29:04.899Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-10-30T06:29:04.901Z||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-10-30T06:29:04.901Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:29:04.918Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:29:04.919Z||pool-66-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-10-30T06:29:05.818Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:29:05.819Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T06:29:05.820Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:29:10.240Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:29:10.241Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T06:29:10.242Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"c865d795-7e08-4432-88bf-fb2198811c1b","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"a80a149c-9251-4050-bf0b-3ec396e485da","serviceDescription":"service","serviceInvariantUUID":"bc4e7417-24ec-417a-97ec-14d48bf5375f","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"45f97993-adbc-4e33-b01d-f5479183363e","resourceInvariantUUID":"c695a696-17ca-4ca4-a3d8-e82dd0702f6b","resourceCustomizationUUID":"d0572d78-3440-4d57-b14d-6263d2424f56","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":"ZGEzM2E5MDRiN2FkYWU4NWI5MGQ3ZjdhMjg0NGVjNGM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9cc1736d-fa94-42c3-b1ff-674a7b6db51d","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":"b8353d0d-da03-4aa2-b7a1-a91aef8080a9","artifactVersion":"2","generatedFromUUID":"8a91bfbf-24af-45de-a359-bfc2f9b9c75c"},{"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":"8a91bfbf-24af-45de-a359-bfc2f9b9c75c","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":"NTVkZTBhNDk4MTBhMjc3YjRhZjc4Zjk0ZjM5Y2I4NDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ecb6b798-8cff-4212-b711-a4877c032a3e","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":"f1def707-7a12-42a5-8cb3-8ec8acc34e7f","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":"b3faaf20-04d5-4a32-a1f8-310ec48b8599","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":"13206a9f-94c4-4716-9b00-4e957583ba5e","artifactVersion":"2","generatedFromUUID":"f1def707-7a12-42a5-8cb3-8ec8acc34e7f"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"OGU0MTAzN2M3ZjZiMTRkMDlhY2VhOTkyYzU5MzFkOWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d7641b70-97bb-48de-b9a8-e66812913c85","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NjJjNjFmMWRjZjJmNTE5YzkxMzk5YzdiODYzNDI0NDU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4da871cf-ead4-4873-a7da-ab15251dfd03","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-30T06:29:10.244Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T06:29:10.245Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:29:10.247Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:29:10.247Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c865d795-7e08-4432-88bf-fb2198811c1b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111345818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:29:10.347Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T06:29:10.348Z||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-10-30T06:29:10.348Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:29:10.359Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:29:10.360Z||pool-67-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-30T06:29:11.248Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T06:29:11.248Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:29:11.250Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:29:11.250Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c865d795-7e08-4432-88bf-fb2198811c1b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111345818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-10-30T06:29:11.350Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T06:29:11.351Z||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-10-30T06:29:11.351Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:29:11.363Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:29:11.364Z||pool-68-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-30T06:29:12.250Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T06:29:12.251Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:29:12.255Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:29:12.256Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c865d795-7e08-4432-88bf-fb2198811c1b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111345818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-10-30T06:29:12.354Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-10-30T06:29:12.355Z||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-10-30T06:29:12.356Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:29:12.366Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:29:12.367Z||pool-69-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-30T06:29:13.256Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T06:29:13.258Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:29:13.260Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:29:13.261Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c865d795-7e08-4432-88bf-fb2198811c1b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111345818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-10-30T06:29:13.361Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-30T06:29:13.362Z||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-10-30T06:29:13.362Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:29:13.377Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:29:13.378Z||pool-70-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-10-30T06:29:14.261Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T06:29:14.264Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:29:14.265Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:29:14.265Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c865d795-7e08-4432-88bf-fb2198811c1b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111345818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-10-30T06:29:14.366Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-30T06:29:14.366Z||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-10-30T06:29:14.367Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:29:14.378Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:29:14.378Z||pool-71-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-30T06:29:15.266Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T06:29:15.267Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:29:15.269Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:29:15.269Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c865d795-7e08-4432-88bf-fb2198811c1b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111345818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:29:15.369Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T06:29:15.370Z||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-10-30T06:29:15.370Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:29:15.382Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:29:15.382Z||pool-72-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-30T06:29:16.269Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T06:29:16.270Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:29:16.272Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:29:16.272Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c865d795-7e08-4432-88bf-fb2198811c1b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111345818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-10-30T06:29:16.372Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-30T06:29:16.373Z||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-10-30T06:29:16.374Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:29:16.386Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:29:16.387Z||pool-73-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-30T06:29:17.273Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T06:29:17.275Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:29:17.277Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:29:17.278Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c865d795-7e08-4432-88bf-fb2198811c1b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111345818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:29:17.378Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T06:29:17.379Z||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-10-30T06:29:17.379Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:29:17.393Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:29:17.394Z||pool-74-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-30T06:29:18.278Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T06:29:18.278Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:29:18.280Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:29:18.280Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c865d795-7e08-4432-88bf-fb2198811c1b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111345818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-10-30T06:29:18.381Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-30T06:29:18.381Z||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-10-30T06:29:18.382Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:29:18.396Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:29:18.397Z||pool-75-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-30T06:29:19.282Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "c865d795-7e08-4432-88bf-fb2198811c1b",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "a80a149c-9251-4050-bf0b-3ec396e485da",
  "serviceDescription": "service",
  "serviceInvariantUUID": "bc4e7417-24ec-417a-97ec-14d48bf5375f",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "d0572d78-3440-4d57-b14d-6263d2424f56",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "45f97993-adbc-4e33-b01d-f5479183363e",
      "resourceInvariantUUID": "c695a696-17ca-4ca4-a3d8-e82dd0702f6b",
      "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": "b8353d0d-da03-4aa2-b7a1-a91aef8080a9",
          "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": "8a91bfbf-24af-45de-a359-bfc2f9b9c75c",
          "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": "NTVkZTBhNDk4MTBhMjc3YjRhZjc4Zjk0ZjM5Y2I4NDg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "ecb6b798-8cff-4212-b711-a4877c032a3e",
          "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": "f1def707-7a12-42a5-8cb3-8ec8acc34e7f",
          "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": "13206a9f-94c4-4716-9b00-4e957583ba5e",
            "generatedFromUUID": "f1def707-7a12-42a5-8cb3-8ec8acc34e7f"
          },
          "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": "13206a9f-94c4-4716-9b00-4e957583ba5e",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "NjJjNjFmMWRjZjJmNTE5YzkxMzk5YzdiODYzNDI0NDU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4da871cf-ead4-4873-a7da-ab15251dfd03"
    }
  ],
  "workloadContext": "Production"
}
2022-10-30T06:29:19.282Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-30T06:29:19.282Z|f5b3615f-8a43-4c4d-ab53-abdbbf15509e|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 a80a149c-9251-4050-bf0b-3ec396e485da ASDC
2022-10-30T06:29:19.283Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:c865d795-7e08-4432-88bf-fb2198811c1b
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:a80a149c-9251-4050-bf0b-3ec396e485da
ServiceInvariantUUID:bc4e7417-24ec-417a-97ec-14d48bf5375f
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:4da871cf-ead4-4873-a7da-ab15251dfd03
ArtifactChecksum:NjJjNjFmMWRjZjJmNTE5YzkxMzk5YzdiODYzNDI0NDU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:d0572d78-3440-4d57-b14d-6263d2424f56
ResourceInvariantUUID:c695a696-17ca-4ca4-a3d8-e82dd0702f6b
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:45f97993-adbc-4e33-b01d-f5479183363e
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:b8353d0d-da03-4aa2-b7a1-a91aef8080a9
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:8a91bfbf-24af-45de-a359-bfc2f9b9c75c
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:ecb6b798-8cff-4212-b711-a4877c032a3e
ArtifactChecksum:NTVkZTBhNDk4MTBhMjc3YjRhZjc4Zjk0ZjM5Y2I4NDg=
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:f1def707-7a12-42a5-8cb3-8ec8acc34e7f
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:13206a9f-94c4-4716-9b00-4e957583ba5e
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:13206a9f-94c4-4716-9b00-4e957583ba5e
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-10-30T06:29:19.283Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a80a149c-9251-4050-bf0b-3ec396e485da 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-10-30T06:29:19.326Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-30T06:29:19.326Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-10-30T06:29:19.327Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-10-30T06:29:19.327Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 4da871cf-ead4-4873-a7da-ab15251dfd03 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-10-30T06:29:19.327Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-10-30T06:29:19.327Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-10-30T06:29:19.397Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-10-30T06:29:19.400Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 4da871cf-ead4-4873-a7da-ab15251dfd03 73678
2022-10-30T06:29:19.400Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-10-30T06:29:19.401Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-10-30T06:29:19.401Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-30T06:29:19.401Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:29:19.402Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:29:19.402Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c865d795-7e08-4432-88bf-fb2198811c1b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111359400,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-30T06:29:19.502Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T06:29:19.503Z||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-10-30T06:29:19.504Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:29:19.515Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:29:19.515Z||pool-76-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-10-30T06:29:20.403Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-30T06:29:20.404Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-10-30T06:29:20.404Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 4da871cf-ead4-4873-a7da-ab15251dfd03, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-30T06:29:20.422Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-10-30T06:29:20.422Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-30T06:29:20.422Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-30T06:29:20.495Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12288998778063317160/Definitions/service-BasicCnf-template.yml
Log warning: The required parameter "compute_dummy_metadata" is not provided
Log warning: The required parameter "compute_dummy_name" is not provided
2022-10-30T06:29:21.505Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-30T06:29:21.506Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-10-30T06:29:21.506Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-30T06:29:21.506Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-10-30T06:29:21.506Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||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-10-30T06:29:21.507Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-30T06:29:21.507Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||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-10-30T06:29:21.507Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-30T06:29:21.507Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-10-30T06:29:21.507Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:29:21.507Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:29:21.507Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-30T06:29:21.508Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-10-30T06:29:21.508Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-30T06:29:21.508Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:29:21.508Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:29:21.508Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-30T06:29:21.508Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-10-30T06:29:21.508Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-30T06:29:21.509Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:29:21.509Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:29:21.509Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:29:21.509Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-10-30T06:29:21.509Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-10-30T06:29:21.510Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||Node template dummy is not matching search criteria
2022-10-30T06:29:21.510Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-30T06:29:21.510Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:29:21.510Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-30T06:29:21.510Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:29:21.510Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-30T06:29:21.510Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-30T06:29:21.510Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:29:21.511Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-30T06:29:21.511Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-30T06:29:21.511Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:29:21.511Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-30T06:29:21.511Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-30T06:29:21.511Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:29:21.511Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-10-30T06:29:21.511Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-10-30T06:29:21.511Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=e811f6ed-2b64-49ba-b8f5-7fea70f2779c
2022-10-30T06:29:21.512Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:29:21.512Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:29:21.512Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:29:21.512Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:29:21.512Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:29:21.512Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:29:21.512Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:29:21.512Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:29:21.513Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:a80a149c-9251-4050-bf0b-3ec396e485da
Model Version:NULL
Model InvariantUuid:bc4e7417-24ec-417a-97ec-14d48bf5375f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:4ede4dbf-fb4a-46d2-adbb-dbf42ea069f3
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c695a696-17ca-4ca4-a3d8-e82dd0702f6b
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d0572d78-3440-4d57-b14d-6263d2424f56
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:30990108-206c-440f-9bde-d049fe765bf0
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:cb7bdf49-e4c4-4ee2-91ee-797983c3fa91
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:e811f6ed-2b64-49ba-b8f5-7fea70f2779c
ModelInvariantUuid:f726deb1-dfad-44c3-9bbd-14987cd62a81
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:f1509feb-4576-4d56-9426-39443891a7f6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:4d5b16da-18b3-4a3a-92ab-4f431a9eaf76
ModelInvariantUuid:27c065be-95f4-4d97-bf66-36b60bbe2183
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:60a08c3d-298f-4fc6-a315-8191df65419c
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-10-30T06:29:21.519Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 45f97993-adbc-4e33-b01d-f5479183363e
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-10-30T06:29:21.524Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||INFO|500||basic_cnf 0
2022-10-30T06:29:21.524Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 45f97993-adbc-4e33-b01d-f5479183363e
2022-10-30T06:29:21.524Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: b8353d0d-da03-4aa2-b7a1-a91aef8080a9 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-10-30T06:29:21.525Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-10-30T06:29:21.525Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||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-10-30T06:29:21.643Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-10-30T06:29:21.644Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env b8353d0d-da03-4aa2-b7a1-a91aef8080a9 12
2022-10-30T06:29:21.644Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||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-10-30T06:29:21.644Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||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-10-30T06:29:21.644Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-30T06:29:21.644Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:29:21.646Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:29:21.646Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c865d795-7e08-4432-88bf-fb2198811c1b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111361644,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-10-30T06:29:21.746Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T06:29:21.748Z||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-10-30T06:29:21.748Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:29:21.761Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:29:21.762Z||pool-77-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-30T06:29:22.647Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 8a91bfbf-24af-45de-a359-bfc2f9b9c75c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-10-30T06:29:22.648Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-10-30T06:29:22.648Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||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-10-30T06:29:22.704Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-10-30T06:29:22.705Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 8a91bfbf-24af-45de-a359-bfc2f9b9c75c 2688
2022-10-30T06:29:22.705Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||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-10-30T06:29:22.705Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||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-10-30T06:29:22.705Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-30T06:29:22.706Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:29:22.708Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:29:22.708Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c865d795-7e08-4432-88bf-fb2198811c1b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111362705,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-10-30T06:29:22.808Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T06:29:22.809Z||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-10-30T06:29:22.810Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:29:22.820Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:29:22.821Z||pool-78-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-30T06:29:23.710Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: ecb6b798-8cff-4212-b711-a4877c032a3e from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-10-30T06:29:23.710Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-10-30T06:29:23.711Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||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-10-30T06:29:23.762Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-10-30T06:29:23.763Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ecb6b798-8cff-4212-b711-a4877c032a3e 828
2022-10-30T06:29:23.763Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||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-10-30T06:29:23.763Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||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-10-30T06:29:23.763Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-30T06:29:23.764Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:29:23.765Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:29:23.765Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c865d795-7e08-4432-88bf-fb2198811c1b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111363763,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-30T06:29:23.866Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T06:29:23.867Z||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-10-30T06:29:23.868Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:29:23.886Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:29:23.887Z||pool-79-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-10-30T06:29:24.767Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "30990108-206c-440f-9bde-d049fe765bf0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "cb7bdf49-e4c4-4ee2-91ee-797983c3fa91",
    "vfModuleModelCustomizationUUID": "393b9374-5def-4d46-825f-86b78cd67748",
    "isBase": true,
    "artifacts": [
      "f1def707-7a12-42a5-8cb3-8ec8acc34e7f",
      "8a91bfbf-24af-45de-a359-bfc2f9b9c75c",
      "13206a9f-94c4-4716-9b00-4e957583ba5e"
    ],
    "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-10-30T06:29:24.772Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cb7bdf49-e4c4-4ee2-91ee-797983c3fa91
VfModuleModelInvariantUUID:30990108-206c-440f-9bde-d049fe765bf0
VfModuleModelDescription:NULL
Artifacts UUID List:{
f1def707-7a12-42a5-8cb3-8ec8acc34e7f
,
8a91bfbf-24af-45de-a359-bfc2f9b9c75c
,
13206a9f-94c4-4716-9b00-4e957583ba5e

}
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-10-30T06:29:24.776Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "30990108-206c-440f-9bde-d049fe765bf0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "cb7bdf49-e4c4-4ee2-91ee-797983c3fa91",
    "vfModuleModelCustomizationUUID": "393b9374-5def-4d46-825f-86b78cd67748",
    "isBase": true,
    "artifacts": [
      "f1def707-7a12-42a5-8cb3-8ec8acc34e7f",
      "8a91bfbf-24af-45de-a359-bfc2f9b9c75c",
      "13206a9f-94c4-4716-9b00-4e957583ba5e"
    ],
    "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-10-30T06:29:24.777Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cb7bdf49-e4c4-4ee2-91ee-797983c3fa91
VfModuleModelInvariantUUID:30990108-206c-440f-9bde-d049fe765bf0
VfModuleModelDescription:NULL
Artifacts UUID List:{
f1def707-7a12-42a5-8cb3-8ec8acc34e7f
,
8a91bfbf-24af-45de-a359-bfc2f9b9c75c
,
13206a9f-94c4-4716-9b00-4e957583ba5e

}
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-10-30T06:29:24.777Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: f1def707-7a12-42a5-8cb3-8ec8acc34e7f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-10-30T06:29:24.777Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-10-30T06:29:24.777Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||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-10-30T06:29:24.821Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-10-30T06:29:24.821Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml f1def707-7a12-42a5-8cb3-8ec8acc34e7f 1164
2022-10-30T06:29:24.822Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||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-10-30T06:29:24.822Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||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-10-30T06:29:24.822Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-30T06:29:24.822Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:29:24.824Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:29:24.824Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c865d795-7e08-4432-88bf-fb2198811c1b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111364821,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-30T06:29:24.924Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T06:29:24.925Z||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-10-30T06:29:24.925Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:29:24.937Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:29:24.938Z||pool-80-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-30T06:29:25.824Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 13206a9f-94c4-4716-9b00-4e957583ba5e from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-10-30T06:29:25.825Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-10-30T06:29:25.825Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||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-10-30T06:29:25.870Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-10-30T06:29:25.870Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 13206a9f-94c4-4716-9b00-4e957583ba5e 200
2022-10-30T06:29:25.871Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||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-10-30T06:29:25.871Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||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-10-30T06:29:25.871Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-30T06:29:25.872Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:29:25.874Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:29:25.874Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c865d795-7e08-4432-88bf-fb2198811c1b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111365871,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-10-30T06:29:25.974Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-30T06:29:25.975Z||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-10-30T06:29:25.976Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:29:25.988Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:29:25.991Z||pool-81-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-30T06:29:26.876Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: a80a149c-9251-4050-bf0b-3ec396e485da
2022-10-30T06:29:26.876Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 45f97993-adbc-4e33-b01d-f5479183363e ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
2022-10-30T06:29:26.888Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-30T06:29:26.898Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6a33bd3a, org.onap.sdc.toscaparser.api.parameters.Input@74b8e1ea, org.onap.sdc.toscaparser.api.parameters.Input@7656d564, org.onap.sdc.toscaparser.api.parameters.Input@36a7e551, org.onap.sdc.toscaparser.api.parameters.Input@418a54d2]
2022-10-30T06:29:26.900Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:29:26.900Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:29:26.900Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-10-30T06:29:26.900Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= d0572d78-3440-4d57-b14d-6263d2424f56
2022-10-30T06:29:26.900Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d0572d78-3440-4d57-b14d-6263d2424f56 matches Tosca VF Customization UUID: d0572d78-3440-4d57-b14d-6263d2424f56
2022-10-30T06:29:26.900Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: d0572d78-3440-4d57-b14d-6263d2424f56  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-10-30T06:29:26.902Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:29:26.903Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:29:26.904Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id d0572d78-3440-4d57-b14d-6263d2424f56: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-10-30T06:29:26.904Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3bb7aa02
2022-10-30T06:29:26.904Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:29:26.904Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-30T06:29:26.904Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 393b9374-5def-4d46-825f-86b78cd67748
2022-10-30T06:29:26.904Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 393b9374-5def-4d46-825f-86b78cd67748
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-10-30T06:29:26.907Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:29:26.907Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-30T06:29:26.907Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-30T06:29:26.908Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:29:26.908Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-30T06:29:26.909Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-30T06:29:26.909Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:29:26.909Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-10-30T06:29:26.910Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-10-30T06:29:26.910Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=e811f6ed-2b64-49ba-b8f5-7fea70f2779c
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-10-30T06:29:26.913Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:29:26.913Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-30T06:29:26.914Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-30T06:29:26.914Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:29:26.914Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-30T06:29:26.914Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=d0572d78-3440-4d57-b14d-6263d2424f56
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-10-30T06:29:26.917Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:29:26.917Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:29:26.917Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid a80a149c-9251-4050-bf0b-3ec396e485da: basic_cnf
2022-10-30T06:29:26.918Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:29:26.918Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:29:26.918Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:29:26.918Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:29:26.918Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:29:26.918Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:29:26.918Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:29:26.918Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:29:26.919Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:29:26.919Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:29:26.919Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||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-10-30T06:29:26.991Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 45f97993-adbc-4e33-b01d-f5479183363e 1 ASDC deployResourceStructure
2022-10-30T06:29:26.992Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||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-10-30T06:29:26.992Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||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-10-30T06:29:26.992Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-10-30T06:29:26.992Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:29:26.994Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:29:26.994Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c865d795-7e08-4432-88bf-fb2198811c1b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111366991,
  "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-10-30T06:29:27.094Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T06:29:27.095Z||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-10-30T06:29:27.095Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:29:27.109Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:29:27.111Z||pool-82-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-30T06:29:27.995Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||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-10-30T06:29:27.996Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||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-10-30T06:29:27.996Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-10-30T06:29:27.996Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:29:27.997Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:29:27.998Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c865d795-7e08-4432-88bf-fb2198811c1b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111367995,
  "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-10-30T06:29:28.098Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T06:29:28.099Z||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-10-30T06:29:28.099Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:29:28.113Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:29:28.114Z||pool-83-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-10-30T06:29:28.999Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||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-10-30T06:29:29.000Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||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-10-30T06:29:29.000Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-30T06:29:29.001Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:29:29.003Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:29:29.004Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c865d795-7e08-4432-88bf-fb2198811c1b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111368999,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-30T06:29:29.104Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-30T06:29:29.104Z||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-10-30T06:29:29.105Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:29:29.118Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:29:29.118Z||pool-84-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-10-30T06:29:30.006Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||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-10-30T06:29:30.006Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||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-10-30T06:29:30.007Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-30T06:29:30.007Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:29:30.009Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:29:30.009Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c865d795-7e08-4432-88bf-fb2198811c1b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111370006,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-10-30T06:29:30.110Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-30T06:29:30.111Z||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-10-30T06:29:30.111Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:29:30.123Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:29:30.124Z||pool-85-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-30T06:29:31.011Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||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-10-30T06:29:31.011Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||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-10-30T06:29:31.011Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-30T06:29:31.012Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:29:31.014Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:29:31.014Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c865d795-7e08-4432-88bf-fb2198811c1b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111371011,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-10-30T06:29:31.114Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-30T06:29:31.115Z||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-10-30T06:29:31.115Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:29:31.127Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:29:31.128Z||pool-86-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-30T06:29:32.016Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-10-30T06:29:32.016Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-10-30T06:29:32.016Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-30T06:29:32.017Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:29:32.019Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:29:32.019Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c865d795-7e08-4432-88bf-fb2198811c1b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111372016,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-30T06:29:32.120Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-30T06:29:32.120Z||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-10-30T06:29:32.120Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:29:32.136Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:29:32.137Z||pool-87-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-30T06:29:33.021Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c865d795-7e08-4432-88bf-fb2198811c1b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-30T06:29:33.037Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c865d795-7e08-4432-88bf-fb2198811c1b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-30T06:29:33.040Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-30T06:29:33.041Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-30T06:29:33.041Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-30T06:29:33.041Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-30T06:29:33.041Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-30T06:29:33.041Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-30T06:29:33.041Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-30T06:29:33.041Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-30T06:29:33.041Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-30T06:29:33.041Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-30T06:29:33.046Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-30T06:29:35.068Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:29:35.070Z||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-10-30T06:29:35.070Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:29:35.106Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:29:35.107Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:29:35.108Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f04e37d-f2bc-49f7-a812-23968bdea4b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111296919,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-30T06:29:35.108Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:29:35.108Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:29:35.108Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b3615f-8a43-4c4d-ab53-abdbbf15509e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111195065,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:29:35.109Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:29:35.109Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:29:35.109Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b3615f-8a43-4c4d-ab53-abdbbf15509e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111195065,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-10-30T06:29:35.109Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:29:35.109Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:29:35.109Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b3615f-8a43-4c4d-ab53-abdbbf15509e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111195065,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-10-30T06:29:35.109Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:29:35.109Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:29:35.109Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b3615f-8a43-4c4d-ab53-abdbbf15509e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111195065,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:29:35.109Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:29:35.109Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:29:35.109Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b3615f-8a43-4c4d-ab53-abdbbf15509e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111195065,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-10-30T06:29:35.109Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:29:35.109Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:29:35.109Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b3615f-8a43-4c4d-ab53-abdbbf15509e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111195065,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:29:35.109Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:29:35.109Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:29:35.109Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b3615f-8a43-4c4d-ab53-abdbbf15509e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111195065,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-10-30T06:29:35.109Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:29:35.109Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:29:35.109Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b3615f-8a43-4c4d-ab53-abdbbf15509e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111305094,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-30T06:29:35.110Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:29:35.110Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:29:35.110Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b3615f-8a43-4c4d-ab53-abdbbf15509e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111307251,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-30T06:29:35.110Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:29:35.110Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:29:35.110Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b3615f-8a43-4c4d-ab53-abdbbf15509e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111308306,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-30T06:29:35.110Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:29:35.110Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:29:35.110Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b3615f-8a43-4c4d-ab53-abdbbf15509e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111309362,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-10-30T06:29:35.110Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:29:35.110Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:29:35.110Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b3615f-8a43-4c4d-ab53-abdbbf15509e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111310506,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-30T06:29:35.110Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:29:35.110Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:29:35.110Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b3615f-8a43-4c4d-ab53-abdbbf15509e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111311510,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-10-30T06:29:35.110Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:29:35.110Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:29:35.110Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b3615f-8a43-4c4d-ab53-abdbbf15509e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111312514,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-10-30T06:29:35.110Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:29:35.110Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:29:35.110Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b3615f-8a43-4c4d-ab53-abdbbf15509e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111313517,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-30T06:29:35.110Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:30:03.047Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c865d795-7e08-4432-88bf-fb2198811c1b 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-10-30T06:30:04.268Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c865d795-7e08-4432-88bf-fb2198811c1b and serviceModelVersionId: a80a149c-9251-4050-bf0b-3ec396e485da
2022-10-30T06:30:04.268Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bc4e7417-24ec-417a-97ec-14d48bf5375f
2022-10-30T06:30:04.268Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bc4e7417-24ec-417a-97ec-14d48bf5375f/model-vers/model-ver/a80a149c-9251-4050-bf0b-3ec396e485da?depth=0
2022-10-30T06:30:04.273Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-10-30T06:30:04.303Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc4e7417-24ec-417a-97ec-14d48bf5375f/model-vers/model-ver/a80a149c-9251-4050-bf0b-3ec396e485da?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-10-30T06:30:04.305Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc4e7417-24ec-417a-97ec-14d48bf5375f/model-vers/model-ver/a80a149c-9251-4050-bf0b-3ec396e485da?depth=0|INFO|500||Invoke
2022-10-30T06:30:04.323Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc4e7417-24ec-417a-97ec-14d48bf5375f/model-vers/model-ver/a80a149c-9251-4050-bf0b-3ec396e485da?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-10-30T06:30:04.424Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc4e7417-24ec-417a-97ec-14d48bf5375f/model-vers/model-ver/a80a149c-9251-4050-bf0b-3ec396e485da?depth=0|INFO|500||InvokeReturn
2022-10-30T06:30:04.425Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc4e7417-24ec-417a-97ec-14d48bf5375f/model-vers/model-ver/a80a149c-9251-4050-bf0b-3ec396e485da?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221030-06:30:04:296-72739], vertex-id=[270552], Content-Length=[0], Date=[Sun, 30 Oct 2022 06:30:04 GMT], Content-Type=[application/json]}
2022-10-30T06:30:04.425Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2022-10-30T06:30:04.425Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-30T06:30:04.425Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-30T06:30:04.431Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-10-30T06:30:04.431Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c865d795-7e08-4432-88bf-fb2198811c1b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-30T06:30:04.431Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-30T06:30:04.432Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:30:04.434Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:30:04.434Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c865d795-7e08-4432-88bf-fb2198811c1b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111404431,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-30T06:30:04.534Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T06:30:04.535Z||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-10-30T06:30:04.535Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:30:04.548Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:30:04.548Z||pool-88-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-30T06:30:05.451Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:30:05.451Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T06:30:05.452Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:30:15.007Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:30:15.008Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:30:15.008Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T06:30:15.008Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:30:24.602Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:30:35.065Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:30:35.066Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T06:30:35.066Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:30:35.068Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:30:35.070Z||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-10-30T06:30:35.070Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:30:35.106Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:30:35.107Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T06:30:35.107Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b3615f-8a43-4c4d-ab53-abdbbf15509e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111344796,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-30T06:30:35.107Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:30:35.107Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T06:30:35.108Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c865d795-7e08-4432-88bf-fb2198811c1b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111345818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:30:35.108Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:30:35.108Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T06:30:35.108Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c865d795-7e08-4432-88bf-fb2198811c1b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111345818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-10-30T06:30:35.108Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:30:35.108Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T06:30:35.108Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c865d795-7e08-4432-88bf-fb2198811c1b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111345818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-10-30T06:30:35.108Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:30:35.108Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T06:30:35.108Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c865d795-7e08-4432-88bf-fb2198811c1b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111345818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-10-30T06:30:35.108Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:30:35.108Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T06:30:35.108Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c865d795-7e08-4432-88bf-fb2198811c1b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111345818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-10-30T06:30:35.109Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:30:35.109Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T06:30:35.109Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c865d795-7e08-4432-88bf-fb2198811c1b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111345818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:30:35.109Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:30:35.109Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T06:30:35.109Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c865d795-7e08-4432-88bf-fb2198811c1b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111345818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-10-30T06:30:35.109Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:30:35.109Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T06:30:35.109Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c865d795-7e08-4432-88bf-fb2198811c1b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111345818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:30:35.109Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:30:35.109Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T06:30:35.109Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c865d795-7e08-4432-88bf-fb2198811c1b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111345818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-10-30T06:30:35.109Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:30:35.109Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T06:30:35.109Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c865d795-7e08-4432-88bf-fb2198811c1b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111359400,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-30T06:30:35.109Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:30:35.109Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T06:30:35.109Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c865d795-7e08-4432-88bf-fb2198811c1b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111361644,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-10-30T06:30:35.109Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:30:35.109Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T06:30:35.109Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c865d795-7e08-4432-88bf-fb2198811c1b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111362705,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-10-30T06:30:35.109Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:30:35.109Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T06:30:35.109Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c865d795-7e08-4432-88bf-fb2198811c1b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111363763,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-30T06:30:35.109Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:30:35.109Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T06:30:35.109Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c865d795-7e08-4432-88bf-fb2198811c1b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111364821,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-30T06:30:35.109Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:30:35.109Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T06:30:35.110Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c865d795-7e08-4432-88bf-fb2198811c1b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111365871,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-10-30T06:30:35.110Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:30:35.110Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T06:30:35.110Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c865d795-7e08-4432-88bf-fb2198811c1b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111366991,
  "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-10-30T06:30:35.110Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:30:35.110Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T06:30:35.110Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c865d795-7e08-4432-88bf-fb2198811c1b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111367995,
  "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-10-30T06:30:35.110Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:30:35.110Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T06:30:35.110Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c865d795-7e08-4432-88bf-fb2198811c1b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111368999,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-30T06:30:35.110Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:30:35.110Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T06:30:35.110Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c865d795-7e08-4432-88bf-fb2198811c1b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111370006,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-10-30T06:30:35.110Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:30:35.110Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T06:30:35.110Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c865d795-7e08-4432-88bf-fb2198811c1b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111371011,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-10-30T06:30:35.110Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:30:35.110Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T06:30:35.110Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c865d795-7e08-4432-88bf-fb2198811c1b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111372016,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-30T06:30:35.110Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:30:44.611Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:31:35.065Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:31:35.066Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T06:31:35.066Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:31:35.068Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:31:35.068Z||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-10-30T06:31:35.068Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:31:35.640Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:31:35.641Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-30T06:31:35.641Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c865d795-7e08-4432-88bf-fb2198811c1b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111404431,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-30T06:31:35.642Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:31:44.612Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:32:35.066Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:32:35.067Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T06:32:35.067Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:32:35.068Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:32:35.069Z||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-10-30T06:32:35.069Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:32:44.641Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:32:44.642Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:33:35.065Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:33:35.066Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T06:33:35.066Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:33:35.069Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:33:35.070Z||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-10-30T06:33:35.070Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:33:44.614Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:33:44.615Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:34:35.065Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:34:35.066Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T06:34:35.066Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:34:35.067Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:34:35.068Z||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-10-30T06:34:35.068Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:34:44.615Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:34:44.619Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:35:35.065Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:35:35.066Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T06:35:35.066Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:35:35.068Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:35:35.068Z||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-10-30T06:35:35.068Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:35:44.644Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:35:44.644Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:36:35.065Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:36:35.068Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:36:35.068Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T06:36:35.068Z||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-10-30T06:36:35.068Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:36:35.068Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:36:44.617Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:36:44.637Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:37:35.065Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:37:35.066Z||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-10-30T06:37:35.066Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:37:35.068Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:37:35.068Z||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-10-30T06:37:35.068Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:37:44.621Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:37:44.632Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:38:35.065Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:38:35.065Z||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-10-30T06:38:35.066Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:38:35.067Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:38:35.068Z||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-10-30T06:38:35.068Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:38:35.698Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:38:35.698Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:38:35.698Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-30T06:38:35.698Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59cb6205-b2b3-40b6-bc24-a7f87d2f38ad",
  "consumerID": "cds",
  "timestamp": 1667111907590,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:38:35.699Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-30T06:38:35.699Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"59cb6205-b2b3-40b6-bc24-a7f87d2f38ad","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"9552839c-e3af-4cde-af29-1dab9b3715ed","serviceDescription":"service","serviceInvariantUUID":"fbefd03f-6cce-4ce5-9fcc-c7edc0c63770","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f4cbbfcd-070e-43e9-9e89-bb9d858f893e","resourceInvariantUUID":"2dbf84a5-16fe-4fa0-9def-1c5718aee824","resourceCustomizationUUID":"098cfb85-60ac-4119-9e66-5ac17ff234f1","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":"ODQ1OWZhN2ZmYzI3MzNlNmM3YTI3ZDExZWY5OTBmNTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"422f2cb0-f677-4a0c-b76d-2bf7bf2bcb11","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":"Yzc0ZDgwMGZhMGQ3YWNjMmYxZDNjMTYxMGNjNTkzZGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ea68c498-9931-4364-b3c2-ab0c17e6ea15","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":"1e4b5079-78fb-4b86-a3b4-d0e921244638","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":"a992aeee-79a6-442e-afe8-81ba8b6e596f","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":"e3be897b-5605-4e8d-b8a9-7dca08e5512d","artifactVersion":"2","generatedFromUUID":"1e4b5079-78fb-4b86-a3b4-d0e921244638"},{"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":"MDcwNDczMzA0YjVhMzJlNzQzMzExMTg2NTAxMDYzODQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"dabed621-6565-4ba2-94e1-9346b518c57e","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":"YzgwNzEzMDNiNDI2M2E4M2Q1OTVmOTg4ZTM2OTAzMTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b5d6b438-6d00-4266-8681-34376ee1202c","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"YjRlNGEzMzk0MGRkNGY1ZDE2NzUzZjI1YTExNmMyMGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"14c1c3a6-50b0-4238-b3bd-59cd0fcad137","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-30T06:38:35.700Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:38:35.700Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-30T06:38:35.700Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59cb6205-b2b3-40b6-bc24-a7f87d2f38ad",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667111905698,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:38:35.700Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:38:35.702Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T06:38:35.703Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:38:35.706Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:38:35.706Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "59cb6205-b2b3-40b6-bc24-a7f87d2f38ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111915065,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:38:35.806Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T06:38:35.807Z||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-10-30T06:38:35.807Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:38:35.819Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:38:35.820Z||pool-89-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-30T06:38:36.707Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T06:38:36.708Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:38:36.710Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:38:36.710Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "59cb6205-b2b3-40b6-bc24-a7f87d2f38ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111915065,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-10-30T06:38:36.811Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T06:38:36.812Z||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-10-30T06:38:36.812Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:38:36.828Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:38:36.828Z||pool-90-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-30T06:38:37.711Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T06:38:37.712Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:38:37.714Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:38:37.714Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "59cb6205-b2b3-40b6-bc24-a7f87d2f38ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111915065,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-10-30T06:38:37.814Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T06:38:37.815Z||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-10-30T06:38:37.815Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:38:37.826Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:38:37.826Z||pool-91-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-30T06:38:38.714Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T06:38:38.715Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:38:38.717Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:38:38.717Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "59cb6205-b2b3-40b6-bc24-a7f87d2f38ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111915065,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:38:38.818Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T06:38:38.818Z||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-10-30T06:38:38.819Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:38:38.835Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:38:38.836Z||pool-92-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-30T06:38:39.718Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T06:38:39.719Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:38:39.727Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:38:39.727Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "59cb6205-b2b3-40b6-bc24-a7f87d2f38ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111915065,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-10-30T06:38:39.821Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-10-30T06:38:39.822Z||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-10-30T06:38:39.822Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:38:39.835Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:38:39.835Z||pool-93-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-30T06:38:40.728Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T06:38:40.729Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:38:40.730Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:38:40.731Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "59cb6205-b2b3-40b6-bc24-a7f87d2f38ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111915065,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:38:40.831Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T06:38:40.832Z||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-10-30T06:38:40.832Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:38:40.847Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:38:40.847Z||pool-94-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-10-30T06:38:41.731Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T06:38:41.732Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:38:41.734Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:38:41.734Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "59cb6205-b2b3-40b6-bc24-a7f87d2f38ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111915065,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:38:41.834Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T06:38:41.835Z||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-10-30T06:38:41.836Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:38:41.847Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:38:41.848Z||pool-95-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-30T06:38:42.734Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T06:38:42.735Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:38:42.739Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:38:42.740Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "59cb6205-b2b3-40b6-bc24-a7f87d2f38ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111915065,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-30T06:38:42.838Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-10-30T06:38:42.839Z||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-10-30T06:38:42.840Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:38:42.852Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:38:42.853Z||pool-96-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-30T06:38:43.741Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "59cb6205-b2b3-40b6-bc24-a7f87d2f38ad",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "9552839c-e3af-4cde-af29-1dab9b3715ed",
  "serviceDescription": "service",
  "serviceInvariantUUID": "fbefd03f-6cce-4ce5-9fcc-c7edc0c63770",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "098cfb85-60ac-4119-9e66-5ac17ff234f1",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f4cbbfcd-070e-43e9-9e89-bb9d858f893e",
      "resourceInvariantUUID": "2dbf84a5-16fe-4fa0-9def-1c5718aee824",
      "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": "Yzc0ZDgwMGZhMGQ3YWNjMmYxZDNjMTYxMGNjNTkzZGE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "ea68c498-9931-4364-b3c2-ab0c17e6ea15",
          "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": "1e4b5079-78fb-4b86-a3b4-d0e921244638",
          "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": "e3be897b-5605-4e8d-b8a9-7dca08e5512d",
            "generatedFromUUID": "1e4b5079-78fb-4b86-a3b4-d0e921244638"
          },
          "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": "e3be897b-5605-4e8d-b8a9-7dca08e5512d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "YjRlNGEzMzk0MGRkNGY1ZDE2NzUzZjI1YTExNmMyMGQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "14c1c3a6-50b0-4238-b3bd-59cd0fcad137"
    }
  ],
  "workloadContext": "Production"
}
2022-10-30T06:38:43.741Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-30T06:38:43.741Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9552839c-e3af-4cde-af29-1dab9b3715ed ASDC
2022-10-30T06:38:43.744Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:59cb6205-b2b3-40b6-bc24-a7f87d2f38ad
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:9552839c-e3af-4cde-af29-1dab9b3715ed
ServiceInvariantUUID:fbefd03f-6cce-4ce5-9fcc-c7edc0c63770
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:14c1c3a6-50b0-4238-b3bd-59cd0fcad137
ArtifactChecksum:YjRlNGEzMzk0MGRkNGY1ZDE2NzUzZjI1YTExNmMyMGQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:098cfb85-60ac-4119-9e66-5ac17ff234f1
ResourceInvariantUUID:2dbf84a5-16fe-4fa0-9def-1c5718aee824
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:f4cbbfcd-070e-43e9-9e89-bb9d858f893e
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:ea68c498-9931-4364-b3c2-ab0c17e6ea15
ArtifactChecksum:Yzc0ZDgwMGZhMGQ3YWNjMmYxZDNjMTYxMGNjNTkzZGE=
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:1e4b5079-78fb-4b86-a3b4-d0e921244638
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:e3be897b-5605-4e8d-b8a9-7dca08e5512d
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:e3be897b-5605-4e8d-b8a9-7dca08e5512d
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-10-30T06:38:43.744Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9552839c-e3af-4cde-af29-1dab9b3715ed 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-10-30T06:38:43.785Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-30T06:38:43.786Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-10-30T06:38:43.786Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-10-30T06:38:43.786Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 14c1c3a6-50b0-4238-b3bd-59cd0fcad137 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-10-30T06:38:43.787Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-10-30T06:38:43.787Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-10-30T06:38:43.858Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-10-30T06:38:43.862Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 14c1c3a6-50b0-4238-b3bd-59cd0fcad137 82633
2022-10-30T06:38:43.862Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-10-30T06:38:43.863Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-10-30T06:38:43.863Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-30T06:38:43.863Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:38:43.865Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:38:43.865Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "59cb6205-b2b3-40b6-bc24-a7f87d2f38ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111923862,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-30T06:38:43.965Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-30T06:38:43.967Z||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-10-30T06:38:43.967Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:38:43.982Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:38:43.982Z||pool-97-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":2,"count":1}
2022-10-30T06:38:44.866Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-30T06:38:44.867Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-10-30T06:38:44.867Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 14c1c3a6-50b0-4238-b3bd-59cd0fcad137, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-30T06:38:44.868Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-10-30T06:38:44.868Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-30T06:38:44.868Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-30T06:38:44.986Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1199078286393346710/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_ip_requirements" 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 "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" 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_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-10-30T06:38:46.031Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-30T06:38:46.032Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-10-30T06:38:46.032Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-30T06:38:46.032Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-10-30T06:38:46.032Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-30T06:38:46.032Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-30T06:38:46.032Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-30T06:38:46.032Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-30T06:38:46.032Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-30T06:38:46.032Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-30T06:38:46.032Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-30T06:38:46.032Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-10-30T06:38:46.032Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:38:46.033Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:38:46.033Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-30T06:38:46.033Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-10-30T06:38:46.033Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-30T06:38:46.034Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:38:46.034Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:38:46.034Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-30T06:38:46.034Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-10-30T06:38:46.034Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-30T06:38:46.034Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:38:46.035Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:38:46.035Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:38:46.035Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-10-30T06:38:46.035Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-10-30T06:38:46.035Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-10-30T06:38:46.035Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-10-30T06:38:46.035Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-10-30T06:38:46.035Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-30T06:38:46.036Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:38:46.036Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-30T06:38:46.036Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:38:46.036Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-30T06:38:46.036Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-30T06:38:46.036Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:38:46.036Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-30T06:38:46.036Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-30T06:38:46.036Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:38:46.037Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-30T06:38:46.037Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-30T06:38:46.037Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:38:46.037Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-10-30T06:38:46.037Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-10-30T06:38:46.037Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-10-30T06:38:46.037Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=0f451c9d-1ff6-49e8-9c19-28eff75da268
2022-10-30T06:38:46.037Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:38:46.037Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:38:46.037Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:38:46.038Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:38:46.038Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:38:46.038Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:38:46.038Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:38:46.038Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:38:46.038Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:9552839c-e3af-4cde-af29-1dab9b3715ed
Model Version:NULL
Model InvariantUuid:fbefd03f-6cce-4ce5-9fcc-c7edc0c63770
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:456755c7-bf66-486a-8ce4-079d0a42ef7e
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2dbf84a5-16fe-4fa0-9def-1c5718aee824
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:098cfb85-60ac-4119-9e66-5ac17ff234f1
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:96d9926c-5334-4b16-a68e-412295a26a33
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:b152f50f-4c9b-425d-8766-0539cf79e327
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:0f451c9d-1ff6-49e8-9c19-28eff75da268
ModelInvariantUuid:b60e698b-d84d-4b65-9143-2dd2b49c9020
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:3e4980aa-8470-4387-a5f5-94b349b31ac9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:0a2e2eb4-569b-4ae3-bc31-91838ab0bb70
ModelInvariantUuid:eb280012-0254-41fd-8498-317aeeae5d34
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:76ff89ed-06e5-4af1-98f0-91682aa57bb3
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-10-30T06:38:46.045Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: f4cbbfcd-070e-43e9-9e89-bb9d858f893e
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-10-30T06:38:46.049Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||INFO|500||basic_vm_macro 0
2022-10-30T06:38:46.050Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f4cbbfcd-070e-43e9-9e89-bb9d858f893e
2022-10-30T06:38:46.050Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ea68c498-9931-4364-b3c2-ab0c17e6ea15 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-10-30T06:38:46.050Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-10-30T06:38:46.050Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-10-30T06:38:46.113Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-10-30T06:38:46.114Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ea68c498-9931-4364-b3c2-ab0c17e6ea15 792
2022-10-30T06:38:46.114Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-10-30T06:38:46.114Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-10-30T06:38:46.114Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-30T06:38:46.114Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:38:46.116Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:38:46.116Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "59cb6205-b2b3-40b6-bc24-a7f87d2f38ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111926114,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-30T06:38:46.216Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T06:38:46.217Z||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-10-30T06:38:46.217Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:38:46.229Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:38:46.229Z||pool-98-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-30T06:38:47.119Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "96d9926c-5334-4b16-a68e-412295a26a33",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b152f50f-4c9b-425d-8766-0539cf79e327",
    "vfModuleModelCustomizationUUID": "eed1a7b0-6610-47ad-8e7f-b0f748c30076",
    "isBase": true,
    "artifacts": [
      "1e4b5079-78fb-4b86-a3b4-d0e921244638",
      "e3be897b-5605-4e8d-b8a9-7dca08e5512d"
    ],
    "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-10-30T06:38:47.122Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b152f50f-4c9b-425d-8766-0539cf79e327
VfModuleModelInvariantUUID:96d9926c-5334-4b16-a68e-412295a26a33
VfModuleModelDescription:NULL
Artifacts UUID List:{
1e4b5079-78fb-4b86-a3b4-d0e921244638
,
e3be897b-5605-4e8d-b8a9-7dca08e5512d

}
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-10-30T06:38:47.124Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "96d9926c-5334-4b16-a68e-412295a26a33",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b152f50f-4c9b-425d-8766-0539cf79e327",
    "vfModuleModelCustomizationUUID": "eed1a7b0-6610-47ad-8e7f-b0f748c30076",
    "isBase": true,
    "artifacts": [
      "1e4b5079-78fb-4b86-a3b4-d0e921244638",
      "e3be897b-5605-4e8d-b8a9-7dca08e5512d"
    ],
    "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-10-30T06:38:47.124Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b152f50f-4c9b-425d-8766-0539cf79e327
VfModuleModelInvariantUUID:96d9926c-5334-4b16-a68e-412295a26a33
VfModuleModelDescription:NULL
Artifacts UUID List:{
1e4b5079-78fb-4b86-a3b4-d0e921244638
,
e3be897b-5605-4e8d-b8a9-7dca08e5512d

}
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-10-30T06:38:47.124Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 1e4b5079-78fb-4b86-a3b4-d0e921244638 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-10-30T06:38:47.124Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-10-30T06:38:47.124Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-10-30T06:38:47.184Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-10-30T06:38:47.184Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 1e4b5079-78fb-4b86-a3b4-d0e921244638 5033
2022-10-30T06:38:47.185Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-10-30T06:38:47.185Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-10-30T06:38:47.185Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-30T06:38:47.185Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:38:47.187Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:38:47.187Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "59cb6205-b2b3-40b6-bc24-a7f87d2f38ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111927185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-30T06:38:47.287Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T06:38:47.288Z||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-10-30T06:38:47.288Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:38:47.303Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:38:47.304Z||pool-99-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-30T06:38:48.190Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: e3be897b-5605-4e8d-b8a9-7dca08e5512d from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-10-30T06:38:48.190Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-10-30T06:38:48.190Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-10-30T06:38:48.251Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-10-30T06:38:48.252Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env e3be897b-5605-4e8d-b8a9-7dca08e5512d 903
2022-10-30T06:38:48.252Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-10-30T06:38:48.252Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-10-30T06:38:48.252Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-30T06:38:48.253Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:38:48.256Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:38:48.256Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "59cb6205-b2b3-40b6-bc24-a7f87d2f38ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111928252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-10-30T06:38:48.356Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T06:38:48.357Z||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-10-30T06:38:48.357Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:38:48.371Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:38:48.372Z||pool-100-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-30T06:38:49.256Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 9552839c-e3af-4cde-af29-1dab9b3715ed
2022-10-30T06:38:49.257Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 f4cbbfcd-070e-43e9-9e89-bb9d858f893e 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-10-30T06:38:49.272Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@68e962c8, org.onap.sdc.toscaparser.api.parameters.Input@cc4d375, org.onap.sdc.toscaparser.api.parameters.Input@7cf92155, org.onap.sdc.toscaparser.api.parameters.Input@3a1ca628, org.onap.sdc.toscaparser.api.parameters.Input@19c06c81]
2022-10-30T06:38:49.273Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:38:49.273Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:38:49.273Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-10-30T06:38:49.273Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 098cfb85-60ac-4119-9e66-5ac17ff234f1
2022-10-30T06:38:49.273Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 098cfb85-60ac-4119-9e66-5ac17ff234f1 matches Tosca VF Customization UUID: 098cfb85-60ac-4119-9e66-5ac17ff234f1
2022-10-30T06:38:49.274Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 098cfb85-60ac-4119-9e66-5ac17ff234f1  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-10-30T06:38:49.276Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:38:49.277Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:38:49.277Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 098cfb85-60ac-4119-9e66-5ac17ff234f1: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"ubuntu20\"}
2022-10-30T06:38:49.278Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5901ec1d
2022-10-30T06:38:49.278Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:38:49.278Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-30T06:38:49.278Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : eed1a7b0-6610-47ad-8e7f-b0f748c30076
2022-10-30T06:38:49.278Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID eed1a7b0-6610-47ad-8e7f-b0f748c30076
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-10-30T06:38:49.281Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:38:49.282Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-30T06:38:49.282Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-30T06:38:49.282Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:38:49.282Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-30T06:38:49.282Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-30T06:38:49.282Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:38:49.282Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-10-30T06:38:49.282Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-10-30T06:38:49.282Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-10-30T06:38:49.282Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=0f451c9d-1ff6-49e8-9c19-28eff75da268
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-10-30T06:38:49.286Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:38:49.286Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-30T06:38:49.286Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-30T06:38:49.286Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:38:49.286Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-30T06:38:49.287Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=098cfb85-60ac-4119-9e66-5ac17ff234f1
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-10-30T06:38:49.289Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:38:49.289Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:38:49.289Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 9552839c-e3af-4cde-af29-1dab9b3715ed: basic_vm_macro
2022-10-30T06:38:49.289Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:38:49.289Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:38:49.290Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:38:49.290Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:38:49.290Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:38:49.290Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:38:49.290Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:38:49.290Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:38:49.290Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:38:49.290Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:38:49.290Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-30T06:38:49.390Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro f4cbbfcd-070e-43e9-9e89-bb9d858f893e 1 ASDC deployResourceStructure
2022-10-30T06:38:49.391Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-10-30T06:38:49.391Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-10-30T06:38:49.391Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-30T06:38:49.392Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:38:49.394Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:38:49.394Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "59cb6205-b2b3-40b6-bc24-a7f87d2f38ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111929391,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-30T06:38:49.494Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T06:38:49.495Z||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-10-30T06:38:49.495Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:38:49.509Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:38:49.510Z||pool-101-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-30T06:38:50.395Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-10-30T06:38:50.395Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-10-30T06:38:50.395Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-30T06:38:50.396Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:38:50.397Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:38:50.397Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "59cb6205-b2b3-40b6-bc24-a7f87d2f38ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111930395,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-10-30T06:38:50.497Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T06:38:50.498Z||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-10-30T06:38:50.498Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:38:50.511Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:38:50.511Z||pool-102-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-10-30T06:38:51.398Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-10-30T06:38:51.399Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-10-30T06:38:51.399Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-30T06:38:51.399Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:38:51.401Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:38:51.401Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "59cb6205-b2b3-40b6-bc24-a7f87d2f38ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111931398,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-10-30T06:38:51.501Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T06:38:51.502Z||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-10-30T06:38:51.502Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:38:51.513Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:38:51.513Z||pool-103-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-30T06:38:52.402Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-10-30T06:38:52.402Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-10-30T06:38:52.402Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-30T06:38:52.403Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:38:52.404Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:38:52.405Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "59cb6205-b2b3-40b6-bc24-a7f87d2f38ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111932402,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-30T06:38:52.505Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T06:38:52.506Z||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-10-30T06:38:52.506Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:38:52.519Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:38:52.520Z||pool-104-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-30T06:38:53.405Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 59cb6205-b2b3-40b6-bc24-a7f87d2f38ad
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-30T06:38:53.418Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 59cb6205-b2b3-40b6-bc24-a7f87d2f38ad
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-30T06:38:53.421Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-30T06:38:53.422Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-30T06:38:53.422Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-30T06:39:23.422Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 59cb6205-b2b3-40b6-bc24-a7f87d2f38ad
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-30T06:39:23.433Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 59cb6205-b2b3-40b6-bc24-a7f87d2f38ad
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-30T06:39:23.436Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-30T06:39:23.436Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-30T06:39:23.436Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-30T06:39:35.068Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:39:35.068Z|c865d795-7e08-4432-88bf-fb2198811c1b|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-10-30T06:39:35.068Z|c865d795-7e08-4432-88bf-fb2198811c1b|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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:39:35.221Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:39:35.221Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T06:39:35.221Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59cb6205-b2b3-40b6-bc24-a7f87d2f38ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111915065,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:39:35.224Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:39:53.436Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 59cb6205-b2b3-40b6-bc24-a7f87d2f38ad
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-30T06:39:53.452Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 59cb6205-b2b3-40b6-bc24-a7f87d2f38ad
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-30T06:39:53.458Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-30T06:39:53.458Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-30T06:39:53.458Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-30T06:40:23.458Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 59cb6205-b2b3-40b6-bc24-a7f87d2f38ad
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-30T06:40:23.468Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 59cb6205-b2b3-40b6-bc24-a7f87d2f38ad
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-30T06:40:23.471Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-30T06:40:23.471Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-30T06:40:23.471Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-30T06:40:35.068Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:40:35.068Z||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-10-30T06:40:35.069Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:40:35.095Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:40:35.110Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.110Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59cb6205-b2b3-40b6-bc24-a7f87d2f38ad",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667111905698,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:40:35.111Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.111Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.111Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59cb6205-b2b3-40b6-bc24-a7f87d2f38ad",
  "consumerID": "cds",
  "timestamp": 1667111907590,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:40:35.111Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.111Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.111Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59cb6205-b2b3-40b6-bc24-a7f87d2f38ad",
  "consumerID": "cds",
  "timestamp": 1667111907590,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:40:35.111Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.111Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.111Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59cb6205-b2b3-40b6-bc24-a7f87d2f38ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111915065,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-10-30T06:40:35.112Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.112Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.112Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59cb6205-b2b3-40b6-bc24-a7f87d2f38ad",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667111905698,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:40:35.112Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.112Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.112Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59cb6205-b2b3-40b6-bc24-a7f87d2f38ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111915065,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-10-30T06:40:35.112Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.112Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.112Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59cb6205-b2b3-40b6-bc24-a7f87d2f38ad",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667111905698,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:40:35.112Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.112Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.112Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59cb6205-b2b3-40b6-bc24-a7f87d2f38ad",
  "consumerID": "cds",
  "timestamp": 1667111907590,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:40:35.112Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.112Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.112Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59cb6205-b2b3-40b6-bc24-a7f87d2f38ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111915065,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:40:35.112Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.112Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.113Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59cb6205-b2b3-40b6-bc24-a7f87d2f38ad",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667111905698,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:40:35.113Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.113Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.113Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59cb6205-b2b3-40b6-bc24-a7f87d2f38ad",
  "consumerID": "cds",
  "timestamp": 1667111907590,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:40:35.113Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.113Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.113Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59cb6205-b2b3-40b6-bc24-a7f87d2f38ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111915065,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-10-30T06:40:35.113Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.113Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.113Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59cb6205-b2b3-40b6-bc24-a7f87d2f38ad",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667111905698,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:40:35.113Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.113Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.113Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59cb6205-b2b3-40b6-bc24-a7f87d2f38ad",
  "consumerID": "cds",
  "timestamp": 1667111907590,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:40:35.113Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.113Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.113Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59cb6205-b2b3-40b6-bc24-a7f87d2f38ad",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667111905698,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:40:35.114Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.114Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.114Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59cb6205-b2b3-40b6-bc24-a7f87d2f38ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111915065,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:40:35.114Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.114Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.114Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59cb6205-b2b3-40b6-bc24-a7f87d2f38ad",
  "consumerID": "cds",
  "timestamp": 1667111907590,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:40:35.114Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.114Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.114Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59cb6205-b2b3-40b6-bc24-a7f87d2f38ad",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667111905698,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:40:35.114Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.114Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.114Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59cb6205-b2b3-40b6-bc24-a7f87d2f38ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111915065,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:40:35.114Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.114Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.114Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59cb6205-b2b3-40b6-bc24-a7f87d2f38ad",
  "consumerID": "cds",
  "timestamp": 1667111907590,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-30T06:40:35.114Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.114Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.115Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59cb6205-b2b3-40b6-bc24-a7f87d2f38ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111915065,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-30T06:40:35.115Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.115Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.115Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59cb6205-b2b3-40b6-bc24-a7f87d2f38ad",
  "consumerID": "cds",
  "timestamp": 1667111922673,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-30T06:40:35.115Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:40:35.115Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.115Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59cb6205-b2b3-40b6-bc24-a7f87d2f38ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667111923538,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:40:35.115Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.115Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.115Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59cb6205-b2b3-40b6-bc24-a7f87d2f38ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111923862,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-30T06:40:35.115Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:40:35.115Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.115Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59cb6205-b2b3-40b6-bc24-a7f87d2f38ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667111923538,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-10-30T06:40:35.115Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.115Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.115Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59cb6205-b2b3-40b6-bc24-a7f87d2f38ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667111923538,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-10-30T06:40:35.115Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.115Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.115Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59cb6205-b2b3-40b6-bc24-a7f87d2f38ad",
  "consumerID": "cds",
  "timestamp": 1667111925425,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-30T06:40:35.124Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 59cb6205-b2b3-40b6-bc24-a7f87d2f38ad
2022-10-30T06:40:35.125Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 59cb6205-b2b3-40b6-bc24-a7f87d2f38ad 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-10-30T06:40:35.140Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.140Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3197799-8551-45fd-91b8-70ce1716767d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667111925698,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:40:35.140Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.140Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.140Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59cb6205-b2b3-40b6-bc24-a7f87d2f38ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111926114,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-30T06:40:35.140Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:40:35.140Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.140Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59cb6205-b2b3-40b6-bc24-a7f87d2f38ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667111923538,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:40:35.140Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.141Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.141Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3197799-8551-45fd-91b8-70ce1716767d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667111925698,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:40:35.141Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.141Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.141Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3197799-8551-45fd-91b8-70ce1716767d",
  "consumerID": "cds",
  "timestamp": 1667111926429,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:40:35.141Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.141Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.141Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59cb6205-b2b3-40b6-bc24-a7f87d2f38ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111927185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-30T06:40:35.141Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:40:35.141Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.141Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59cb6205-b2b3-40b6-bc24-a7f87d2f38ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667111923538,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-10-30T06:40:35.141Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.141Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.141Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3197799-8551-45fd-91b8-70ce1716767d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667111925698,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:40:35.141Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.141Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.141Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3197799-8551-45fd-91b8-70ce1716767d",
  "consumerID": "cds",
  "timestamp": 1667111926429,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:40:35.141Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.141Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.141Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59cb6205-b2b3-40b6-bc24-a7f87d2f38ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667111923538,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:40:35.141Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.141Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.141Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59cb6205-b2b3-40b6-bc24-a7f87d2f38ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111928252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-10-30T06:40:35.141Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:40:35.141Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.141Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59cb6205-b2b3-40b6-bc24-a7f87d2f38ad",
  "consumerID": "aai-ml",
  "timestamp": 1667111927510,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:40:35.141Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.141Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.141Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3197799-8551-45fd-91b8-70ce1716767d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667111925698,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:40:35.141Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.142Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.142Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3197799-8551-45fd-91b8-70ce1716767d",
  "consumerID": "cds",
  "timestamp": 1667111926429,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:40:35.142Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.142Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.142Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59cb6205-b2b3-40b6-bc24-a7f87d2f38ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667111923538,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:40:35.142Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.142Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.142Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59cb6205-b2b3-40b6-bc24-a7f87d2f38ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111929391,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-30T06:40:35.142Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:40:35.142Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.142Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59cb6205-b2b3-40b6-bc24-a7f87d2f38ad",
  "consumerID": "aai-ml",
  "timestamp": 1667111927510,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:40:35.142Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.142Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.142Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3197799-8551-45fd-91b8-70ce1716767d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667111925698,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:40:35.142Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.142Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.142Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3197799-8551-45fd-91b8-70ce1716767d",
  "consumerID": "cds",
  "timestamp": 1667111926429,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:40:35.142Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.142Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.142Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59cb6205-b2b3-40b6-bc24-a7f87d2f38ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667111923538,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-30T06:40:35.142Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.142Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.142Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59cb6205-b2b3-40b6-bc24-a7f87d2f38ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111930395,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-10-30T06:40:35.142Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:40:35.142Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.142Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59cb6205-b2b3-40b6-bc24-a7f87d2f38ad",
  "consumerID": "aai-ml",
  "timestamp": 1667111927510,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:40:35.142Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.142Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.142Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3197799-8551-45fd-91b8-70ce1716767d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667111925698,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:40:35.142Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.143Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.143Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3197799-8551-45fd-91b8-70ce1716767d",
  "consumerID": "cds",
  "timestamp": 1667111926429,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:40:35.143Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.143Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.143Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59cb6205-b2b3-40b6-bc24-a7f87d2f38ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667111932286,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-30T06:40:35.143Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:40:35.143Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.143Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59cb6205-b2b3-40b6-bc24-a7f87d2f38ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111931398,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-10-30T06:40:35.143Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:40:35.143Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.143Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59cb6205-b2b3-40b6-bc24-a7f87d2f38ad",
  "consumerID": "aai-ml",
  "timestamp": 1667111927510,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:40:35.143Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.143Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.143Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3197799-8551-45fd-91b8-70ce1716767d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667111925698,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:40:35.143Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.143Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.143Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3197799-8551-45fd-91b8-70ce1716767d",
  "consumerID": "cds",
  "timestamp": 1667111926429,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:40:35.143Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.143Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.143Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59cb6205-b2b3-40b6-bc24-a7f87d2f38ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667111933348,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-30T06:40:35.143Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:40:35.143Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.143Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59cb6205-b2b3-40b6-bc24-a7f87d2f38ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111932402,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-30T06:40:35.143Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:40:35.143Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.144Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59cb6205-b2b3-40b6-bc24-a7f87d2f38ad",
  "consumerID": "aai-ml",
  "timestamp": 1667111927510,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:40:35.144Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.144Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.144Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3197799-8551-45fd-91b8-70ce1716767d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667111925698,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:40:35.144Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.144Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.144Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3197799-8551-45fd-91b8-70ce1716767d",
  "consumerID": "cds",
  "timestamp": 1667111926429,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:40:35.144Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.144Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.144Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59cb6205-b2b3-40b6-bc24-a7f87d2f38ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667111933258,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:40:35.144Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.144Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.144Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59cb6205-b2b3-40b6-bc24-a7f87d2f38ad",
  "consumerID": "aai-ml",
  "timestamp": 1667111927510,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:40:35.144Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.144Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.144Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59cb6205-b2b3-40b6-bc24-a7f87d2f38ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667111934398,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-10-30T06:40:35.144Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:40:35.144Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.144Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3197799-8551-45fd-91b8-70ce1716767d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667111925698,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:40:35.144Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.144Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.144Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3197799-8551-45fd-91b8-70ce1716767d",
  "consumerID": "cds",
  "timestamp": 1667111926429,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:40:35.144Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.144Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.144Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59cb6205-b2b3-40b6-bc24-a7f87d2f38ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667111933258,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:40:35.144Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.144Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.145Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59cb6205-b2b3-40b6-bc24-a7f87d2f38ad",
  "consumerID": "aai-ml",
  "timestamp": 1667111927510,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:40:35.145Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.145Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.145Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59cb6205-b2b3-40b6-bc24-a7f87d2f38ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667111935425,
  "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-10-30T06:40:35.151Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 59cb6205-b2b3-40b6-bc24-a7f87d2f38ad
2022-10-30T06:40:35.152Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 59cb6205-b2b3-40b6-bc24-a7f87d2f38ad 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-10-30T06:40:35.167Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.167Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3197799-8551-45fd-91b8-70ce1716767d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667111925698,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:40:35.167Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.167Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.167Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3197799-8551-45fd-91b8-70ce1716767d",
  "consumerID": "cds",
  "timestamp": 1667111926429,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:40:35.167Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.167Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.167Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59cb6205-b2b3-40b6-bc24-a7f87d2f38ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667111933258,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:40:35.167Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.167Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.167Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59cb6205-b2b3-40b6-bc24-a7f87d2f38ad",
  "consumerID": "aai-ml",
  "timestamp": 1667111927510,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-30T06:40:35.167Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.167Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.167Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59cb6205-b2b3-40b6-bc24-a7f87d2f38ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667111936429,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-30T06:40:35.167Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:40:35.168Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.168Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3197799-8551-45fd-91b8-70ce1716767d",
  "consumerID": "cds",
  "timestamp": 1667111926429,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-30T06:40:35.168Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.168Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.168Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59cb6205-b2b3-40b6-bc24-a7f87d2f38ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667111933258,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:40:35.168Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.168Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.168Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3197799-8551-45fd-91b8-70ce1716767d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667111923538,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:40:35.168Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.168Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.168Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59cb6205-b2b3-40b6-bc24-a7f87d2f38ad",
  "consumerID": "aai-ml",
  "timestamp": 1667111936350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-30T06:40:35.168Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:40:35.168Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.168Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59cb6205-b2b3-40b6-bc24-a7f87d2f38ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667111933258,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:40:35.168Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.168Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.168Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3197799-8551-45fd-91b8-70ce1716767d",
  "consumerID": "cds",
  "timestamp": 1667111937177,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-30T06:40:35.168Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:40:35.168Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.168Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3197799-8551-45fd-91b8-70ce1716767d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667111923538,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-10-30T06:40:35.168Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.168Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.168Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59cb6205-b2b3-40b6-bc24-a7f87d2f38ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667111933258,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:40:35.168Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.168Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.168Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3197799-8551-45fd-91b8-70ce1716767d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667111923538,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-10-30T06:40:35.168Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.168Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.168Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3197799-8551-45fd-91b8-70ce1716767d",
  "consumerID": "cds",
  "timestamp": 1667111938723,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-30T06:40:35.183Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b3197799-8551-45fd-91b8-70ce1716767d
2022-10-30T06:40:35.183Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b3197799-8551-45fd-91b8-70ce1716767d 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-10-30T06:40:35.195Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.196Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59cb6205-b2b3-40b6-bc24-a7f87d2f38ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667111933258,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:40:35.196Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.196Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.196Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3197799-8551-45fd-91b8-70ce1716767d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667111923538,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:40:35.196Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.196Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.196Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59cb6205-b2b3-40b6-bc24-a7f87d2f38ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667111933258,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-30T06:40:35.196Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.196Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.196Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3197799-8551-45fd-91b8-70ce1716767d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667111923538,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-10-30T06:40:35.196Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.196Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.196Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8df0cb8e-68b3-4157-b4e5-a622b5760f98",
  "consumerID": "cds",
  "timestamp": 1667111939728,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:40:35.196Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.196Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.196Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59cb6205-b2b3-40b6-bc24-a7f87d2f38ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667111942016,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-30T06:40:35.196Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:40:35.196Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.196Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3197799-8551-45fd-91b8-70ce1716767d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667111923538,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-10-30T06:40:35.196Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.196Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.196Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8df0cb8e-68b3-4157-b4e5-a622b5760f98",
  "consumerID": "cds",
  "timestamp": 1667111939728,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:40:35.196Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.196Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.196Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3197799-8551-45fd-91b8-70ce1716767d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667111923538,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-10-30T06:40:35.196Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.196Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.196Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8df0cb8e-68b3-4157-b4e5-a622b5760f98",
  "consumerID": "cds",
  "timestamp": 1667111939728,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:40:35.197Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.197Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.197Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3197799-8551-45fd-91b8-70ce1716767d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667111923538,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:40:35.197Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.197Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.197Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8df0cb8e-68b3-4157-b4e5-a622b5760f98",
  "consumerID": "cds",
  "timestamp": 1667111939728,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:40:35.197Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.197Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.197Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59cb6205-b2b3-40b6-bc24-a7f87d2f38ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667111944512,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-30T06:40:35.197Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:40:35.197Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.197Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59cb6205-b2b3-40b6-bc24-a7f87d2f38ad",
  "consumerID": "aai-ml",
  "timestamp": 1667111944023,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-30T06:40:35.197Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:40:35.197Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.197Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3197799-8551-45fd-91b8-70ce1716767d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667111923538,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:40:35.197Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.197Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.197Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8df0cb8e-68b3-4157-b4e5-a622b5760f98",
  "consumerID": "cds",
  "timestamp": 1667111939728,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:40:35.197Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.197Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.197Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59cb6205-b2b3-40b6-bc24-a7f87d2f38ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667111945516,
  "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-10-30T06:40:35.203Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 59cb6205-b2b3-40b6-bc24-a7f87d2f38ad
2022-10-30T06:40:35.204Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 59cb6205-b2b3-40b6-bc24-a7f87d2f38ad 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-10-30T06:40:35.213Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.213Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59cb6205-b2b3-40b6-bc24-a7f87d2f38ad",
  "consumerID": "aai-ml",
  "timestamp": 1667111945029,
  "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-10-30T06:40:35.218Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 59cb6205-b2b3-40b6-bc24-a7f87d2f38ad
2022-10-30T06:40:35.218Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 59cb6205-b2b3-40b6-bc24-a7f87d2f38ad 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-10-30T06:40:35.229Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.230Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3197799-8551-45fd-91b8-70ce1716767d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667111923538,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-30T06:40:35.230Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.230Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.230Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8df0cb8e-68b3-4157-b4e5-a622b5760f98",
  "consumerID": "cds",
  "timestamp": 1667111939728,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:40:35.230Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.230Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.230Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3197799-8551-45fd-91b8-70ce1716767d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667111933258,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:40:35.230Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.230Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.230Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8df0cb8e-68b3-4157-b4e5-a622b5760f98",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667111945698,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:40:35.230Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.230Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.230Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3197799-8551-45fd-91b8-70ce1716767d",
  "consumerID": "aai-ml",
  "timestamp": 1667111927510,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:40:35.230Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.230Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.230Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3197799-8551-45fd-91b8-70ce1716767d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667111947550,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-30T06:40:35.230Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:40:35.230Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.230Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8df0cb8e-68b3-4157-b4e5-a622b5760f98",
  "consumerID": "cds",
  "timestamp": 1667111939728,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:40:35.230Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.230Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.230Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3197799-8551-45fd-91b8-70ce1716767d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667111933258,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:40:35.230Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.230Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.230Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8df0cb8e-68b3-4157-b4e5-a622b5760f98",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667111945698,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:40:35.230Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.230Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.231Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3197799-8551-45fd-91b8-70ce1716767d",
  "consumerID": "aai-ml",
  "timestamp": 1667111927510,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:40:35.231Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.231Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.231Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3197799-8551-45fd-91b8-70ce1716767d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667111948603,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-30T06:40:35.231Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:40:35.231Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.231Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8df0cb8e-68b3-4157-b4e5-a622b5760f98",
  "consumerID": "cds",
  "timestamp": 1667111939728,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:40:35.231Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.231Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.231Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3197799-8551-45fd-91b8-70ce1716767d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667111933258,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:40:35.231Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.231Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.231Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8df0cb8e-68b3-4157-b4e5-a622b5760f98",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667111945698,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:40:35.231Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.231Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.231Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3197799-8551-45fd-91b8-70ce1716767d",
  "consumerID": "aai-ml",
  "timestamp": 1667111927510,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:40:35.231Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.231Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.231Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8df0cb8e-68b3-4157-b4e5-a622b5760f98",
  "consumerID": "cds",
  "timestamp": 1667111939728,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-30T06:40:35.231Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.231Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.231Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3197799-8551-45fd-91b8-70ce1716767d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667111949678,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-10-30T06:40:35.231Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:40:35.231Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.231Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3197799-8551-45fd-91b8-70ce1716767d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667111933258,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:40:35.231Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.231Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.231Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8df0cb8e-68b3-4157-b4e5-a622b5760f98",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667111945698,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:40:35.231Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.231Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.231Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3197799-8551-45fd-91b8-70ce1716767d",
  "consumerID": "aai-ml",
  "timestamp": 1667111927510,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:40:35.231Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.231Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.231Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3197799-8551-45fd-91b8-70ce1716767d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667111950794,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-10-30T06:40:35.231Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:40:35.231Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.231Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8df0cb8e-68b3-4157-b4e5-a622b5760f98",
  "consumerID": "cds",
  "timestamp": 1667111949683,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-30T06:40:35.231Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:40:35.231Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.231Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3197799-8551-45fd-91b8-70ce1716767d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667111933258,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:40:35.231Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.231Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.231Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8df0cb8e-68b3-4157-b4e5-a622b5760f98",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667111945698,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:40:35.231Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.231Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.231Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3197799-8551-45fd-91b8-70ce1716767d",
  "consumerID": "aai-ml",
  "timestamp": 1667111927510,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:40:35.231Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.231Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.231Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3197799-8551-45fd-91b8-70ce1716767d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667111951849,
  "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-10-30T06:40:35.237Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b3197799-8551-45fd-91b8-70ce1716767d
2022-10-30T06:40:35.237Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b3197799-8551-45fd-91b8-70ce1716767d 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-10-30T06:40:35.247Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.247Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3197799-8551-45fd-91b8-70ce1716767d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667111933258,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:40:35.247Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.247Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.247Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8df0cb8e-68b3-4157-b4e5-a622b5760f98",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667111945698,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:40:35.247Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.247Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.247Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8df0cb8e-68b3-4157-b4e5-a622b5760f98",
  "consumerID": "cds",
  "timestamp": 1667111951011,
  "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-10-30T06:40:35.262Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8df0cb8e-68b3-4157-b4e5-a622b5760f98
2022-10-30T06:40:35.262Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8df0cb8e-68b3-4157-b4e5-a622b5760f98 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-10-30T06:40:35.271Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.271Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3197799-8551-45fd-91b8-70ce1716767d",
  "consumerID": "aai-ml",
  "timestamp": 1667111927510,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:40:35.271Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.272Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.272Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3197799-8551-45fd-91b8-70ce1716767d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667111952853,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-30T06:40:35.272Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:40:35.272Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.272Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3197799-8551-45fd-91b8-70ce1716767d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667111933258,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:40:35.272Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.272Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.272Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8df0cb8e-68b3-4157-b4e5-a622b5760f98",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667111945698,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-10-30T06:40:35.272Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.272Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.272Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3197799-8551-45fd-91b8-70ce1716767d",
  "consumerID": "aai-ml",
  "timestamp": 1667111927510,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:40:35.272Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.272Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.272Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3197799-8551-45fd-91b8-70ce1716767d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667111933258,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:40:35.272Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.272Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.272Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8df0cb8e-68b3-4157-b4e5-a622b5760f98",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667111945698,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:40:35.272Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.272Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.272Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3197799-8551-45fd-91b8-70ce1716767d",
  "consumerID": "aai-ml",
  "timestamp": 1667111927510,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:40:35.272Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.272Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.272Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8df0cb8e-68b3-4157-b4e5-a622b5760f98",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667111953857,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:40:35.272Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.272Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.272Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3197799-8551-45fd-91b8-70ce1716767d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667111933258,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:40:35.273Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.273Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.273Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8df0cb8e-68b3-4157-b4e5-a622b5760f98",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667111945698,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:40:35.273Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.273Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.273Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3197799-8551-45fd-91b8-70ce1716767d",
  "consumerID": "aai-ml",
  "timestamp": 1667111927510,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:40:35.273Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.273Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.273Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8df0cb8e-68b3-4157-b4e5-a622b5760f98",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667111953857,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:40:35.273Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.273Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.273Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3197799-8551-45fd-91b8-70ce1716767d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667111933258,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-30T06:40:35.273Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.273Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.273Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3197799-8551-45fd-91b8-70ce1716767d",
  "consumerID": "aai-ml",
  "timestamp": 1667111927510,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-30T06:40:35.273Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.273Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.273Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8df0cb8e-68b3-4157-b4e5-a622b5760f98",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667111955469,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-30T06:40:35.273Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:40:35.273Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.273Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8df0cb8e-68b3-4157-b4e5-a622b5760f98",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667111953857,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:40:35.273Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.273Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.273Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3197799-8551-45fd-91b8-70ce1716767d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667111956658,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-30T06:40:35.274Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:40:35.274Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.274Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8df0cb8e-68b3-4157-b4e5-a622b5760f98",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667111956502,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-10-30T06:40:35.274Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:40:35.274Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.274Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3197799-8551-45fd-91b8-70ce1716767d",
  "consumerID": "aai-ml",
  "timestamp": 1667111956182,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-30T06:40:35.274Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:40:35.274Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.274Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8df0cb8e-68b3-4157-b4e5-a622b5760f98",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667111953857,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:40:35.274Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.274Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.274Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8df0cb8e-68b3-4157-b4e5-a622b5760f98",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667111957505,
  "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-10-30T06:40:35.279Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 8df0cb8e-68b3-4157-b4e5-a622b5760f98
2022-10-30T06:40:35.280Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8df0cb8e-68b3-4157-b4e5-a622b5760f98 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-10-30T06:40:35.289Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.289Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8df0cb8e-68b3-4157-b4e5-a622b5760f98",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667111953857,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:40:35.290Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.290Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.290Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3197799-8551-45fd-91b8-70ce1716767d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667111958988,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-30T06:40:35.290Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:40:35.290Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.290Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8df0cb8e-68b3-4157-b4e5-a622b5760f98",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667111953857,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:40:35.290Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.290Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.290Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3197799-8551-45fd-91b8-70ce1716767d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667111959992,
  "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-10-30T06:40:35.296Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b3197799-8551-45fd-91b8-70ce1716767d
2022-10-30T06:40:35.296Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b3197799-8551-45fd-91b8-70ce1716767d 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-10-30T06:40:35.306Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.306Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8df0cb8e-68b3-4157-b4e5-a622b5760f98",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667111953857,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:40:35.307Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.307Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.307Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8df0cb8e-68b3-4157-b4e5-a622b5760f98",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667111933258,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:40:35.307Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.307Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.307Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8df0cb8e-68b3-4157-b4e5-a622b5760f98",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667111953857,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:40:35.307Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.307Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.307Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8df0cb8e-68b3-4157-b4e5-a622b5760f98",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667111933258,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:40:35.307Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.308Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.308Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8df0cb8e-68b3-4157-b4e5-a622b5760f98",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667111953857,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-30T06:40:35.308Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.308Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.308Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8df0cb8e-68b3-4157-b4e5-a622b5760f98",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667111933258,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:40:35.308Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.308Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.308Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8df0cb8e-68b3-4157-b4e5-a622b5760f98",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667111933258,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:40:35.308Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.308Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.308Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3197799-8551-45fd-91b8-70ce1716767d",
  "consumerID": "aai-ml",
  "timestamp": 1667111964181,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-30T06:40:35.308Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:40:35.308Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.308Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8df0cb8e-68b3-4157-b4e5-a622b5760f98",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667111933258,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:40:35.308Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.308Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.308Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3197799-8551-45fd-91b8-70ce1716767d",
  "consumerID": "aai-ml",
  "timestamp": 1667111965186,
  "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-10-30T06:40:35.314Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b3197799-8551-45fd-91b8-70ce1716767d
2022-10-30T06:40:35.314Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b3197799-8551-45fd-91b8-70ce1716767d 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-10-30T06:40:35.323Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.323Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8df0cb8e-68b3-4157-b4e5-a622b5760f98",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667111933258,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:40:35.323Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.323Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.323Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8df0cb8e-68b3-4157-b4e5-a622b5760f98",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667111933258,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:40:35.323Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.323Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.323Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8df0cb8e-68b3-4157-b4e5-a622b5760f98",
  "consumerID": "aai-ml",
  "timestamp": 1667111966189,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:40:35.324Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.324Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.324Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8df0cb8e-68b3-4157-b4e5-a622b5760f98",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667111933258,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:40:35.324Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.324Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.324Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8df0cb8e-68b3-4157-b4e5-a622b5760f98",
  "consumerID": "aai-ml",
  "timestamp": 1667111966189,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:40:35.324Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.324Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.324Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8df0cb8e-68b3-4157-b4e5-a622b5760f98",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667111933258,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-30T06:40:35.324Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.324Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.324Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8df0cb8e-68b3-4157-b4e5-a622b5760f98",
  "consumerID": "aai-ml",
  "timestamp": 1667111966189,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:40:35.324Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.324Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.324Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8df0cb8e-68b3-4157-b4e5-a622b5760f98",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667111970095,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-30T06:40:35.324Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:40:35.324Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.324Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8df0cb8e-68b3-4157-b4e5-a622b5760f98",
  "consumerID": "aai-ml",
  "timestamp": 1667111966189,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:40:35.324Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.324Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.324Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8df0cb8e-68b3-4157-b4e5-a622b5760f98",
  "consumerID": "aai-ml",
  "timestamp": 1667111966189,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:40:35.324Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.324Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.324Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8df0cb8e-68b3-4157-b4e5-a622b5760f98",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667111971980,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-30T06:40:35.324Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:40:35.324Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.324Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8df0cb8e-68b3-4157-b4e5-a622b5760f98",
  "consumerID": "aai-ml",
  "timestamp": 1667111966189,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:40:35.324Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.325Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.325Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8df0cb8e-68b3-4157-b4e5-a622b5760f98",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667111972985,
  "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-10-30T06:40:35.330Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8df0cb8e-68b3-4157-b4e5-a622b5760f98
2022-10-30T06:40:35.330Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8df0cb8e-68b3-4157-b4e5-a622b5760f98 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-10-30T06:40:35.339Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.339Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8df0cb8e-68b3-4157-b4e5-a622b5760f98",
  "consumerID": "aai-ml",
  "timestamp": 1667111966189,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:40:35.339Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:35.339Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:40:35.339Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8df0cb8e-68b3-4157-b4e5-a622b5760f98",
  "consumerID": "aai-ml",
  "timestamp": 1667111966189,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:40:35.339Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:40:53.471Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 59cb6205-b2b3-40b6-bc24-a7f87d2f38ad
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-30T06:40:53.492Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 59cb6205-b2b3-40b6-bc24-a7f87d2f38ad
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-30T06:40:53.495Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-30T06:40:53.496Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-30T06:40:53.496Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-30T06:40:53.496Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-30T06:40:53.496Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-30T06:40:53.496Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-30T06:40:53.496Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-30T06:40:53.496Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-30T06:40:53.496Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-30T06:40:53.496Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|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-10-30T06:40:53.514Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-30T06:41:23.514Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 59cb6205-b2b3-40b6-bc24-a7f87d2f38ad 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-10-30T06:41:23.520Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 59cb6205-b2b3-40b6-bc24-a7f87d2f38ad and serviceModelVersionId: 9552839c-e3af-4cde-af29-1dab9b3715ed
2022-10-30T06:41:23.520Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fbefd03f-6cce-4ce5-9fcc-c7edc0c63770
2022-10-30T06:41:23.521Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fbefd03f-6cce-4ce5-9fcc-c7edc0c63770/model-vers/model-ver/9552839c-e3af-4cde-af29-1dab9b3715ed?depth=0
2022-10-30T06:41:23.526Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-10-30T06:41:23.558Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|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/fbefd03f-6cce-4ce5-9fcc-c7edc0c63770/model-vers/model-ver/9552839c-e3af-4cde-af29-1dab9b3715ed?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-10-30T06:41:23.560Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fbefd03f-6cce-4ce5-9fcc-c7edc0c63770/model-vers/model-ver/9552839c-e3af-4cde-af29-1dab9b3715ed?depth=0|INFO|500||Invoke
2022-10-30T06:41:23.578Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fbefd03f-6cce-4ce5-9fcc-c7edc0c63770/model-vers/model-ver/9552839c-e3af-4cde-af29-1dab9b3715ed?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-10-30T06:41:23.681Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fbefd03f-6cce-4ce5-9fcc-c7edc0c63770/model-vers/model-ver/9552839c-e3af-4cde-af29-1dab9b3715ed?depth=0|INFO|500||InvokeReturn
2022-10-30T06:41:23.682Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|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/fbefd03f-6cce-4ce5-9fcc-c7edc0c63770/model-vers/model-ver/9552839c-e3af-4cde-af29-1dab9b3715ed?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221030-06:41:23:538-60525], vertex-id=[188664], Content-Length=[0], Date=[Sun, 30 Oct 2022 06:41:23 GMT], Content-Type=[application/json]}
2022-10-30T06:41:23.683Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-10-30T06:41:23.683Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-30T06:41:23.683Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|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-10-30T06:41:23.688Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|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-10-30T06:41:23.688Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 59cb6205-b2b3-40b6-bc24-a7f87d2f38ad and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-30T06:41:23.689Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-30T06:41:23.689Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:41:23.691Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:41:23.691Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "59cb6205-b2b3-40b6-bc24-a7f87d2f38ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667112083689,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-30T06:41:23.796Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-10-30T06:41:23.797Z||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-10-30T06:41:23.797Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:41:23.810Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:41:23.811Z||pool-105-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-30T06:41:24.703Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-30T06:41:24.704Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"b3197799-8551-45fd-91b8-70ce1716767d","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"7d262d87-733f-4969-b529-66920e57c352","serviceDescription":"service","serviceInvariantUUID":"82ce0548-a4e0-46d4-9443-22ae97fe2309","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bd37e1c3-30b8-4ca9-8210-5924c1080e89","resourceInvariantUUID":"5b539e96-c4e9-4ee5-bd17-e6fc6ce39049","resourceCustomizationUUID":"849fdb41-1ccb-4c3e-8efc-46e700c40316","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml","artifactChecksum":"ZTc0NDJjMTIzNzEyMmEzMmJiYzVlNGEwOGM1ZWI4OWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4a178ceb-6b60-426e-8b0b-bedfdf1cfb2c","artifactVersion":"1"},{"artifactName":"basic_cnf_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json","artifactChecksum":"ZTQ2ZTMxZGJiMTBlOWRkYmRiZjFkNTZmZWJlZWZjNDU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a5c253fa-f10e-4905-b47f-9448f6e0ccd7","artifactVersion":"1"},{"artifactName":"base_template_dummy_ignore.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml","artifactChecksum":"ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"152df911-73e7-4920-8d01-723d918140cf","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"Njk1MTM1MjJiZTllY2UyN2I2MWE2NzA1NzAzZWM5YjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8c37d4d0-2e2c-4e9b-b268-9aa4923e533b","artifactVersion":"1"},{"artifactName":"helm_apache.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"436efd51-4750-42ce-b4e3-bcd25f7a87c2","artifactVersion":"2","generatedFromUUID":"b51d4176-6fe3-4d22-86ac-cf535f619e45"},{"artifactName":"base_template_dummy_ignore.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env","artifactChecksum":"MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"eb3cafe8-2f8e-4510-bba7-22f43a2700c4","artifactVersion":"2","generatedFromUUID":"152df911-73e7-4920-8d01-723d918140cf"},{"artifactName":"helm_apache.tgz","artifactType":"HELM","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz","artifactChecksum":"Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"b51d4176-6fe3-4d22-86ac-cf535f619e45","artifactVersion":"1"},{"artifactName":"basic_cnf_cba_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip","artifactChecksum":"OWEzNmRmZDA4MGYyNGFkYTE2M2M0ZmVhMjNhZDVjNmM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"268405ca-3f13-4d6e-9709-5b52193847db","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml","artifactChecksum":"YzhiYjE0ODYyNTMwN2Y4NDA2OWIyMmFjNWU5NDYyYzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cadb7286-491a-45ca-aec4-899d0bbc4014","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"NWMyNjQ4Y2M2YWIwZjM2MzZkNTg0YjkwY2ZmNGNlMzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9992e973-7f6f-4b66-bf7e-bedb0f870cdf","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-30T06:41:24.705Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T06:41:24.705Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:41:24.707Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:41:24.707Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b3197799-8551-45fd-91b8-70ce1716767d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111915065,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:41:24.807Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T06:41:24.808Z||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-10-30T06:41:24.808Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:41:24.821Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:41:24.821Z||pool-106-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-30T06:41:25.707Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T06:41:25.708Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:41:25.710Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:41:25.710Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b3197799-8551-45fd-91b8-70ce1716767d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111915065,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-10-30T06:41:25.811Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-30T06:41:25.812Z||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-10-30T06:41:25.812Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:41:25.824Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:41:25.824Z||pool-107-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-10-30T06:41:26.711Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T06:41:26.712Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:41:26.713Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:41:26.713Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b3197799-8551-45fd-91b8-70ce1716767d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111915065,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-10-30T06:41:26.813Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-30T06:41:26.814Z||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-10-30T06:41:26.814Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:41:26.827Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:41:26.828Z||pool-108-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-10-30T06:41:27.714Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T06:41:27.715Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:41:27.717Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:41:27.718Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b3197799-8551-45fd-91b8-70ce1716767d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111915065,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:41:27.818Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T06:41:27.818Z||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-10-30T06:41:27.819Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:41:27.830Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:41:27.831Z||pool-109-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-30T06:41:28.718Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T06:41:28.719Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:41:28.722Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:41:28.722Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b3197799-8551-45fd-91b8-70ce1716767d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111915065,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-10-30T06:41:28.822Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T06:41:28.823Z||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-10-30T06:41:28.823Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:41:28.834Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:41:28.835Z||pool-110-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-30T06:41:29.723Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T06:41:29.724Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:41:29.726Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:41:29.726Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b3197799-8551-45fd-91b8-70ce1716767d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111915065,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-10-30T06:41:29.826Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T06:41:29.827Z||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-10-30T06:41:29.827Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:41:29.846Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:41:29.846Z||pool-111-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-10-30T06:41:30.727Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T06:41:30.728Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:41:30.730Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:41:30.731Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b3197799-8551-45fd-91b8-70ce1716767d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111915065,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-10-30T06:41:30.830Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-30T06:41:30.831Z||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-10-30T06:41:30.832Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:41:30.841Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:41:30.842Z||pool-112-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-30T06:41:31.731Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T06:41:31.733Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:41:31.735Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:41:31.735Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b3197799-8551-45fd-91b8-70ce1716767d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111915065,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:41:31.835Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T06:41:31.837Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-30T06:41:31.837Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:41:31.849Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:41:31.850Z||pool-113-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-30T06:41:32.735Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T06:41:32.736Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:41:32.738Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:41:32.738Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b3197799-8551-45fd-91b8-70ce1716767d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111915065,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:41:32.839Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-30T06:41:32.840Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-30T06:41:32.840Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:41:32.852Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:41:32.852Z||pool-114-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-30T06:41:33.739Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T06:41:33.739Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:41:33.741Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:41:33.741Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b3197799-8551-45fd-91b8-70ce1716767d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111915065,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-30T06:41:33.841Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T06:41:33.842Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-30T06:41:33.842Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:41:33.852Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:41:33.853Z||pool-115-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-10-30T06:41:34.742Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "b3197799-8551-45fd-91b8-70ce1716767d",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "7d262d87-733f-4969-b529-66920e57c352",
  "serviceDescription": "service",
  "serviceInvariantUUID": "82ce0548-a4e0-46d4-9443-22ae97fe2309",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "849fdb41-1ccb-4c3e-8efc-46e700c40316",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "bd37e1c3-30b8-4ca9-8210-5924c1080e89",
      "resourceInvariantUUID": "5b539e96-c4e9-4ee5-bd17-e6fc6ce39049",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_cnf_macro0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
          "artifactChecksum": "ZTQ2ZTMxZGJiMTBlOWRkYmRiZjFkNTZmZWJlZWZjNDU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a5c253fa-f10e-4905-b47f-9448f6e0ccd7",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_template_dummy_ignore.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
          "artifactChecksum": "ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "152df911-73e7-4920-8d01-723d918140cf",
          "generatedArtifact": {
            "artifactName": "base_template_dummy_ignore.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
            "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "eb3cafe8-2f8e-4510-bba7-22f43a2700c4",
            "generatedFromUUID": "152df911-73e7-4920-8d01-723d918140cf"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "helm_apache.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
          "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "436efd51-4750-42ce-b4e3-bcd25f7a87c2",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_template_dummy_ignore.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
          "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "eb3cafe8-2f8e-4510-bba7-22f43a2700c4",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "helm_apache.tgz",
          "artifactType": "HELM",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
          "artifactChecksum": "Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "b51d4176-6fe3-4d22-86ac-cf535f619e45",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "NWMyNjQ4Y2M2YWIwZjM2MzZkNTg0YjkwY2ZmNGNlMzY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9992e973-7f6f-4b66-bf7e-bedb0f870cdf"
    }
  ],
  "workloadContext": "Production"
}
2022-10-30T06:41:34.743Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-30T06:41:34.743Z|59cb6205-b2b3-40b6-bc24-a7f87d2f38ad|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 7d262d87-733f-4969-b529-66920e57c352 ASDC
2022-10-30T06:41:34.744Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:b3197799-8551-45fd-91b8-70ce1716767d
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:7d262d87-733f-4969-b529-66920e57c352
ServiceInvariantUUID:82ce0548-a4e0-46d4-9443-22ae97fe2309
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicCnfMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
ArtifactUUID:9992e973-7f6f-4b66-bf7e-bedb0f870cdf
ArtifactChecksum:NWMyNjQ4Y2M2YWIwZjM2MzZkNTg0YjkwY2ZmNGNlMzY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:849fdb41-1ccb-4c3e-8efc-46e700c40316
ResourceInvariantUUID:5b539e96-c4e9-4ee5-bd17-e6fc6ce39049
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:bd37e1c3-30b8-4ca9-8210-5924c1080e89
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_cnf_macro0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
ArtifactUUID:a5c253fa-f10e-4905-b47f-9448f6e0ccd7
ArtifactChecksum:ZTQ2ZTMxZGJiMTBlOWRkYmRiZjFkNTZmZWJlZWZjNDU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
ArtifactUUID:152df911-73e7-4920-8d01-723d918140cf
ArtifactChecksum:ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
ArtifactUUID:eb3cafe8-2f8e-4510-bba7-22f43a2700c4
ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:helm_apache.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
ArtifactUUID:436efd51-4750-42ce-b4e3-bcd25f7a87c2
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
ArtifactUUID:eb3cafe8-2f8e-4510-bba7-22f43a2700c4
ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:helm_apache.tgz
ArtifactVersion:1
ArtifactType:HELM
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
ArtifactUUID:b51d4176-6fe3-4d22-86ac-cf535f619e45
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-10-30T06:41:34.744Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7d262d87-733f-4969-b529-66920e57c352 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-10-30T06:41:34.777Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-30T06:41:34.778Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-10-30T06:41:34.778Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-10-30T06:41:34.778Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 9992e973-7f6f-4b66-bf7e-bedb0f870cdf from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-10-30T06:41:34.778Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-10-30T06:41:34.778Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-10-30T06:41:34.954Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-10-30T06:41:34.960Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 9992e973-7f6f-4b66-bf7e-bedb0f870cdf 162978
2022-10-30T06:41:34.961Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-10-30T06:41:34.961Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-10-30T06:41:34.961Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-30T06:41:34.961Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:41:34.970Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:41:34.970Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b3197799-8551-45fd-91b8-70ce1716767d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667112094961,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-30T06:41:35.063Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-10-30T06:41:35.064Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-30T06:41:35.064Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:41:35.068Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:41:35.068Z||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-10-30T06:41:35.068Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:41:35.086Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:41:35.086Z||pool-116-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-10-30T06:41:35.106Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:41:35.106Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T06:41:35.107Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8df0cb8e-68b3-4157-b4e5-a622b5760f98",
  "consumerID": "aai-ml",
  "timestamp": 1667111966189,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-30T06:41:35.107Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:41:35.970Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-30T06:41:35.972Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-10-30T06:41:35.972Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 9992e973-7f6f-4b66-bf7e-bedb0f870cdf, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-10-30T06:41:35.973Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-10-30T06:41:35.974Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-10-30T06:41:35.974Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-10-30T06:41:36.094Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18153056314291248890/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2022-10-30T06:41:36.962Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-30T06:41:36.963Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-10-30T06:41:36.963Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-10-30T06:41:36.963Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-10-30T06:41:36.963Z|b3197799-8551-45fd-91b8-70ce1716767d|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-BasicCnfMacro-csar.csar
2022-10-30T06:41:36.963Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-10-30T06:41:36.963Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-10-30T06:41:36.963Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-10-30T06:41:36.963Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-10-30T06:41:36.963Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:41:36.963Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:41:36.963Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-30T06:41:36.964Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-10-30T06:41:36.964Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-30T06:41:36.964Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:41:36.964Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:41:36.964Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-30T06:41:36.964Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-10-30T06:41:36.964Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-30T06:41:36.964Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:41:36.964Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:41:36.964Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:41:36.964Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-10-30T06:41:36.965Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-10-30T06:41:36.965Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-10-30T06:41:36.965Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-30T06:41:36.965Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:41:36.965Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-30T06:41:36.965Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:41:36.965Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-30T06:41:36.965Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-30T06:41:36.965Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:41:36.966Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-30T06:41:36.966Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-30T06:41:36.966Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:41:36.966Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-30T06:41:36.966Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-30T06:41:36.966Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:41:36.966Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-30T06:41:36.966Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-30T06:41:36.967Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:41:36.967Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-10-30T06:41:36.967Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-10-30T06:41:36.967Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=6ac22cd6-9f96-4afd-b5ff-f635c8f1b61d
2022-10-30T06:41:36.967Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:41:36.967Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:41:36.967Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:41:36.967Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:41:36.967Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:41:36.967Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:41:36.967Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:41:36.967Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:41:36.967Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:7d262d87-733f-4969-b529-66920e57c352
Model Version:NULL
Model InvariantUuid:82ce0548-a4e0-46d4-9443-22ae97fe2309
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:e9edf51a-e6e1-48eb-b38d-3c71bd9910c2
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:5b539e96-c4e9-4ee5-bd17-e6fc6ce39049
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:849fdb41-1ccb-4c3e-8efc-46e700c40316
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2d6f2828-2ae5-4b5e-8507-fb01e111b2ce
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:709e7448-762c-42aa-8354-e583716f296b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:b43c28cb-8816-4db3-b379-9de18ee2c959
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:c347eb4d-339d-4615-81a6-d3a7aeeef1dd
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:6ac22cd6-9f96-4afd-b5ff-f635c8f1b61d
ModelInvariantUuid:27992828-c07f-4f0c-ad3e-6191f8b347eb
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:4689be6e-c2ff-4262-b709-0f82e96442c6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:932efae2-45e6-4399-b493-db1dc0601ad4
ModelInvariantUuid:6f7bf1ff-3357-45ca-8ed8-22eadec0cf0c
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:1b337e35-9a94-4186-8033-38fe04d1daef
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-10-30T06:41:36.977Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: bd37e1c3-30b8-4ca9-8210-5924c1080e89
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-10-30T06:41:36.980Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||INFO|500||basic_cnf_macro 0
2022-10-30T06:41:36.980Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: bd37e1c3-30b8-4ca9-8210-5924c1080e89
2022-10-30T06:41:36.981Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: a5c253fa-f10e-4905-b47f-9448f6e0ccd7 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-10-30T06:41:36.981Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-10-30T06:41:36.981Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-10-30T06:41:37.065Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-10-30T06:41:37.065Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json a5c253fa-f10e-4905-b47f-9448f6e0ccd7 1565
2022-10-30T06:41:37.065Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-10-30T06:41:37.065Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-10-30T06:41:37.066Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-30T06:41:37.066Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:41:37.067Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:41:37.067Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b3197799-8551-45fd-91b8-70ce1716767d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667112097065,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-30T06:41:37.167Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T06:41:37.168Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-30T06:41:37.169Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:41:37.183Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:41:37.184Z||pool-117-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-30T06:41:38.069Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "b43c28cb-8816-4db3-b379-9de18ee2c959",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c347eb4d-339d-4615-81a6-d3a7aeeef1dd",
    "vfModuleModelCustomizationUUID": "cecb622a-0d25-4808-847c-df80e40c24e9",
    "isBase": true,
    "artifacts": [
      "152df911-73e7-4920-8d01-723d918140cf",
      "eb3cafe8-2f8e-4510-bba7-22f43a2700c4"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_template_dummy_ignore",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  },
  {
    "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1",
    "vfModuleModelInvariantUUID": "2d6f2828-2ae5-4b5e-8507-fb01e111b2ce",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "709e7448-762c-42aa-8354-e583716f296b",
    "vfModuleModelCustomizationUUID": "90f83a59-ea0e-4f16-8fda-98076d185dab",
    "isBase": false,
    "artifacts": [
      "b51d4176-6fe3-4d22-86ac-cf535f619e45"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-10-30T06:41:38.080Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c347eb4d-339d-4615-81a6-d3a7aeeef1dd
VfModuleModelInvariantUUID:b43c28cb-8816-4db3-b379-9de18ee2c959
VfModuleModelDescription:NULL
Artifacts UUID List:{
152df911-73e7-4920-8d01-723d918140cf
,
eb3cafe8-2f8e-4510-bba7-22f43a2700c4

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

isBase:true

,
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..helm_apache..module-1
VfModuleModelVersion:1
VfModuleModelUUID:709e7448-762c-42aa-8354-e583716f296b
VfModuleModelInvariantUUID:2d6f2828-2ae5-4b5e-8507-fb01e111b2ce
VfModuleModelDescription:NULL
Artifacts UUID List:{
b51d4176-6fe3-4d22-86ac-cf535f619e45

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

isBase:false


}

2022-10-30T06:41:38.083Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "b43c28cb-8816-4db3-b379-9de18ee2c959",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c347eb4d-339d-4615-81a6-d3a7aeeef1dd",
    "vfModuleModelCustomizationUUID": "cecb622a-0d25-4808-847c-df80e40c24e9",
    "isBase": true,
    "artifacts": [
      "152df911-73e7-4920-8d01-723d918140cf",
      "eb3cafe8-2f8e-4510-bba7-22f43a2700c4"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_template_dummy_ignore",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  },
  {
    "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1",
    "vfModuleModelInvariantUUID": "2d6f2828-2ae5-4b5e-8507-fb01e111b2ce",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "709e7448-762c-42aa-8354-e583716f296b",
    "vfModuleModelCustomizationUUID": "90f83a59-ea0e-4f16-8fda-98076d185dab",
    "isBase": false,
    "artifacts": [
      "b51d4176-6fe3-4d22-86ac-cf535f619e45"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-10-30T06:41:38.083Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c347eb4d-339d-4615-81a6-d3a7aeeef1dd
VfModuleModelInvariantUUID:b43c28cb-8816-4db3-b379-9de18ee2c959
VfModuleModelDescription:NULL
Artifacts UUID List:{
152df911-73e7-4920-8d01-723d918140cf
,
eb3cafe8-2f8e-4510-bba7-22f43a2700c4

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

isBase:true

,
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..helm_apache..module-1
VfModuleModelVersion:1
VfModuleModelUUID:709e7448-762c-42aa-8354-e583716f296b
VfModuleModelInvariantUUID:2d6f2828-2ae5-4b5e-8507-fb01e111b2ce
VfModuleModelDescription:NULL
Artifacts UUID List:{
b51d4176-6fe3-4d22-86ac-cf535f619e45

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

isBase:false


}

2022-10-30T06:41:38.084Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 152df911-73e7-4920-8d01-723d918140cf from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-10-30T06:41:38.084Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-10-30T06:41:38.084Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-10-30T06:41:38.140Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-10-30T06:41:38.141Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 152df911-73e7-4920-8d01-723d918140cf 914
2022-10-30T06:41:38.141Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-10-30T06:41:38.141Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-10-30T06:41:38.141Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-30T06:41:38.141Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:41:38.143Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:41:38.143Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b3197799-8551-45fd-91b8-70ce1716767d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667112098141,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-30T06:41:38.243Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T06:41:38.244Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-30T06:41:38.244Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:41:38.257Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:41:38.257Z||pool-118-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-30T06:41:39.143Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 436efd51-4750-42ce-b4e3-bcd25f7a87c2 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-10-30T06:41:39.144Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-10-30T06:41:39.144Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-10-30T06:41:39.202Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-10-30T06:41:39.202Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 436efd51-4750-42ce-b4e3-bcd25f7a87c2 12
2022-10-30T06:41:39.203Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-10-30T06:41:39.203Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-10-30T06:41:39.203Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-30T06:41:39.203Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:41:39.205Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:41:39.205Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b3197799-8551-45fd-91b8-70ce1716767d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667112099203,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-10-30T06:41:39.305Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T06:41:39.306Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-30T06:41:39.306Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:41:39.317Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:41:39.317Z||pool-119-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-10-30T06:41:40.205Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: eb3cafe8-2f8e-4510-bba7-22f43a2700c4 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-10-30T06:41:40.206Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-10-30T06:41:40.206Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-10-30T06:41:40.249Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-10-30T06:41:40.250Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env eb3cafe8-2f8e-4510-bba7-22f43a2700c4 96
2022-10-30T06:41:40.250Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-10-30T06:41:40.250Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-10-30T06:41:40.250Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-30T06:41:40.250Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:41:40.253Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:41:40.253Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b3197799-8551-45fd-91b8-70ce1716767d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667112100250,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-10-30T06:41:40.352Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-30T06:41:40.353Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-30T06:41:40.353Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:41:40.365Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:41:40.365Z||pool-120-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-30T06:41:41.254Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: b51d4176-6fe3-4d22-86ac-cf535f619e45 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-10-30T06:41:41.254Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-10-30T06:41:41.254Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-10-30T06:41:41.304Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-10-30T06:41:41.305Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz b51d4176-6fe3-4d22-86ac-cf535f619e45 20206
2022-10-30T06:41:41.305Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-10-30T06:41:41.305Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-10-30T06:41:41.305Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-30T06:41:41.306Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:41:41.307Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:41:41.308Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b3197799-8551-45fd-91b8-70ce1716767d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667112101305,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-10-30T06:41:41.407Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-30T06:41:41.408Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-30T06:41:41.409Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:41:41.423Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:41:41.423Z||pool-121-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-10-30T06:41:42.310Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 7d262d87-733f-4969-b529-66920e57c352
2022-10-30T06:41:42.310Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 bd37e1c3-30b8-4ca9-8210-5924c1080e89 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-30T06:41:42.321Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@569ba61, org.onap.sdc.toscaparser.api.parameters.Input@32e254a, org.onap.sdc.toscaparser.api.parameters.Input@65a01a60, org.onap.sdc.toscaparser.api.parameters.Input@7f0f86df, org.onap.sdc.toscaparser.api.parameters.Input@37fd91ed]
2022-10-30T06:41:42.322Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:41:42.322Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:41:42.322Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-10-30T06:41:42.323Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 849fdb41-1ccb-4c3e-8efc-46e700c40316
2022-10-30T06:41:42.323Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 849fdb41-1ccb-4c3e-8efc-46e700c40316 matches Tosca VF Customization UUID: 849fdb41-1ccb-4c3e-8efc-46e700c40316
2022-10-30T06:41:42.323Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 849fdb41-1ccb-4c3e-8efc-46e700c40316  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-10-30T06:41:42.325Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:41:42.325Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:41:42.326Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 849fdb41-1ccb-4c3e-8efc-46e700c40316: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"APACHE\"}
2022-10-30T06:41:42.326Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2327d454
2022-10-30T06:41:42.326Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:41:42.326Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-30T06:41:42.326Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 90f83a59-ea0e-4f16-8fda-98076d185dab
2022-10-30T06:41:42.327Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 90f83a59-ea0e-4f16-8fda-98076d185dab
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-10-30T06:41:42.329Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:41:42.329Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-30T06:41:42.330Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-30T06:41:42.330Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:41:42.330Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-30T06:41:42.330Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-30T06:41:42.330Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:41:42.331Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-30T06:41:42.331Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=849fdb41-1ccb-4c3e-8efc-46e700c40316
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-10-30T06:41:42.333Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:41:42.333Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:41:42.334Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 7d262d87-733f-4969-b529-66920e57c352: basic_cnf_macro
2022-10-30T06:41:42.334Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:41:42.334Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:41:42.334Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:41:42.334Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:41:42.334Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:41:42.334Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:41:42.334Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:41:42.334Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:41:42.334Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:41:42.334Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:41:42.334Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||INFO|500||Saving Service: basic_cnf_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-30T06:41:42.366Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro bd37e1c3-30b8-4ca9-8210-5924c1080e89 2 ASDC deployResourceStructure
2022-10-30T06:41:42.367Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-10-30T06:41:42.367Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-10-30T06:41:42.367Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-30T06:41:42.367Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:41:42.369Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:41:42.369Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b3197799-8551-45fd-91b8-70ce1716767d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667112102367,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-30T06:41:42.469Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T06:41:42.470Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-30T06:41:42.470Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:41:42.482Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:41:42.482Z||pool-122-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-30T06:41:43.370Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-10-30T06:41:43.370Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-10-30T06:41:43.370Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-30T06:41:43.370Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:41:43.372Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:41:43.372Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b3197799-8551-45fd-91b8-70ce1716767d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667112103370,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-10-30T06:41:43.472Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T06:41:43.473Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-30T06:41:43.473Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:41:43.486Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:41:43.486Z||pool-123-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-30T06:41:44.373Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-10-30T06:41:44.373Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource)
2022-10-30T06:41:44.373Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-10-30T06:41:44.374Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:41:44.375Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:41:44.376Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b3197799-8551-45fd-91b8-70ce1716767d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667112104373,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-10-30T06:41:44.478Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-30T06:41:44.478Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-30T06:41:44.479Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:41:44.497Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:41:44.497Z||pool-124-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-10-30T06:41:45.377Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-10-30T06:41:45.377Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-10-30T06:41:45.377Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-30T06:41:45.377Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:41:45.379Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:41:45.379Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b3197799-8551-45fd-91b8-70ce1716767d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667112105377,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-10-30T06:41:45.479Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T06:41:45.480Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-30T06:41:45.480Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:41:45.493Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:41:45.493Z||pool-125-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-30T06:41:46.380Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-10-30T06:41:46.380Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource)
2022-10-30T06:41:46.381Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-10-30T06:41:46.381Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:41:46.383Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:41:46.383Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b3197799-8551-45fd-91b8-70ce1716767d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667112106380,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-10-30T06:41:46.484Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-30T06:41:46.484Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-30T06:41:46.485Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:41:46.497Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:41:46.498Z||pool-126-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-30T06:41:47.383Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-10-30T06:41:47.383Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-10-30T06:41:47.384Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-30T06:41:47.384Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:41:47.386Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:41:47.386Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b3197799-8551-45fd-91b8-70ce1716767d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667112107383,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-30T06:41:47.486Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-30T06:41:47.486Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-30T06:41:47.486Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:41:47.499Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:41:47.500Z||pool-127-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-30T06:41:48.386Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b3197799-8551-45fd-91b8-70ce1716767d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-30T06:41:48.399Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b3197799-8551-45fd-91b8-70ce1716767d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-30T06:41:48.403Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-30T06:41:48.403Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-30T06:41:48.403Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-30T06:41:48.403Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-30T06:41:48.403Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-30T06:41:48.403Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-30T06:41:48.403Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-30T06:41:48.403Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-30T06:41:48.403Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-30T06:41:48.403Z|b3197799-8551-45fd-91b8-70ce1716767d|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-10-30T06:41:48.409Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-30T06:42:18.410Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b3197799-8551-45fd-91b8-70ce1716767d 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-10-30T06:42:18.415Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b3197799-8551-45fd-91b8-70ce1716767d and serviceModelVersionId: 7d262d87-733f-4969-b529-66920e57c352
2022-10-30T06:42:18.416Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 82ce0548-a4e0-46d4-9443-22ae97fe2309
2022-10-30T06:42:18.416Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/82ce0548-a4e0-46d4-9443-22ae97fe2309/model-vers/model-ver/7d262d87-733f-4969-b529-66920e57c352?depth=0
2022-10-30T06:42:18.419Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-10-30T06:42:18.462Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/82ce0548-a4e0-46d4-9443-22ae97fe2309/model-vers/model-ver/7d262d87-733f-4969-b529-66920e57c352?depth=0|INFO|500||Invoke
2022-10-30T06:42:18.462Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/82ce0548-a4e0-46d4-9443-22ae97fe2309/model-vers/model-ver/7d262d87-733f-4969-b529-66920e57c352?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/82ce0548-a4e0-46d4-9443-22ae97fe2309/model-vers/model-ver/7d262d87-733f-4969-b529-66920e57c352?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b3197799-8551-45fd-91b8-70ce1716767d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e0eb8f5b-18b2-4670-b198-a6a70a11c986], X-ECOMP-RequestID=[b3197799-8551-45fd-91b8-70ce1716767d], X-TransactionId=[], X-ONAP-RequestID=[b3197799-8551-45fd-91b8-70ce1716767d], Content-Type=[application/merge-patch+json]}
2022-10-30T06:42:18.482Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/82ce0548-a4e0-46d4-9443-22ae97fe2309/model-vers/model-ver/7d262d87-733f-4969-b529-66920e57c352?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-10-30T06:42:18.571Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/82ce0548-a4e0-46d4-9443-22ae97fe2309/model-vers/model-ver/7d262d87-733f-4969-b529-66920e57c352?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/82ce0548-a4e0-46d4-9443-22ae97fe2309/model-vers/model-ver/7d262d87-733f-4969-b529-66920e57c352?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221030-06:42:18:441-88085], vertex-id=[499856], Content-Length=[0], Date=[Sun, 30 Oct 2022 06:42:18 GMT], Content-Type=[application/json]}
2022-10-30T06:42:18.571Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/82ce0548-a4e0-46d4-9443-22ae97fe2309/model-vers/model-ver/7d262d87-733f-4969-b529-66920e57c352?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-10-30T06:42:18.571Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/82ce0548-a4e0-46d4-9443-22ae97fe2309/model-vers/model-ver/7d262d87-733f-4969-b529-66920e57c352?depth=0|INFO|500||InvokeReturn
2022-10-30T06:42:18.572Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-30T06:42:18.572Z|b3197799-8551-45fd-91b8-70ce1716767d|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-10-30T06:42:18.576Z|b3197799-8551-45fd-91b8-70ce1716767d|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-10-30T06:42:18.577Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b3197799-8551-45fd-91b8-70ce1716767d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-30T06:42:18.577Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-30T06:42:18.577Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:42:18.578Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:42:18.578Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b3197799-8551-45fd-91b8-70ce1716767d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667112138577,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-30T06:42:18.678Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-30T06:42:18.679Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-30T06:42:18.679Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:42:18.693Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:42:18.694Z||pool-128-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-30T06:42:19.591Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:42:19.591Z|b3197799-8551-45fd-91b8-70ce1716767d|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-10-30T06:42:19.592Z|b3197799-8551-45fd-91b8-70ce1716767d|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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:42:24.047Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:42:24.048Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-30T06:42:24.048Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"8df0cb8e-68b3-4157-b4e5-a622b5760f98","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"5756a52a-c64b-4829-92c3-042b970c88ef","serviceDescription":"service","serviceInvariantUUID":"e1f4b52e-0448-416c-94e1-4cad81822f02","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"1d1213e4-f419-4c2e-9e22-d457a1b43b29","resourceInvariantUUID":"92969fd1-5fc1-41b3-86d4-fd84a23289a8","resourceCustomizationUUID":"6f979d90-08ff-4ddd-b4af-5fb444d57b17","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":"YTRmMjM2MDRmOTQ1NGRmYTViOTA5YzU0OTBmNWMwZGM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e290d85d-b0bf-4888-82c5-ba833fc0edcc","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":"58d28a53-2d9c-4743-857d-97bd4b29f5cf","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":"fe8322a1-916b-464a-ae93-5ed21d759844","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":"MzdiMDRkMDBjZTE3OTgzM2FlZTQzMzM2MDdkZWNiYmM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"e14bc7d6-c735-4605-abc6-108b5699b1cc","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":"c6bb5dab-0e4e-4b29-9a51-ce9f760f395a","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":"d57e9ee5-2da1-43da-87f0-b93f3bcf90bd","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":"5496c5a0-a167-4e5a-b1ee-f758f33078d7","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":"MjdhYjZkYmYyMmZjNzNhMTM1NDQ3YmNhNDJhYTQxYWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8266ae6a-ce71-46d3-8a85-7338907f7b16","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ODliNDEwNWJhYzU0Nzk0YTc4MTRjZDNiMGFlYWNlMDU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ee1de5d7-ab00-4755-b945-f169981bed67","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-30T06:42:24.049Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T06:42:24.050Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:42:24.052Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:42:24.052Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8df0cb8e-68b3-4157-b4e5-a622b5760f98",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667112139591,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:42:24.151Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-30T06:42:24.152Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-30T06:42:24.153Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:42:24.164Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:42:24.165Z||pool-129-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-30T06:42:25.052Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T06:42:25.053Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:42:25.074Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:42:25.074Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8df0cb8e-68b3-4157-b4e5-a622b5760f98",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667112139591,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:42:25.154Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 80 ms
2022-10-30T06:42:25.155Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-30T06:42:25.155Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:42:25.166Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:42:25.166Z||pool-130-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-10-30T06:42:26.074Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T06:42:26.075Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:42:26.076Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:42:26.077Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8df0cb8e-68b3-4157-b4e5-a622b5760f98",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667112139591,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:42:26.176Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-30T06:42:26.177Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-30T06:42:26.177Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:42:26.188Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:42:26.188Z||pool-131-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-10-30T06:42:27.077Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T06:42:27.077Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:42:27.079Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:42:27.079Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8df0cb8e-68b3-4157-b4e5-a622b5760f98",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667112139591,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:42:27.179Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T06:42:27.180Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-30T06:42:27.180Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:42:27.192Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:42:27.193Z||pool-132-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-10-30T06:42:28.080Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T06:42:28.080Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:42:28.082Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:42:28.082Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8df0cb8e-68b3-4157-b4e5-a622b5760f98",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667112139591,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:42:28.182Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-30T06:42:28.183Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-30T06:42:28.183Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:42:28.195Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:42:28.196Z||pool-133-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-10-30T06:42:29.083Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T06:42:29.083Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:42:29.085Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:42:29.086Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8df0cb8e-68b3-4157-b4e5-a622b5760f98",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667112139591,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:42:29.185Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-30T06:42:29.186Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-30T06:42:29.186Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:42:29.197Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:42:29.198Z||pool-134-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-30T06:42:30.088Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T06:42:30.088Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:42:30.090Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:42:30.090Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8df0cb8e-68b3-4157-b4e5-a622b5760f98",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667112139591,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:42:30.190Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T06:42:30.191Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-30T06:42:30.191Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:42:30.201Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:42:30.202Z||pool-135-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-30T06:42:31.090Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T06:42:31.091Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:42:31.093Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:42:31.093Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8df0cb8e-68b3-4157-b4e5-a622b5760f98",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667112139591,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:42:31.193Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T06:42:31.194Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-30T06:42:31.194Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:42:31.206Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:42:31.207Z||pool-136-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-30T06:42:32.094Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T06:42:32.094Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:42:32.096Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:42:32.096Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8df0cb8e-68b3-4157-b4e5-a622b5760f98",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667112139591,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-30T06:42:32.196Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T06:42:32.197Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-30T06:42:32.197Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:42:32.210Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:42:32.210Z||pool-137-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-10-30T06:42:33.097Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "8df0cb8e-68b3-4157-b4e5-a622b5760f98",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "5756a52a-c64b-4829-92c3-042b970c88ef",
  "serviceDescription": "service",
  "serviceInvariantUUID": "e1f4b52e-0448-416c-94e1-4cad81822f02",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "6f979d90-08ff-4ddd-b4af-5fb444d57b17",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "1d1213e4-f419-4c2e-9e22-d457a1b43b29",
      "resourceInvariantUUID": "92969fd1-5fc1-41b3-86d4-fd84a23289a8",
      "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": "ODliNDEwNWJhYzU0Nzk0YTc4MTRjZDNiMGFlYWNlMDU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ee1de5d7-ab00-4755-b945-f169981bed67"
    }
  ],
  "workloadContext": "Production"
}
2022-10-30T06:42:33.097Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-30T06:42:33.097Z|b3197799-8551-45fd-91b8-70ce1716767d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 5756a52a-c64b-4829-92c3-042b970c88ef ASDC
2022-10-30T06:42:33.097Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:8df0cb8e-68b3-4157-b4e5-a622b5760f98
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:5756a52a-c64b-4829-92c3-042b970c88ef
ServiceInvariantUUID:e1f4b52e-0448-416c-94e1-4cad81822f02
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:ee1de5d7-ab00-4755-b945-f169981bed67
ArtifactChecksum:ODliNDEwNWJhYzU0Nzk0YTc4MTRjZDNiMGFlYWNlMDU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:6f979d90-08ff-4ddd-b4af-5fb444d57b17
ResourceInvariantUUID:92969fd1-5fc1-41b3-86d4-fd84a23289a8
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:1d1213e4-f419-4c2e-9e22-d457a1b43b29
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-10-30T06:42:33.098Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5756a52a-c64b-4829-92c3-042b970c88ef 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-10-30T06:42:33.121Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-30T06:42:33.121Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-10-30T06:42:33.122Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-10-30T06:42:33.122Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ee1de5d7-ab00-4755-b945-f169981bed67 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-10-30T06:42:33.122Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-10-30T06:42:33.122Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-10-30T06:42:33.246Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-10-30T06:42:33.249Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ee1de5d7-ab00-4755-b945-f169981bed67 110863
2022-10-30T06:42:33.250Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-10-30T06:42:33.250Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-10-30T06:42:33.250Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-30T06:42:33.250Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:42:33.251Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:42:33.251Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8df0cb8e-68b3-4157-b4e5-a622b5760f98",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667112153250,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-30T06:42:33.351Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T06:42:33.352Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-30T06:42:33.352Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:42:33.367Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:42:33.367Z||pool-138-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-30T06:42:34.252Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-30T06:42:34.253Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-10-30T06:42:34.253Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: ee1de5d7-ab00-4755-b945-f169981bed67, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-10-30T06:42:34.253Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-10-30T06:42:34.253Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-10-30T06:42:34.253Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-10-30T06:42:34.319Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP681470238568715369/Definitions/service-TestPnfMacro-template.yml
2022-10-30T06:42:34.889Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-30T06:42:34.890Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-10-30T06:42:34.890Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-10-30T06:42:34.890Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-10-30T06:42:34.890Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-10-30T06:42:34.890Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-10-30T06:42:34.890Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|pool-2-thread-9|||||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-10-30T06:42:34.890Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-10-30T06:42:34.890Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|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-TestPnfMacro-csar.csar
2022-10-30T06:42:34.890Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|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-TestPnfMacro-csar.csar
2022-10-30T06:42:34.890Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|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-TestPnfMacro-csar.csar
2022-10-30T06:42:34.890Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-10-30T06:42:34.890Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:42:34.891Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:42:34.891Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-10-30T06:42:34.891Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-10-30T06:42:34.891Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-30T06:42:34.892Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:42:34.892Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:42:34.892Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-10-30T06:42:34.892Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-10-30T06:42:34.892Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-30T06:42:34.892Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:42:34.892Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:42:34.892Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:42:34.892Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:42:34.892Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:42:34.892Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:42:34.892Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:42:34.892Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:42:34.892Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:42:34.893Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:42:34.893Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:5756a52a-c64b-4829-92c3-042b970c88ef
Model Version:NULL
Model InvariantUuid:e1f4b52e-0448-416c-94e1-4cad81822f02
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-10-30T06:42:34.899Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 1d1213e4-f419-4c2e-9e22-d457a1b43b29
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-10-30T06:42:34.903Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|pool-2-thread-9|||||INFO|500||test-pnf 0
2022-10-30T06:42:34.903Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 1d1213e4-f419-4c2e-9e22-d457a1b43b29
2022-10-30T06:42:34.903Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 5756a52a-c64b-4829-92c3-042b970c88ef
2022-10-30T06:42:34.903Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 5756a52a-c64b-4829-92c3-042b970c88ef
2022-10-30T06:42:34.904Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 1d1213e4-f419-4c2e-9e22-d457a1b43b29 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-10-30T06:42:34.909Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@52f988b3, org.onap.sdc.toscaparser.api.parameters.Input@2663002f, org.onap.sdc.toscaparser.api.parameters.Input@65072b33, org.onap.sdc.toscaparser.api.parameters.Input@194c96f6, org.onap.sdc.toscaparser.api.parameters.Input@76e397c]
2022-10-30T06:42:34.909Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:42:34.910Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:42:34.910Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 5756a52a-c64b-4829-92c3-042b970c88ef: test-pnf
2022-10-30T06:42:34.910Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|pool-2-thread-9|||||INFO|500||Processing PNF resource: 1d1213e4-f419-4c2e-9e22-d457a1b43b29
2022-10-30T06:42:34.910Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T06:42:34.910Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:42:34.910Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|pool-2-thread-9|||||INFO|500||Resource customization UUID: 6f979d90-08ff-4ddd-b4af-5fb444d57b17 is the same as notified resource customizationUUID: 6f979d90-08ff-4ddd-b4af-5fb444d57b17
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-10-30T06:42:34.940Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 1d1213e4-f419-4c2e-9e22-d457a1b43b29 0 ASDC deployResourceStructure
2022-10-30T06:42:34.940Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-10-30T06:42:34.941Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-10-30T06:42:34.941Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-30T06:42:34.941Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:42:34.942Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:42:34.942Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8df0cb8e-68b3-4157-b4e5-a622b5760f98",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667112154940,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-30T06:42:35.046Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-10-30T06:42:35.046Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-30T06:42:35.046Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:42:35.064Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:42:35.064Z||pool-139-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-30T06:42:35.068Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:42:35.068Z||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-10-30T06:42:35.068Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:42:35.092Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:42:35.093Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-30T06:42:35.093Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8df0cb8e-68b3-4157-b4e5-a622b5760f98",
  "consumerID": "aai-ml",
  "timestamp": 1667111975976,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-30T06:42:35.094Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:42:35.096Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-30T06:42:35.096Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8df0cb8e-68b3-4157-b4e5-a622b5760f98",
  "consumerID": "aai-ml",
  "timestamp": 1667111980936,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-30T06:42:35.096Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:42:35.097Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-30T06:42:35.097Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8df0cb8e-68b3-4157-b4e5-a622b5760f98",
  "consumerID": "aai-ml",
  "timestamp": 1667111981941,
  "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-10-30T06:42:35.103Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8df0cb8e-68b3-4157-b4e5-a622b5760f98
2022-10-30T06:42:35.103Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8df0cb8e-68b3-4157-b4e5-a622b5760f98 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-10-30T06:42:35.943Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8df0cb8e-68b3-4157-b4e5-a622b5760f98
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-30T06:42:35.957Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8df0cb8e-68b3-4157-b4e5-a622b5760f98
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-30T06:42:35.959Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-30T06:42:35.960Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-30T06:42:35.960Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-30T06:42:35.960Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-30T06:42:35.960Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-30T06:42:35.960Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-30T06:42:35.960Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-30T06:42:35.960Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-30T06:42:35.960Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-30T06:42:35.960Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|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-10-30T06:42:35.965Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-30T06:43:05.965Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8df0cb8e-68b3-4157-b4e5-a622b5760f98 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-10-30T06:43:05.971Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8df0cb8e-68b3-4157-b4e5-a622b5760f98 and serviceModelVersionId: 5756a52a-c64b-4829-92c3-042b970c88ef
2022-10-30T06:43:05.972Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e1f4b52e-0448-416c-94e1-4cad81822f02
2022-10-30T06:43:05.972Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e1f4b52e-0448-416c-94e1-4cad81822f02/model-vers/model-ver/5756a52a-c64b-4829-92c3-042b970c88ef?depth=0
2022-10-30T06:43:05.977Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-10-30T06:43:06.003Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|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/e1f4b52e-0448-416c-94e1-4cad81822f02/model-vers/model-ver/5756a52a-c64b-4829-92c3-042b970c88ef?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-10-30T06:43:06.005Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1f4b52e-0448-416c-94e1-4cad81822f02/model-vers/model-ver/5756a52a-c64b-4829-92c3-042b970c88ef?depth=0|INFO|500||Invoke
2022-10-30T06:43:06.022Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1f4b52e-0448-416c-94e1-4cad81822f02/model-vers/model-ver/5756a52a-c64b-4829-92c3-042b970c88ef?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-10-30T06:43:06.137Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1f4b52e-0448-416c-94e1-4cad81822f02/model-vers/model-ver/5756a52a-c64b-4829-92c3-042b970c88ef?depth=0|INFO|500||InvokeReturn
2022-10-30T06:43:06.142Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|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/e1f4b52e-0448-416c-94e1-4cad81822f02/model-vers/model-ver/5756a52a-c64b-4829-92c3-042b970c88ef?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221030-06:43:05:981-62681], vertex-id=[266296], Content-Length=[0], Date=[Sun, 30 Oct 2022 06:43:05 GMT], Content-Type=[application/json]}
2022-10-30T06:43:06.142Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-10-30T06:43:06.146Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-30T06:43:06.146Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|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-10-30T06:43:06.152Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|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-10-30T06:43:06.153Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8df0cb8e-68b3-4157-b4e5-a622b5760f98 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-30T06:43:06.153Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-30T06:43:06.154Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:43:06.155Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:43:06.155Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8df0cb8e-68b3-4157-b4e5-a622b5760f98",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667112186153,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-30T06:43:06.255Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-30T06:43:06.256Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-30T06:43:06.257Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:43:06.286Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:43:06.286Z||pool-140-thread-1|||||INFO|500||cambria reply ok (30 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-10-30T06:43:07.174Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:43:07.175Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|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-10-30T06:43:07.175Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:43:16.729Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:43:16.730Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:43:16.730Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|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-10-30T06:43:16.730Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:43:26.281Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:43:26.282Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:43:26.283Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|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-10-30T06:43:26.283Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:43:35.068Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:43:35.069Z||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-10-30T06:43:35.069Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:43:35.128Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:43:35.129Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-30T06:43:35.129Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59cb6205-b2b3-40b6-bc24-a7f87d2f38ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667112083689,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-30T06:43:35.130Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:43:35.130Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-30T06:43:35.131Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3197799-8551-45fd-91b8-70ce1716767d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111915065,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:43:35.131Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:43:35.131Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-30T06:43:35.131Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3197799-8551-45fd-91b8-70ce1716767d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111915065,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-10-30T06:43:35.131Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:43:35.131Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-30T06:43:35.131Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3197799-8551-45fd-91b8-70ce1716767d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111915065,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-10-30T06:43:35.131Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:43:35.131Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-30T06:43:35.131Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3197799-8551-45fd-91b8-70ce1716767d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111915065,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:43:35.131Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:43:35.131Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-30T06:43:35.131Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3197799-8551-45fd-91b8-70ce1716767d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111915065,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-10-30T06:43:35.131Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:43:35.131Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-30T06:43:35.131Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3197799-8551-45fd-91b8-70ce1716767d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111915065,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-10-30T06:43:35.131Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:43:35.131Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-30T06:43:35.131Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3197799-8551-45fd-91b8-70ce1716767d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111915065,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-10-30T06:43:35.131Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:43:35.132Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-30T06:43:35.132Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3197799-8551-45fd-91b8-70ce1716767d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111915065,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:43:35.132Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:43:35.132Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-30T06:43:35.132Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3197799-8551-45fd-91b8-70ce1716767d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111915065,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:43:35.132Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:43:35.132Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-30T06:43:35.132Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3197799-8551-45fd-91b8-70ce1716767d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667111915065,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-30T06:43:35.132Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:43:35.132Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-30T06:43:35.132Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3197799-8551-45fd-91b8-70ce1716767d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667112094961,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-30T06:43:35.132Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:43:35.821Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:43:35.822Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:43:35.822Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|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-10-30T06:43:35.823Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:43:45.373Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:44:35.065Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:44:35.066Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|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-10-30T06:44:35.066Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:44:35.067Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:44:35.068Z||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-10-30T06:44:35.068Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:44:35.095Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:44:35.096Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:44:35.096Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3197799-8551-45fd-91b8-70ce1716767d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667112097065,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-30T06:44:35.097Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:44:35.097Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:44:35.097Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3197799-8551-45fd-91b8-70ce1716767d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667112098141,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-30T06:44:35.097Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:44:35.097Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:44:35.097Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3197799-8551-45fd-91b8-70ce1716767d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667112099203,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-10-30T06:44:35.097Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:44:35.097Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:44:35.097Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3197799-8551-45fd-91b8-70ce1716767d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667112100250,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-10-30T06:44:35.097Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:44:35.097Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:44:35.097Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3197799-8551-45fd-91b8-70ce1716767d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667112101305,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-10-30T06:44:35.097Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:44:35.097Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:44:35.097Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3197799-8551-45fd-91b8-70ce1716767d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667112102367,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-30T06:44:35.097Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:44:35.097Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:44:35.097Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3197799-8551-45fd-91b8-70ce1716767d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667112103370,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-10-30T06:44:35.097Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:44:35.097Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:44:35.097Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3197799-8551-45fd-91b8-70ce1716767d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667112104373,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-10-30T06:44:35.097Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:44:35.097Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:44:35.097Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3197799-8551-45fd-91b8-70ce1716767d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667112105377,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-10-30T06:44:35.097Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:44:35.097Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:44:35.098Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3197799-8551-45fd-91b8-70ce1716767d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667112106380,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-10-30T06:44:35.098Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:44:35.098Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:44:35.098Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3197799-8551-45fd-91b8-70ce1716767d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667112107383,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-30T06:44:35.098Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:44:35.098Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:44:35.098Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3197799-8551-45fd-91b8-70ce1716767d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667112138577,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-30T06:44:35.098Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:44:35.098Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:44:35.098Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8df0cb8e-68b3-4157-b4e5-a622b5760f98",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667112139591,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:44:35.098Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:44:35.098Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:44:35.098Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8df0cb8e-68b3-4157-b4e5-a622b5760f98",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667112139591,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:44:35.098Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:44:35.098Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:44:35.098Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8df0cb8e-68b3-4157-b4e5-a622b5760f98",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667112139591,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:44:35.098Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:44:35.098Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:44:35.098Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8df0cb8e-68b3-4157-b4e5-a622b5760f98",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667112139591,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:44:35.098Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:44:35.098Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:44:35.098Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8df0cb8e-68b3-4157-b4e5-a622b5760f98",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667112139591,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:44:35.098Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:44:35.098Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:44:35.098Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8df0cb8e-68b3-4157-b4e5-a622b5760f98",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667112139591,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:44:35.098Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:44:35.098Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:44:35.098Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8df0cb8e-68b3-4157-b4e5-a622b5760f98",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667112139591,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:44:35.098Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:44:35.098Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:44:35.098Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8df0cb8e-68b3-4157-b4e5-a622b5760f98",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667112139591,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T06:44:35.099Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:44:35.099Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:44:35.099Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8df0cb8e-68b3-4157-b4e5-a622b5760f98",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667112139591,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-30T06:44:35.099Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-30T06:44:35.099Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:44:35.099Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8df0cb8e-68b3-4157-b4e5-a622b5760f98",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667112153250,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-30T06:44:35.099Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:44:35.099Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:44:35.099Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8df0cb8e-68b3-4157-b4e5-a622b5760f98",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667112154940,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-30T06:44:35.099Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:44:44.609Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:45:35.065Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:45:35.065Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|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-10-30T06:45:35.065Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:45:35.068Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:45:35.068Z||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-10-30T06:45:35.068Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:45:35.589Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:45:35.590Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:45:35.590Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8df0cb8e-68b3-4157-b4e5-a622b5760f98",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667112186153,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-30T06:45:35.590Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:45:44.613Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:46:35.065Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:46:35.065Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|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-10-30T06:46:35.065Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:46:35.068Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:46:35.068Z||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-10-30T06:46:35.068Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:46:44.604Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:46:44.605Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:47:35.065Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:47:35.066Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|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-10-30T06:47:35.066Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:47:35.068Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:47:35.068Z|c865d795-7e08-4432-88bf-fb2198811c1b|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-10-30T06:47:35.068Z|c865d795-7e08-4432-88bf-fb2198811c1b|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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:47:44.613Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:47:44.613Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:48:35.065Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:48:35.066Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T06:48:35.066Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:48:35.068Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:48:35.068Z||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-10-30T06:48:35.068Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:48:44.614Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:48:44.615Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:49:35.065Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:49:35.066Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T06:49:35.066Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:49:35.068Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:49:35.068Z||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-10-30T06:49:35.068Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:49:44.614Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:49:44.614Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:50:35.065Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:50:35.065Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T06:50:35.066Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:50:35.068Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:50:35.068Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|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-10-30T06:50:35.068Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:50:44.612Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:50:44.614Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:51:35.065Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:51:35.066Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T06:51:35.066Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:51:35.068Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:51:35.068Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|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-10-30T06:51:35.069Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:51:44.611Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:51:44.612Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:52:35.065Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:52:35.067Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T06:52:35.067Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:52:35.068Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:52:35.068Z||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-10-30T06:52:35.068Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:52:44.614Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:52:44.614Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:53:35.065Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:53:35.066Z||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-10-30T06:53:35.066Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:53:35.069Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:53:35.069Z||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-10-30T06:53:35.069Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:53:44.611Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:53:44.612Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:54:35.065Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:54:35.065Z||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-10-30T06:54:35.065Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:54:35.068Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:54:35.068Z||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-10-30T06:54:35.068Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:54:44.615Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:54:44.616Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:55:35.065Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:55:35.065Z||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-10-30T06:55:35.065Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:55:35.067Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:55:35.068Z||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-10-30T06:55:35.068Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:55:44.608Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:55:44.609Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:56:35.065Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:56:35.065Z||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-10-30T06:56:35.066Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:56:35.068Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:56:35.068Z||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-10-30T06:56:35.068Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:56:44.614Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:56:44.620Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:57:35.065Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:57:35.065Z||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-10-30T06:57:35.066Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:57:35.068Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:57:35.068Z||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-10-30T06:57:35.068Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:57:44.608Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:57:44.608Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:58:35.065Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:58:35.066Z||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-10-30T06:58:35.066Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:58:35.068Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:58:35.068Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|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-10-30T06:58:35.068Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:58:44.615Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:58:44.615Z|8df0cb8e-68b3-4157-b4e5-a622b5760f98|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:59:35.065Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:59:35.065Z||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-10-30T06:59:35.066Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:59:35.068Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:59:35.068Z||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-10-30T06:59:35.068Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:59:44.610Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T06:59:44.610Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T07:00:35.065Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T07:00:35.068Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T07:00:35.068Z||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-10-30T07:00:35.068Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T07:00:35.068Z||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-10-30T07:00:35.068Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T07:00:44.615Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T07:00:44.615Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T07:01:35.065Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T07:01:35.065Z||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-10-30T07:01:35.065Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T07:01:35.068Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T07:01:35.068Z||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-10-30T07:01:35.068Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T07:01:44.609Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T07:01:44.610Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T07:02:35.065Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T07:02:35.066Z||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-10-30T07:02:35.066Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T07:02:35.068Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T07:02:35.068Z||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-10-30T07:02:35.068Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T07:02:44.608Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T07:02:44.608Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T07:03:35.065Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T07:03:35.066Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T07:03:35.066Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pPMtFtQUZjAXkg0k) ...
2022-10-30T07:03:35.068Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T07:03:35.068Z||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-10-30T07:03:35.068Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T07:03:44.612Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T07:03:44.612Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T07:04:35.065Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T07:04:35.066Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T07:04:35.066Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pPMtFtQUZjAXkg0k) ...
2022-10-30T07:04:35.068Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T07:04:35.069Z||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-10-30T07:04:35.069Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T07:04:44.605Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T07:04:44.608Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T07:05:35.065Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T07:05:35.066Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T07:05:35.066Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pPMtFtQUZjAXkg0k) ...
2022-10-30T07:05:35.068Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T07:05:35.068Z|c865d795-7e08-4432-88bf-fb2198811c1b|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-10-30T07:05:35.068Z|c865d795-7e08-4432-88bf-fb2198811c1b|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 pPMtFtQUZjAXkg0k) ...
2022-10-30T07:05:44.609Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T07:05:44.609Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T07:06:35.065Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T07:06:35.066Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T07:06:35.066Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pPMtFtQUZjAXkg0k) ...
2022-10-30T07:06:35.068Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T07:06:35.068Z||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-10-30T07:06:35.068Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T07:06:44.610Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T07:06:44.611Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T07:07:35.065Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T07:07:35.065Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T07:07:35.065Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pPMtFtQUZjAXkg0k) ...
2022-10-30T07:07:35.067Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T07:07:35.068Z||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-10-30T07:07:35.068Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T07:07:44.605Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T07:07:44.606Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T07:08:35.065Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T07:08:35.066Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T07:08:35.066Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pPMtFtQUZjAXkg0k) ...
2022-10-30T07:08:35.068Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T07:08:35.068Z||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-10-30T07:08:35.068Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T07:08:44.607Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T07:08:44.607Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T07:09:35.065Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T07:09:35.066Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T07:09:35.066Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pPMtFtQUZjAXkg0k) ...
2022-10-30T07:09:35.071Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T07:09:35.072Z||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-10-30T07:09:35.072Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T07:09:44.626Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T07:09:44.626Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T07:10:35.065Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T07:10:35.066Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T07:10:35.066Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pPMtFtQUZjAXkg0k) ...
2022-10-30T07:10:35.068Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T07:10:35.068Z||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-10-30T07:10:35.068Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T07:10:44.612Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T07:10:44.616Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T07:11:35.065Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T07:11:35.067Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T07:11:35.069Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T07:11:35.069Z|c865d795-7e08-4432-88bf-fb2198811c1b|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-10-30T07:11:35.069Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pPMtFtQUZjAXkg0k) ...
2022-10-30T07:11:35.069Z|c865d795-7e08-4432-88bf-fb2198811c1b|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 pPMtFtQUZjAXkg0k) ...
2022-10-30T07:11:44.612Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T07:11:44.613Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T07:12:35.065Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T07:12:35.066Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T07:12:35.067Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pPMtFtQUZjAXkg0k) ...
2022-10-30T07:12:35.068Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T07:12:35.068Z|c865d795-7e08-4432-88bf-fb2198811c1b|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-10-30T07:12:35.068Z|c865d795-7e08-4432-88bf-fb2198811c1b|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 pPMtFtQUZjAXkg0k) ...
2022-10-30T07:12:44.611Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T07:12:44.613Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T07:13:35.065Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T07:13:35.066Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T07:13:35.066Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pPMtFtQUZjAXkg0k) ...
2022-10-30T07:13:35.068Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T07:13:35.068Z|c865d795-7e08-4432-88bf-fb2198811c1b|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-10-30T07:13:35.069Z|c865d795-7e08-4432-88bf-fb2198811c1b|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 pPMtFtQUZjAXkg0k) ...
2022-10-30T07:13:44.611Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T07:13:44.612Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T07:14:35.065Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T07:14:35.066Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T07:14:35.066Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pPMtFtQUZjAXkg0k) ...
2022-10-30T07:14:35.067Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T07:14:35.068Z|c865d795-7e08-4432-88bf-fb2198811c1b|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-10-30T07:14:35.068Z|c865d795-7e08-4432-88bf-fb2198811c1b|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 pPMtFtQUZjAXkg0k) ...
2022-10-30T07:14:44.638Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T07:14:44.639Z|c865d795-7e08-4432-88bf-fb2198811c1b|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T07:15:35.065Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T07:15:35.066Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T07:15:35.066Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pPMtFtQUZjAXkg0k) ...
2022-10-30T07:15:35.068Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T07:15:35.068Z||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-10-30T07:15:35.068Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T07:15:44.614Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T07:15:44.614Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T07:16:35.065Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T07:16:35.066Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T07:16:35.066Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pPMtFtQUZjAXkg0k) ...
2022-10-30T07:16:35.067Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T07:16:35.068Z||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-10-30T07:16:35.068Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T07:16:44.616Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T07:16:44.616Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T07:17:35.065Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T07:17:35.066Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T07:17:35.066Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pPMtFtQUZjAXkg0k) ...
2022-10-30T07:17:35.068Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T07:17:35.068Z||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-10-30T07:17:35.068Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T07:17:44.614Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T07:17:44.615Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T07:18:35.065Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T07:18:35.066Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T07:18:35.066Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pPMtFtQUZjAXkg0k) ...
2022-10-30T07:18:35.068Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T07:18:35.068Z||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-10-30T07:18:35.068Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T07:18:44.627Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T07:18:44.627Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T07:19:35.065Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T07:19:35.065Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T07:19:35.065Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pPMtFtQUZjAXkg0k) ...
2022-10-30T07:19:35.068Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T07:19:35.069Z||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-10-30T07:19:35.069Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T07:19:44.607Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T07:19:44.610Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T07:20:35.065Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T07:20:35.066Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T07:20:35.066Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pPMtFtQUZjAXkg0k) ...
2022-10-30T07:20:35.068Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T07:20:35.068Z||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-10-30T07:20:35.068Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T07:20:44.606Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T07:20:44.614Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T07:21:35.065Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T07:21:35.067Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T07:21:35.067Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pPMtFtQUZjAXkg0k) ...
2022-10-30T07:21:35.068Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T07:21:35.068Z||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-10-30T07:21:35.068Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T07:21:44.614Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T07:21:44.614Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T07:22:35.065Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T07:22:35.065Z||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-10-30T07:22:35.065Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T07:22:35.068Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T07:22:35.068Z||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-10-30T07:22:35.068Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T07:22:44.612Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T07:22:44.614Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK